perf(flashblocks): remove redundant clones in get_latest_block and reorg recheck#114
Merged
danyalprout merged 3 commits intobase:mainfrom Oct 2, 2025
Conversation
Collaborator
|
This is great thanks, can you please run the formatter |
Contributor
Author
done |
danyalprout
pushed a commit
that referenced
this pull request
Feb 12, 2026
refcell
added a commit
that referenced
this pull request
Feb 18, 2026
* fix: missing error source for engine conversion errors * fix: core error not implemented on eip 2718 error type
mw2000
pushed a commit
that referenced
this pull request
Mar 9, 2026
* feat: use faster runtime * fix * feat: sort by batch start block * reduce timeout * wip: debugging failed proofs (#106) * debug failed proofs * got compilation, working, still issues * wip * wip * add * push --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas> * feat: latest kona, `v1.3.0-rc.2` (#112) * debug failed proofs * got compilation, working, still issues * wip * wip * add * push * works * add * add * fixes * add * add --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas> * del * add * add * rm print * update vkey * del * add * fix: install clang * add * test docker compose * downgrade to 1.2 (#114) --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas>
mw2000
pushed a commit
that referenced
this pull request
Mar 16, 2026
* feat: use faster runtime * fix * feat: sort by batch start block * reduce timeout * wip: debugging failed proofs (#106) * debug failed proofs * got compilation, working, still issues * wip * wip * add * push --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas> * feat: latest kona, `v1.3.0-rc.2` (#112) * debug failed proofs * got compilation, working, still issues * wip * wip * add * push * works * add * add * fixes * add * add --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas> * del * add * add * rm print * update vkey * del * add * fix: install clang * add * test docker compose * downgrade to 1.2 (#114) --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas>
haardikk21
pushed a commit
that referenced
this pull request
Mar 17, 2026
…org recheck (#114) * perf(flashblocks): remove redundant clones in get_latest_block and reorg recheck * perf(flashblocks): remove redundant clones in get_latest_block and reorg recheck * fmt
haardikk21
pushed a commit
that referenced
this pull request
Mar 17, 2026
* feat: use faster runtime * fix * feat: sort by batch start block * reduce timeout * wip: debugging failed proofs (#106) * debug failed proofs * got compilation, working, still issues * wip * wip * add * push --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas> * feat: latest kona, `v1.3.0-rc.2` (#112) * debug failed proofs * got compilation, working, still issues * wip * wip * add * push * works * add * add * fixes * add * add --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas> * del * add * add * rm print * update vkey * del * add * fix: install clang * add * test docker compose * downgrade to 1.2 (#114) --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas>
mw2000
pushed a commit
that referenced
this pull request
Mar 19, 2026
* feat: use faster runtime * fix * feat: sort by batch start block * reduce timeout * wip: debugging failed proofs (#106) * debug failed proofs * got compilation, working, still issues * wip * wip * add * push --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas> * feat: latest kona, `v1.3.0-rc.2` (#112) * debug failed proofs * got compilation, working, still issues * wip * wip * add * push * works * add * add * fixes * add * add --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas> * del * add * add * rm print * update vkey * del * add * fix: install clang * add * test docker compose * downgrade to 1.2 (#114) --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas>
mw2000
pushed a commit
that referenced
this pull request
Mar 23, 2026
* feat: use faster runtime * fix * feat: sort by batch start block * reduce timeout * wip: debugging failed proofs (#106) * debug failed proofs * got compilation, working, still issues * wip * wip * add * push --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas> * feat: latest kona, `v1.3.0-rc.2` (#112) * debug failed proofs * got compilation, working, still issues * wip * wip * add * push * works * add * add * fixes * add * add --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-archive-1.maas> * del * add * add * rm print * update vkey * del * add * fix: install clang * add * test docker compose * downgrade to 1.2 (#114) --------- Co-authored-by: Ubuntu <ubuntu@op-sepolia-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.
PendingBlocks::get_latest_block: move block_transactions in Full branch; iterate by ref and drop extra tx_hashes.clone() in Hashes branch.
StateProcessor::process_canonical_block: drop unnecessary tracked_txns.clone() before hashing.