From 186270daa6b2edaa43c6fd7cad771796cf699651 Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 23 Feb 2022 10:11:45 -0500 Subject: [PATCH] Tx_rollup: remove cruft file This file was renamed in 9bb910f303ac1aca2d332d73aa7b8b0d37ea4b92, but not removed. --- .../tx_rollup_simple_use_case.out | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 tezt/_regressions/tx_rollup_simple_use_case.out diff --git a/tezt/_regressions/tx_rollup_simple_use_case.out b/tezt/_regressions/tx_rollup_simple_use_case.out deleted file mode 100644 index 509d8a1645bc..000000000000 --- a/tezt/_regressions/tx_rollup_simple_use_case.out +++ /dev/null @@ -1,35 +0,0 @@ -tezt/_regressions/tx_rollup_simple_use_case.out - -./tezos-client rpc get /chains/main/blocks/head/context/tx_rollup/tru1EL3YqhLS3kwni3ikbqMrui61fA5k7StHz/state -{ "last_inbox_level": null, "burn_per_byte": "0", "inbox_ema": 0 } - -./tezos-client --wait none submit tx rollup batch 74657a6f73 to tru1EL3YqhLS3kwni3ikbqMrui61fA5k7StHz from '[PUBLIC_KEY_HASH]' -Node is bootstrapped. -Estimated gas: 2440.220 units (will add 100 for safety) -Estimated storage: no bytes added -Operation successfully injected in the node. -Operation hash is '[OPERATION_HASH]' -NOT waiting for the operation to be included. -Use command - tezos-client wait for [OPERATION_HASH] 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: - From: [PUBLIC_KEY_HASH] - Fee to the baker: ꜩ0.000509 - Expected counter: 2 - Gas limit: 2541 - Storage limit: 0 bytes - Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.000509 - payload fees(the block proposer) ....... +ꜩ0.000509 - Tx rollup transaction:tru1EL3YqhLS3kwni3ikbqMrui61fA5k7StHz, 5 bytes, From: [PUBLIC_KEY_HASH] - This tx rollup submit operation was successfully applied - Balance updates: - - Consumed gas: 2440.220 - - -./tezos-client rpc get /chains/main/blocks/head/context/tx_rollup/tru1EL3YqhLS3kwni3ikbqMrui61fA5k7StHz/inbox -{ "contents": [ "M21tdhc2Wn76n164oJvyKW4JVZsDSDeuDsbLgp61XZWtrXjL5WA" ], - "cumulated_size": 5 } -- GitLab