Conversation
InoMurko
referenced
this pull request
in omgnetwork/optimism
May 25, 2021
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
bap2pecs
added 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
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
<!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Bug fixes and new features should include tests. Contributors guide: https://github.com/alloy-rs/core/blob/main/CONTRIBUTING.md The contributors guide includes instructions for running rustfmt and building the documentation. --> <!-- ** Please select "Allow edits from maintainers" in the PR Options ** --> ## Motivation Ref #449 <!-- Explain the context and why you're making that change. What is the problem you're trying to solve? In some cases there is not a problem and this can be thought of as being the motivation for your change. --> ## Solution Implement TryFrom<AnyRpcTransaction> for OpTxEnvelope <!-- Summarize the solution and provide any necessary context needed to understand the code change. --> ## PR Checklist - [x] Added Tests - [x] Added Documentation - [ ] Breaking changes --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
emhane
pushed a commit
that referenced
this pull request
Feb 3, 2026
theochap
pushed a commit
that referenced
this pull request
Mar 26, 2026
…estate (#454) This fixes an issue where the pipeline cursor was initialized with B256::ZERO as the safe head output root. When the derivation pipeline exhausts L1 data (EndOfSource) before deriving any new blocks, the driver returns this zero value instead of the agreed prestate's actual output root, causing the FPP to reject honest claims and accept zero claims.
theochap
pushed a commit
that referenced
this pull request
Mar 26, 2026
…estate (#454) This fixes an issue where the pipeline cursor was initialized with B256::ZERO as the safe head output root. When the derivation pipeline exhausts L1 data (EndOfSource) before deriving any new blocks, the driver returns this zero value instead of the agreed prestate's actual output root, causing the FPP to reject honest claims and accept zero claims.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 26, 2026
* kona-client: fix trace-extension short-circuit at capped leaves Fixes a bug where kona program could incorrectly treat a transition as trace-extension and return early based solely on output-root equality, even when the claimed L2 block number differed, enabling trivial wins in dispute games. * kona/client: Fix fmt & clippy (#456) * kona-proof: fix TipCursor using zero output root instead of agreed prestate (#454) This fixes an issue where the pipeline cursor was initialized with B256::ZERO as the safe head output root. When the derivation pipeline exhausts L1 data (EndOfSource) before deriving any new blocks, the driver returns this zero value instead of the agreed prestate's actual output root, causing the FPP to reject honest claims and accept zero claims. * fix(kona): bounded channel decompression with truncation per spec (#455) Fixes multiple deviations in kona's channel decompression (bug #35): Zlib: replace unbounded decompress_to_vec_zlib with decompress_to_vec_zlib_with_limit to prevent zip-bomb OOM. On limit hit (HasMoreOutput), keep partial output per spec instead of rejecting. Brotli: cap output buffer growth at max_rlp_bytes_per_channel instead of erroring when the doubled buffer exceeds the limit. Fixes false rejection of valid channels near the size limit. Both: on decompression errors, preserve partial output so batches decoded before the error point are accepted (matching Go reference). Per spec: "If the decompressed data exceeds the limit, things proceed as though the channel contained only the first MAX_RLP_BYTES_PER_CHANNEL decompressed bytes." Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: inphi <mlaw2501@gmail.com> Co-authored-by: Sebastian Stammler <seb@oplabs.co> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@eth-optimism/contracts@0.2.3
Patch Changes
@eth-optimism/core-utils@0.2.1
Patch Changes
@eth-optimism/hardhat-ovm@0.0.2
Patch Changes
@eth-optimism/smock@1.0.1
Patch Changes