├── .github ├── CODEOWNERS ├── SECURITY.md └── workflows │ └── ci.yml ├── .gitignore ├── CHANGELOG.md ├── Cargo.toml ├── LICENSE-APACHE ├── LICENSE-MIT ├── README.md ├── cliff.toml ├── deny.toml ├── release.toml ├── rustfmt.toml ├── scripts └── changelog.sh ├── src ├── access_list.rs ├── edge_cov.rs ├── lib.rs ├── opcode.rs ├── storage.rs ├── tracing │ ├── arena.rs │ ├── builder │ │ ├── geth.rs │ │ ├── mod.rs │ │ ├── parity.rs │ │ └── walker.rs │ ├── config.rs │ ├── debug.rs │ ├── fourbyte.rs │ ├── js │ │ ├── bindings.rs │ │ ├── builtins.rs │ │ └── mod.rs │ ├── mod.rs │ ├── mux.rs │ ├── opcount.rs │ ├── types.rs │ ├── utils.rs │ └── writer.rs └── transfer.rs ├── testdata └── Counter.sol └── tests └── it ├── accesslist.rs ├── edge_cov.rs ├── geth.rs ├── geth_js.rs ├── main.rs ├── parity.rs ├── test_native_bigint.rs ├── transfer.rs ├── utils.rs ├── writer.rs └── writer ├── deploy_fail ├── decoded.bytecodes.storage.svg ├── decoded.bytecodes.storage.txt ├── decoded.bytecodes.svg ├── decoded.bytecodes.txt ├── decoded.storage.svg ├── decoded.storage.txt ├── decoded.svg ├── decoded.txt ├── raw.bytecodes.storage.svg ├── raw.bytecodes.storage.txt ├── raw.bytecodes.svg ├── raw.bytecodes.txt ├── raw.storage.svg ├── raw.storage.txt ├── raw.svg └── raw.txt └── test_trace_printing ├── 0.bytecodes.decoded.svg ├── 0.bytecodes.decoded.txt ├── 0.bytecodes.storage.decoded.svg ├── 0.bytecodes.storage.decoded.txt ├── 0.bytecodes.storage.svg ├── 0.bytecodes.storage.txt ├── 0.bytecodes.svg ├── 0.bytecodes.txt ├── 0.decoded.svg ├── 0.decoded.txt ├── 0.storage.decoded.svg ├── 0.storage.decoded.txt ├── 0.storage.svg ├── 0.storage.txt ├── 0.svg ├── 0.txt ├── 1.bytecodes.decoded.svg ├── 1.bytecodes.decoded.txt ├── 1.bytecodes.storage.decoded.svg ├── 1.bytecodes.storage.decoded.txt ├── 1.bytecodes.storage.svg ├── 1.bytecodes.storage.txt ├── 1.bytecodes.svg ├── 1.bytecodes.txt ├── 1.decoded.svg ├── 1.decoded.txt ├── 1.storage.decoded.svg ├── 1.storage.decoded.txt ├── 1.storage.svg ├── 1.storage.txt ├── 1.svg ├── 1.txt ├── 10.bytecodes.decoded.svg ├── 10.bytecodes.decoded.txt ├── 10.bytecodes.storage.decoded.svg ├── 10.bytecodes.storage.decoded.txt ├── 10.bytecodes.storage.svg ├── 10.bytecodes.storage.txt ├── 10.bytecodes.svg ├── 10.bytecodes.txt ├── 10.decoded.svg ├── 10.decoded.txt ├── 10.storage.decoded.svg ├── 10.storage.decoded.txt ├── 10.storage.svg ├── 10.storage.txt ├── 10.svg ├── 10.txt ├── 11.bytecodes.decoded.svg ├── 11.bytecodes.decoded.txt ├── 11.bytecodes.storage.decoded.svg ├── 11.bytecodes.storage.decoded.txt ├── 11.bytecodes.storage.svg ├── 11.bytecodes.storage.txt ├── 11.bytecodes.svg ├── 11.bytecodes.txt ├── 11.decoded.svg ├── 11.decoded.txt ├── 11.storage.decoded.svg ├── 11.storage.decoded.txt ├── 11.storage.svg ├── 11.storage.txt ├── 11.svg ├── 11.txt ├── 12.bytecodes.decoded.svg ├── 12.bytecodes.decoded.txt ├── 12.bytecodes.storage.decoded.svg ├── 12.bytecodes.storage.decoded.txt ├── 12.bytecodes.storage.svg ├── 12.bytecodes.storage.txt ├── 12.bytecodes.svg ├── 12.bytecodes.txt ├── 12.decoded.svg ├── 12.decoded.txt ├── 12.storage.decoded.svg ├── 12.storage.decoded.txt ├── 12.storage.svg ├── 12.storage.txt ├── 12.svg ├── 12.txt ├── 2.bytecodes.decoded.svg ├── 2.bytecodes.decoded.txt ├── 2.bytecodes.storage.decoded.svg ├── 2.bytecodes.storage.decoded.txt ├── 2.bytecodes.storage.svg ├── 2.bytecodes.storage.txt ├── 2.bytecodes.svg ├── 2.bytecodes.txt ├── 2.decoded.svg ├── 2.decoded.txt ├── 2.storage.decoded.svg ├── 2.storage.decoded.txt ├── 2.storage.svg ├── 2.storage.txt ├── 2.svg ├── 2.txt ├── 3.bytecodes.decoded.svg ├── 3.bytecodes.decoded.txt ├── 3.bytecodes.storage.decoded.svg ├── 3.bytecodes.storage.decoded.txt ├── 3.bytecodes.storage.svg ├── 3.bytecodes.storage.txt ├── 3.bytecodes.svg ├── 3.bytecodes.txt ├── 3.decoded.svg ├── 3.decoded.txt ├── 3.storage.decoded.svg ├── 3.storage.decoded.txt ├── 3.storage.svg ├── 3.storage.txt ├── 3.svg ├── 3.txt ├── 4.bytecodes.decoded.svg ├── 4.bytecodes.decoded.txt ├── 4.bytecodes.storage.decoded.svg ├── 4.bytecodes.storage.decoded.txt ├── 4.bytecodes.storage.svg ├── 4.bytecodes.storage.txt ├── 4.bytecodes.svg ├── 4.bytecodes.txt ├── 4.decoded.svg ├── 4.decoded.txt ├── 4.storage.decoded.svg ├── 4.storage.decoded.txt ├── 4.storage.svg ├── 4.storage.txt ├── 4.svg ├── 4.txt ├── 5.bytecodes.decoded.svg ├── 5.bytecodes.decoded.txt ├── 5.bytecodes.storage.decoded.svg ├── 5.bytecodes.storage.decoded.txt ├── 5.bytecodes.storage.svg ├── 5.bytecodes.storage.txt ├── 5.bytecodes.svg ├── 5.bytecodes.txt ├── 5.decoded.svg ├── 5.decoded.txt ├── 5.storage.decoded.svg ├── 5.storage.decoded.txt ├── 5.storage.svg ├── 5.storage.txt ├── 5.svg ├── 5.txt ├── 6.bytecodes.decoded.svg ├── 6.bytecodes.decoded.txt ├── 6.bytecodes.storage.decoded.svg ├── 6.bytecodes.storage.decoded.txt ├── 6.bytecodes.storage.svg ├── 6.bytecodes.storage.txt ├── 6.bytecodes.svg ├── 6.bytecodes.txt ├── 6.decoded.svg ├── 6.decoded.txt ├── 6.storage.decoded.svg ├── 6.storage.decoded.txt ├── 6.storage.svg ├── 6.storage.txt ├── 6.svg ├── 6.txt ├── 7.bytecodes.decoded.svg ├── 7.bytecodes.decoded.txt ├── 7.bytecodes.storage.decoded.svg ├── 7.bytecodes.storage.decoded.txt ├── 7.bytecodes.storage.svg ├── 7.bytecodes.storage.txt ├── 7.bytecodes.svg ├── 7.bytecodes.txt ├── 7.decoded.svg ├── 7.decoded.txt ├── 7.storage.decoded.svg ├── 7.storage.decoded.txt ├── 7.storage.svg ├── 7.storage.txt ├── 7.svg ├── 7.txt ├── 8.bytecodes.decoded.svg ├── 8.bytecodes.decoded.txt ├── 8.bytecodes.storage.decoded.svg ├── 8.bytecodes.storage.decoded.txt ├── 8.bytecodes.storage.svg ├── 8.bytecodes.storage.txt ├── 8.bytecodes.svg ├── 8.bytecodes.txt ├── 8.decoded.svg ├── 8.decoded.txt ├── 8.storage.decoded.svg ├── 8.storage.decoded.txt ├── 8.storage.svg ├── 8.storage.txt ├── 8.svg ├── 8.txt ├── 9.bytecodes.decoded.svg ├── 9.bytecodes.decoded.txt ├── 9.bytecodes.storage.decoded.svg ├── 9.bytecodes.storage.decoded.txt ├── 9.bytecodes.storage.svg ├── 9.bytecodes.storage.txt ├── 9.bytecodes.svg ├── 9.bytecodes.txt ├── 9.decoded.svg ├── 9.decoded.txt ├── 9.storage.decoded.svg ├── 9.storage.decoded.txt ├── 9.storage.svg ├── 9.storage.txt ├── 9.svg └── 9.txt /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @DaniPopes @mattsse 2 | -------------------------------------------------------------------------------- /.github/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/.github/SECURITY.md -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /target 2 | Cargo.lock 3 | .vscode 4 | .idea 5 | .DS_Store -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/Cargo.toml -------------------------------------------------------------------------------- /LICENSE-APACHE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/LICENSE-APACHE -------------------------------------------------------------------------------- /LICENSE-MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/LICENSE-MIT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/README.md -------------------------------------------------------------------------------- /cliff.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/cliff.toml -------------------------------------------------------------------------------- /deny.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/deny.toml -------------------------------------------------------------------------------- /release.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/release.toml -------------------------------------------------------------------------------- /rustfmt.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/rustfmt.toml -------------------------------------------------------------------------------- /scripts/changelog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/scripts/changelog.sh -------------------------------------------------------------------------------- /src/access_list.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/access_list.rs -------------------------------------------------------------------------------- /src/edge_cov.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/edge_cov.rs -------------------------------------------------------------------------------- /src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/lib.rs -------------------------------------------------------------------------------- /src/opcode.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/opcode.rs -------------------------------------------------------------------------------- /src/storage.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/storage.rs -------------------------------------------------------------------------------- /src/tracing/arena.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/arena.rs -------------------------------------------------------------------------------- /src/tracing/builder/geth.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/builder/geth.rs -------------------------------------------------------------------------------- /src/tracing/builder/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/builder/mod.rs -------------------------------------------------------------------------------- /src/tracing/builder/parity.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/builder/parity.rs -------------------------------------------------------------------------------- /src/tracing/builder/walker.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/builder/walker.rs -------------------------------------------------------------------------------- /src/tracing/config.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/config.rs -------------------------------------------------------------------------------- /src/tracing/debug.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/debug.rs -------------------------------------------------------------------------------- /src/tracing/fourbyte.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/fourbyte.rs -------------------------------------------------------------------------------- /src/tracing/js/bindings.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/js/bindings.rs -------------------------------------------------------------------------------- /src/tracing/js/builtins.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/js/builtins.rs -------------------------------------------------------------------------------- /src/tracing/js/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/js/mod.rs -------------------------------------------------------------------------------- /src/tracing/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/mod.rs -------------------------------------------------------------------------------- /src/tracing/mux.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/mux.rs -------------------------------------------------------------------------------- /src/tracing/opcount.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/opcount.rs -------------------------------------------------------------------------------- /src/tracing/types.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/types.rs -------------------------------------------------------------------------------- /src/tracing/utils.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/utils.rs -------------------------------------------------------------------------------- /src/tracing/writer.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/tracing/writer.rs -------------------------------------------------------------------------------- /src/transfer.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/src/transfer.rs -------------------------------------------------------------------------------- /testdata/Counter.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/testdata/Counter.sol -------------------------------------------------------------------------------- /tests/it/accesslist.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/accesslist.rs -------------------------------------------------------------------------------- /tests/it/edge_cov.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/edge_cov.rs -------------------------------------------------------------------------------- /tests/it/geth.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/geth.rs -------------------------------------------------------------------------------- /tests/it/geth_js.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/geth_js.rs -------------------------------------------------------------------------------- /tests/it/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/main.rs -------------------------------------------------------------------------------- /tests/it/parity.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/parity.rs -------------------------------------------------------------------------------- /tests/it/test_native_bigint.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/test_native_bigint.rs -------------------------------------------------------------------------------- /tests/it/transfer.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/transfer.rs -------------------------------------------------------------------------------- /tests/it/utils.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/utils.rs -------------------------------------------------------------------------------- /tests/it/writer.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer.rs -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/decoded.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/decoded.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/decoded.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/decoded.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/decoded.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/decoded.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/decoded.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/decoded.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/decoded.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/decoded.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/decoded.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/decoded.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/raw.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/raw.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/raw.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/raw.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/raw.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/raw.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/raw.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/raw.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/raw.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/raw.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/raw.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/raw.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/raw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/raw.svg -------------------------------------------------------------------------------- /tests/it/writer/deploy_fail/raw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/deploy_fail/raw.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.bytecodes.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.bytecodes.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.bytecodes.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/0.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.bytecodes.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 0 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 0 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 0 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.storage.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 0 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/1.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.bytecodes.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.bytecodes.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.bytecodes.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/10.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.bytecodes.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.bytecodes.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.bytecodes.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/11.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.bytecodes.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.bytecodes.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.bytecodes.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/12.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.bytecodes.decoded.txt: -------------------------------------------------------------------------------- 1 | [22452] Counter::increment() 2 | └─ ← [Return] 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.bytecodes.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.decoded.txt: -------------------------------------------------------------------------------- 1 | [22452] Counter::increment() 2 | └─ ← [Return] 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/2.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.bytecodes.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 1 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 1 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 1 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.storage.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 1 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/3.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.bytecodes.decoded.txt: -------------------------------------------------------------------------------- 1 | [5189] Counter::setNumber(69) 2 | └─ ← [Return] 1 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.bytecodes.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.decoded.txt: -------------------------------------------------------------------------------- 1 | [5189] Counter::setNumber(69) 2 | └─ ← [Return] 1 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/4.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.bytecodes.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 69 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 69 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 69 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.storage.decoded.txt: -------------------------------------------------------------------------------- 1 | [2348] Counter::number() 2 | └─ ← [Return] 69 3 | -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/5.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.bytecodes.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.bytecodes.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.bytecodes.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/6.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.bytecodes.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.bytecodes.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.bytecodes.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/7.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.bytecodes.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.bytecodes.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.bytecodes.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/8.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.bytecodes.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.bytecodes.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.bytecodes.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.bytecodes.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.bytecodes.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.bytecodes.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.bytecodes.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.bytecodes.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.bytecodes.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.bytecodes.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.bytecodes.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.bytecodes.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.bytecodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.bytecodes.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.bytecodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.bytecodes.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.storage.decoded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.storage.decoded.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.storage.decoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.storage.decoded.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.storage.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.storage.txt -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.svg -------------------------------------------------------------------------------- /tests/it/writer/test_trace_printing/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paradigmxyz/revm-inspectors/HEAD/tests/it/writer/test_trace_printing/9.txt --------------------------------------------------------------------------------