Skip to content

Commit d1b5f2e

Browse files
authored
fix: reth upgrade regression bug (#142)
* rename * mv * rename * add reported blocks as test case * remove legacy test data * update dir * recover ethereum test * upgrade reth
1 parent f11065e commit d1b5f2e

File tree

93 files changed

+2501
-24824
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+2501
-24824
lines changed

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bin/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ Options:
4545
-h, --help Print help
4646
```
4747

48-
e.g. verify `./testdata/scroll_witness/euclid_v2/*.json` files.
49-
```
50-
> $ ./target/release/sbv-cli run file ./testdata/scroll_witness/euclid_v2/*.json
51-
2025-03-31T05:15:50.357835Z INFO run_witness{path=./testdata/scroll_witness/euclid_v2/1.json}: sbv_cli::commands::run::file: verified
52-
2025-03-31T05:15:50.369316Z INFO run_witness{path=./testdata/scroll_witness/euclid_v2/2.json}: sbv_cli::commands::run::file: verified
53-
2025-03-31T05:15:50.372989Z INFO run_witness{path=./testdata/scroll_witness/euclid_v2/3.json}: sbv_cli::commands::run::file: verified
54-
2025-03-31T05:15:50.376463Z INFO run_witness{path=./testdata/scroll_witness/euclid_v2/4.json}: sbv_cli::commands::run::file: verified
55-
2025-03-31T05:15:50.379678Z INFO run_witness{path=./testdata/scroll_witness/euclid_v2/5.json}: sbv_cli::commands::run::file: verified
56-
2025-03-31T05:15:50.382717Z INFO run_witness{path=./testdata/scroll_witness/euclid_v2/6.json}: sbv_cli::commands::run::file: verified
57-
2025-03-31T05:15:50.386070Z INFO run_witness{path=./testdata/scroll_witness/euclid_v2/7.json}: sbv_cli::commands::run::file: verified
58-
2025-03-31T05:15:50.388808Z INFO run_witness{path=./testdata/scroll_witness/euclid_v2/8.json}: sbv_cli::commands::run::file: verified
48+
e.g. verify `./testdata/scroll/euclid_v2/*.json` files.
49+
```
50+
> $ ./target/release/sbv-cli run file ./testdata/scroll/euclid_v2/*.json
51+
2025-03-31T05:15:50.357835Z INFO run_witness{path=./testdata/scroll/euclid_v2/1.json}: sbv_cli::commands::run::file: verified
52+
2025-03-31T05:15:50.369316Z INFO run_witness{path=./testdata/scroll/euclid_v2/2.json}: sbv_cli::commands::run::file: verified
53+
2025-03-31T05:15:50.372989Z INFO run_witness{path=./testdata/scroll/euclid_v2/3.json}: sbv_cli::commands::run::file: verified
54+
2025-03-31T05:15:50.376463Z INFO run_witness{path=./testdata/scroll/euclid_v2/4.json}: sbv_cli::commands::run::file: verified
55+
2025-03-31T05:15:50.379678Z INFO run_witness{path=./testdata/scroll/euclid_v2/5.json}: sbv_cli::commands::run::file: verified
56+
2025-03-31T05:15:50.382717Z INFO run_witness{path=./testdata/scroll/euclid_v2/6.json}: sbv_cli::commands::run::file: verified
57+
2025-03-31T05:15:50.386070Z INFO run_witness{path=./testdata/scroll/euclid_v2/7.json}: sbv_cli::commands::run::file: verified
58+
2025-03-31T05:15:50.388808Z INFO run_witness{path=./testdata/scroll/euclid_v2/8.json}: sbv_cli::commands::run::file: verified
5959
```
6060

6161
#### Continuous verify blocks from a rpc server

0 commit comments

Comments
 (0)