Preventing ovmCREATE and ovmCREATE2 Collisions#230
Closed
Conversation
…ovmCREATE2-overwrites
Collaborator
Author
|
Whoops, realized this check will apply to |
Collaborator
Author
|
Update: since the |
Inphi
pushed a commit
that referenced
this pull request
Aug 16, 2024
Updates MIPSInstructions so that it correctly reverts on calls to add, addi, and sub that overflow/underflow. Additionally includes tests that demonstrates that the unchecked versions of the same opcodes allow for overflow/underflow.
Inphi
pushed a commit
that referenced
this pull request
Aug 16, 2024
samlaf
pushed a commit
to samlaf/optimism
that referenced
this pull request
Aug 20, 2024
…m#230) Updates MIPSInstructions so that it correctly reverts on calls to add, addi, and sub that overflow/underflow. Additionally includes tests that demonstrates that the unchecked versions of the same opcodes allow for overflow/underflow.
samlaf
pushed a commit
to samlaf/optimism
that referenced
this pull request
Aug 20, 2024
…-optimism#230)" (ethereum-optimism#279) This reverts commit 864e59a821e87f9dd00ae97f85add93fa3857597.
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
* feat(kona-derive): pipeline output validation * fix(kona-derive): pipeline interface and associated builder: * fixes * Update crates/derive/src/online/validation.rs Co-authored-by: clabby <ben@clab.by> --------- Co-authored-by: clabby <ben@clab.by>
Zena-park
added a commit
to tokamak-network/optimism
that referenced
this pull request
Dec 30, 2025
Zena-park
added a commit
to tokamak-network/optimism
that referenced
this pull request
Dec 30, 2025
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
### Description Consolidates links into the `links.md` doc.
emhane
pushed a commit
that referenced
this pull request
Feb 3, 2026
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
This little PR prevents ovmCREATE2 from succeeding if the given
salthas previously been successfully used by the contract.Questions
N/A
Metadata
Fixes
Contributing Agreement