Skip to content

Commit

Permalink
feat: prove blocks using reth (#226)
Browse files Browse the repository at this point in the history
* reth wip

* reth builder full coverage

* switch to reth header

* reth builder (pretty important)

* fmt

* cleanup

* Taiko support mostly working (but incomplete)

* better invalid tx support

* proving blocks with reth fully working (with some caveats)

* remove revm as a direct dependency + remove dead code

* misc cleanup

* update to reth v1.0.0-rc.2

* fix local dependencies

* fix ci rules

* update sp1 cargo

* misc fixes

* clippy fixes

* lock to latest reth

* update to reth version without mdbx dependency

* update dependencies + cleanup import warnings with patching

* add back validation for receipts/log bloom/gas used

* fix local dependency

* unify state commitment so default commit interface can be used

* small refactor

* feedback + remove old test code path
  • Loading branch information
Brechtpd authored Jun 25, 2024
1 parent fa339df commit 546ab19
Show file tree
Hide file tree
Showing 56 changed files with 5,156 additions and 5,428 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ on:
paths:
- "host/**"
- "lib/**"
- "primitives/**"
- "script/**"
pull_request:
paths:
- "host/**"
- "lib/**"
- "primitives/**"
- "script/**"
env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci-build-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ jobs:

- name: Test ${{ inputs.version_name }} prover
run: make test

- name: Build with tracer
if: ${{ inputs.version_name }} == native
run: cargo build -F tracer
Loading

0 comments on commit 546ab19

Please sign in to comment.