Merged
Conversation
Lredhdx
pushed a commit
to node-real/combo-optimism
that referenced
this pull request
Jun 17, 2024
bap2pecs
pushed a commit
to babylonlabs-io/optimism
that referenced
this pull request
Jul 31, 2024
Inphi
pushed a commit
that referenced
this pull request
Aug 16, 2024
Inphi
pushed a commit
that referenced
this pull request
Aug 16, 2024
* Prevent reiniting preimage uploads. (#190) * fix(ctb): PreimageOracle `loadLocalData` length check * fixes * fix: bump preimage oracle semver * chore: snapshots * fix: gas snapshot * revert: gas snapshot changes --------- Co-authored-by: Adrian Sutton <adrian@oplabs.co> Co-authored-by: clabby <ben@clab.by>
Inphi
pushed a commit
that referenced
this pull request
Aug 16, 2024
* Prevent reiniting preimage uploads. (#190) * fix(ctb): Perform correct clock validation in FDG constructor Fixes the clock extension / max clock duration check in the `FaultDisputeGame` constructor to account for the worst-case clock extension. * fix: add semver-lock * fix: add kontrol * gas snapshot * fix: gas snapshot and semver-lock --------- Co-authored-by: Adrian Sutton <adrian@oplabs.co> Co-authored-by: refcell <abigger87@gmail.com>
samlaf
pushed a commit
to samlaf/optimism
that referenced
this pull request
Aug 20, 2024
samlaf
pushed a commit
to samlaf/optimism
that referenced
this pull request
Aug 20, 2024
* Prevent reiniting preimage uploads. (ethereum-optimism#190) * fix(ctb): PreimageOracle `loadLocalData` length check * fixes * fix: bump preimage oracle semver * chore: snapshots * fix: gas snapshot * revert: gas snapshot changes --------- Co-authored-by: Adrian Sutton <adrian@oplabs.co> Co-authored-by: clabby <ben@clab.by>
samlaf
pushed a commit
to samlaf/optimism
that referenced
this pull request
Aug 20, 2024
…um-optimism#231) * Prevent reiniting preimage uploads. (ethereum-optimism#190) * fix(ctb): Perform correct clock validation in FDG constructor Fixes the clock extension / max clock duration check in the `FaultDisputeGame` constructor to account for the worst-case clock extension. * fix: add semver-lock * fix: add kontrol * gas snapshot * fix: gas snapshot and semver-lock --------- Co-authored-by: Adrian Sutton <adrian@oplabs.co> Co-authored-by: refcell <abigger87@gmail.com>
ajsutton
added a commit
that referenced
this pull request
Dec 10, 2024
# Conflicts: # packages/contracts-bedrock/semver-lock.json # packages/contracts-bedrock/snapshots/state-diff/Kontrol-31337.json # packages/contracts-bedrock/src/cannon/PreimageOracle.sol # packages/contracts-bedrock/test/kontrol/proofs/utils/DeploymentSummary.sol # packages/contracts-bedrock/test/kontrol/proofs/utils/DeploymentSummaryCode.sol # packages/contracts-bedrock/test/kontrol/proofs/utils/DeploymentSummaryFaultProofs.sol # packages/contracts-bedrock/test/kontrol/proofs/utils/DeploymentSummaryFaultProofsCode.sol
OptimismBot
pushed a commit
that referenced
this pull request
Jan 16, 2025
…ox-5 fix: merge conflict lockbox 5
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
\## Overview Fixes the CI badges in the readme
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 Ports batch error types to `op-alloy-protocol`. ### Provenance Part of a port migrating the batch types from `kona-derive` to `op-alloy`. See [`kona#695`](op-rs/kona#695).
emhane
pushed a commit
that referenced
this pull request
Feb 3, 2026
Add support for `debug_executionWitness` API. This hasn't been tested, but I'll be able to test it soon once the backfill job completes. This code is mostly copied from here and adapted to work with our state provider: https://github.com/op-rs/op-reth/blob/1470a9cc77af798c999da05d9541a7025e5d4924/crates/rpc/rpc/src/debug.rs#L643-L695 Fixes #190
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
Adds the
web3_clientVersionendpoint to the full nodeFixes
Contributing Agreement