Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: prove blocks using reth #226

Merged
merged 29 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8905e46
reth wip
Brechtpd May 20, 2024
a214fe4
reth builder full coverage
Brechtpd May 22, 2024
85a924d
switch to reth header
Brechtpd May 22, 2024
59ad7d3
reth builder (pretty important)
Brechtpd May 22, 2024
0f203d4
fmt
Brechtpd May 22, 2024
d463658
cleanup
Brechtpd May 23, 2024
c9dd6ef
Merge remote-tracking branch 'origin/main' into reth-wip
Brechtpd May 24, 2024
cf15ee1
Taiko support mostly working (but incomplete)
Brechtpd May 31, 2024
07a83cb
better invalid tx support
Brechtpd Jun 9, 2024
80adeea
proving blocks with reth fully working (with some caveats)
Brechtpd Jun 14, 2024
01bd522
Merge remote-tracking branch 'origin/main' into reth-wip
Brechtpd Jun 15, 2024
9f425b4
remove revm as a direct dependency + remove dead code
Brechtpd Jun 16, 2024
dbe0a36
misc cleanup
Brechtpd Jun 21, 2024
7413da6
update to reth v1.0.0-rc.2
Brechtpd Jun 24, 2024
3b5cd36
fix local dependencies
Brechtpd Jun 24, 2024
2d4cc96
Merge remote-tracking branch 'origin/main' into reth-wip
Brechtpd Jun 24, 2024
3885979
fix ci rules
Brechtpd Jun 24, 2024
ca6b510
update sp1 cargo
Brechtpd Jun 24, 2024
133f01a
misc fixes
Brechtpd Jun 24, 2024
69f02ba
clippy fixes
Brechtpd Jun 24, 2024
a94443c
lock to latest reth
Brechtpd Jun 24, 2024
144a78f
update to reth version without mdbx dependency
Brechtpd Jun 24, 2024
3c708a6
update dependencies + cleanup import warnings with patching
Brechtpd Jun 25, 2024
c9bf502
add back validation for receipts/log bloom/gas used
Brechtpd Jun 25, 2024
457b4ea
Merge remote-tracking branch 'origin/main' into reth-wip
Brechtpd Jun 25, 2024
89bb3e3
fix local dependency
Brechtpd Jun 25, 2024
6e38c86
unify state commitment so default commit interface can be used
Brechtpd Jun 25, 2024
35f1c99
small refactor
Brechtpd Jun 25, 2024
214468f
feedback + remove old test code path
Brechtpd Jun 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading