Merged
Conversation
… make sure it is in the same block and if not re-fetch the block by number to handle re-orgs
K-Ho
approved these changes
Sep 18, 2020
| @@ -113,10 +113,16 @@ export class EthereumBlockProcessor { | |||
| ) | |||
| // TODO: What happens on re-org? I think we're stuck waiting on this confirmation that will never come forever. | |||
Contributor
There was a problem hiding this comment.
seems like this PR removes this TODO :)
snario
pushed a commit
that referenced
this pull request
Apr 14, 2021
* fix: licenses and constructor modifiers * fix: apply review suggestions * fix: update function modifiers and remove unused vars * fix indentation * fix indentation * fix: remove unused params * Revert "fix: remove unused params" This reverts commit a321e9d39319432fb89bd77c1fc3ff2e1a08295d. Co-authored-by: Maurelian <maurelian@protonmail.ch>
protolambda
pushed a commit
to protolambda/optimism
that referenced
this pull request
May 1, 2022
bap2pecs
pushed a commit
to babylonlabs-io/optimism
that referenced
this pull request
Jul 31, 2024
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
Zena-park
pushed a commit
to tokamak-network/optimism
that referenced
this pull request
Dec 30, 2025
…ward) ethereum-optimism#265 We advise these data entries to be reset prior to the external call, ensuring compliance with the CEI pattern and preventing re-entrancy attacks from manifesting.
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
### Description Re-introduces the `BatchReader` into `op-alloy-protocol`. Batch compression already introduces the `brotli` and `miniz-oxzide` deps. The compression and decompression abstractions used here should be improved for both directions: compression + decompression.
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.
Description
Making it so that after the first tx in a block is final, we check to make sure it is in the same block and if not re-fetch the block by number to handle re-orgs.
Metadata
Fixes
Contributing Agreement