Skip to content

Conversation

@Ferret-san
Copy link
Collaborator

Overview

Updates main branch to a v3.7.1 compatible release

tsahee and others added 30 commits July 29, 2025 19:26
…e-geth

Expanding support for multi-dimensional gas
fixes NIT-3634
pulls in OffchainLabs/go-ethereum#500

refunding gas held to limit eth_call execution was happening after peakGas calculation which can cause unexpected values
…-message-accuracy

fix: improve error message accuracy in CorrespondingL1BlockNumber
Use new golangci-lint fmt and fix solidity formatter
Try NOT running the nitro CodeQL build in parallel
…tylus-tests

Increase EVM Call timeout to avoid flaky CI
eljobe and others added 29 commits August 18, 2025 17:03
This allows the merge queue to run the right CI steps before merging.

Part of: NIT-3067
Without this, the submodule pin check won't be run.
…lstate-not-in-chain-should-be-a-fatal-error-for

GlobalState not in chain should be a fatal error when requesting a confirmed assertion
…r-config-validation

Basic seq-coordinator config validation
…3509)

Co-authored-by: Pepper Lebeck-Jobe <pepper@offchainlabs.com>
There was a bug where if a duplicate message was processed at a segment
boundary, then it would cause an empty segment to be inserted, which
broke the invariants of the backlog data structure.

The invariants being violated wer:
1. Monotonic sequence number order
2. Segment Continuity: segment[n].End() + 1 == segment[n+1].Start()
3. Non-empty Segments: All segments should contain messages
4. Lookup Uniqueness: Each sequence number maps to exactly one segment
5. Cumulative Size Ordering: Later messages have higher cumulative sizes

This bug would break most operations on the backlog (eg Get() which uses
a binary search) and cause them to have unpredictable behavior.
…lstate-not-in-chain-should-be-a-fatal-error-for

Return a fatal error instead of stopping the StopWaiter in case of Er…
…ize-multigas-3.7.0-backport

Improve CPU performance when processing blocks
@Ferret-san Ferret-san changed the base branch from master to celestia-main November 10, 2025 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.