Skip to content

Release v0.4.12 - #568

Open
julio4 wants to merge 3 commits into
mainfrom
release/v0.4.12
Open

Release v0.4.12#568
julio4 wants to merge 3 commits into
mainfrom
release/v0.4.12

Conversation

@julio4

@julio4 julio4 commented Jul 29, 2026

Copy link
Copy Markdown
Member

Release v0.4.12

Pre-merge Checklist

  • Changelog reviewed and edited for clarity
  • Breaking changes documented (if any)
  • Tested on testnet/devnet
  • All CI checks passing

What happens on merge?

  • Tag op-rbuilder/v0.4.12 will be automatically created
  • Release workflow will build binaries and Docker images
  • GitHub release will be published

Notes

Add any breaking changes or migration notes here.


Generated by scripts/prepare-release.sh

Copilot AI review requested due to automatic review settings July 29, 2026 18:47
@julio4
julio4 requested a review from SozinM as a code owner July 29, 2026 18:47
@julio4 julio4 added the release label Jul 29, 2026
@julio4 julio4 added the release label Jul 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the repository for the v0.4.12 release by updating the workspace versioning and recording the release notes in the changelog.

Changes:

  • Add a new 0.4.12 section to crates/op-rbuilder/CHANGELOG.md with the included commits/PRs.
  • Bump the workspace package version from 0.4.11 to 0.4.12 in Cargo.toml.
  • Update Cargo.lock to reflect 0.4.12 for workspace crates.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
crates/op-rbuilder/CHANGELOG.md Adds release notes entry for 0.4.12.
Cargo.toml Bumps workspace package version to 0.4.12.
Cargo.lock Updates locked workspace crate versions to 0.4.12.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings July 29, 2026 19:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

crates/op-rbuilder/benches/bench_build_candidate.rs:113

  • OpChainSpecBuilder::optimism_mainnet() appears inconsistent with the rest of this benchmark configuration: transactions are signed with CHAIN_ID = 8453 (Base mainnet). If the chain spec is actually Optimism mainnet (chain id 10), tx validation/signature checks may reject the generated transactions and skew or break the benchmark.

Consider either switching the chainspec builder back to the Base mainnet variant, or updating the benchmark’s CHAIN_ID/assumptions to match the chosen chainspec (ideally deriving the chain id from chain_spec.chain_id() to prevent drift).

        let chain_spec = Arc::new(
            OpChainSpecBuilder::optimism_mainnet()
                .jovian_activated()
                .build(),
        );

@julio4
julio4 force-pushed the release/v0.4.12 branch from 0cc40b2 to 5687960 Compare July 30, 2026 15:35
Copilot AI review requested due to automatic review settings July 30, 2026 15:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants