Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: prove blocks using reth (#226)
* 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