Merged
Conversation
cody-wang-cb
commented
Jul 23, 2025
| let mut gas_used = 0; | ||
| let mut next_log_index = 0; | ||
|
|
||
| if meta.index > 0 { |
Contributor
Author
There was a problem hiding this comment.
These implementations copied from
https://github.com/paradigmxyz/reth/blob/8bd6bf5dc10edeb3a921e4797e5b3224859da923/crates/rpc/rpc-eth-api/src/helpers/receipt.rs#L48
danyalprout
approved these changes
Jul 23, 2025
0xsimulacra
pushed a commit
to 0xsimulacra/base-node-reth
that referenced
this pull request
Oct 1, 2025
Support reth 1.6.0
danyalprout
pushed a commit
that referenced
this pull request
Feb 12, 2026
* chore: We split existing services into binaries and crates We split our services into binaries and crates to make it easy for sharing code. * fix: docker ci * chore: all bins as default members
refcell
pushed a commit
that referenced
this pull request
Feb 18, 2026
refcell
pushed a commit
that referenced
this pull request
Feb 18, 2026
mw2000
pushed a commit
that referenced
this pull request
Mar 7, 2026
* aggregation proof for span batches * add logger * fix * cleanup * client vkey * fix: aggregation program * wip * fix * add agg * feat: use alloy, compiles * fix * fix" gp * write the aggregation inputs * fix * chore: update deps * ensure all header preimages fetched, move server functionality into helper functions, other nits * naming / docs * rename in client program * feat: Add support for bn acceleration, no kzg (#41) * feat: get proofs, no bn blocks * prove with compressed * add changes * save proof * aggregated program works * add proofs * feat: Use `bn` patch to test on blocks with `bn` (#42) * add bn accel * add bn accel new * save * update bn branch * add * fix * add * fix --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> * lint --------- Co-authored-by: Ratan Kaliani <ratankaliani@berkeley.edu> Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas>
mw2000
pushed a commit
that referenced
this pull request
Mar 9, 2026
* aggregation proof for span batches * add logger * fix * cleanup * client vkey * fix: aggregation program * wip * fix * add agg * feat: use alloy, compiles * fix * fix" gp * write the aggregation inputs * fix * chore: update deps * ensure all header preimages fetched, move server functionality into helper functions, other nits * naming / docs * rename in client program * feat: Add support for bn acceleration, no kzg (#41) * feat: get proofs, no bn blocks * prove with compressed * add changes * save proof * aggregated program works * add proofs * feat: Use `bn` patch to test on blocks with `bn` (#42) * add bn accel * add bn accel new * save * update bn branch * add * fix * add * fix --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> * lint --------- Co-authored-by: Ratan Kaliani <ratankaliani@berkeley.edu> Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas>
mw2000
pushed a commit
that referenced
this pull request
Mar 16, 2026
* aggregation proof for span batches * add logger * fix * cleanup * client vkey * fix: aggregation program * wip * fix * add agg * feat: use alloy, compiles * fix * fix" gp * write the aggregation inputs * fix * chore: update deps * ensure all header preimages fetched, move server functionality into helper functions, other nits * naming / docs * rename in client program * feat: Add support for bn acceleration, no kzg (#41) * feat: get proofs, no bn blocks * prove with compressed * add changes * save proof * aggregated program works * add proofs * feat: Use `bn` patch to test on blocks with `bn` (#42) * add bn accel * add bn accel new * save * update bn branch * add * fix * add * fix --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> * lint --------- Co-authored-by: Ratan Kaliani <ratankaliani@berkeley.edu> Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas>
haardikk21
pushed a commit
that referenced
this pull request
Mar 17, 2026
* aggregation proof for span batches * add logger * fix * cleanup * client vkey * fix: aggregation program * wip * fix * add agg * feat: use alloy, compiles * fix * fix" gp * write the aggregation inputs * fix * chore: update deps * ensure all header preimages fetched, move server functionality into helper functions, other nits * naming / docs * rename in client program * feat: Add support for bn acceleration, no kzg (#41) * feat: get proofs, no bn blocks * prove with compressed * add changes * save proof * aggregated program works * add proofs * feat: Use `bn` patch to test on blocks with `bn` (#42) * add bn accel * add bn accel new * save * update bn branch * add * fix * add * fix --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> * lint --------- Co-authored-by: Ratan Kaliani <ratankaliani@berkeley.edu> Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas>
mw2000
pushed a commit
that referenced
this pull request
Mar 19, 2026
* aggregation proof for span batches * add logger * fix * cleanup * client vkey * fix: aggregation program * wip * fix * add agg * feat: use alloy, compiles * fix * fix" gp * write the aggregation inputs * fix * chore: update deps * ensure all header preimages fetched, move server functionality into helper functions, other nits * naming / docs * rename in client program * feat: Add support for bn acceleration, no kzg (#41) * feat: get proofs, no bn blocks * prove with compressed * add changes * save proof * aggregated program works * add proofs * feat: Use `bn` patch to test on blocks with `bn` (#42) * add bn accel * add bn accel new * save * update bn branch * add * fix * add * fix --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> * lint --------- Co-authored-by: Ratan Kaliani <ratankaliani@berkeley.edu> Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas>
mw2000
pushed a commit
that referenced
this pull request
Mar 23, 2026
* aggregation proof for span batches * add logger * fix * cleanup * client vkey * fix: aggregation program * wip * fix * add agg * feat: use alloy, compiles * fix * fix" gp * write the aggregation inputs * fix * chore: update deps * ensure all header preimages fetched, move server functionality into helper functions, other nits * naming / docs * rename in client program * feat: Add support for bn acceleration, no kzg (#41) * feat: get proofs, no bn blocks * prove with compressed * add changes * save proof * aggregated program works * add proofs * feat: Use `bn` patch to test on blocks with `bn` (#42) * add bn accel * add bn accel new * save * update bn branch * add * fix * add * fix --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> --------- Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas> * lint --------- Co-authored-by: Ratan Kaliani <ratankaliani@berkeley.edu> Co-authored-by: Ubuntu <ubuntu@op-mainnet-archive-1.maas>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update to reth 1.6.0