chore: prep v1.2.0#3390
Conversation
Stamp the Unreleased section as v1.2.0. Adds the two features that had landed on main without changelog entries (proposer key rotation #3282, Amsterdam fork prep #3352) and two missing fixes (#3376, #3389). The minor bump reflects the breaking core Executor change (ExecuteTxs now returns ExecuteResult) and proposer key rotation state/header validation. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe changelog adds a v1.2.0 release section covering new capabilities, removed components, and fixes for node readiness, synchronization, and sequencing behavior. Changesv1.2.0 release notes
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3390 +/- ##
==========================================
- Coverage 62.34% 62.33% -0.02%
==========================================
Files 120 120
Lines 13454 13454
==========================================
- Hits 8388 8386 -2
- Misses 4125 4126 +1
- Partials 941 942 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Stamps the
[Unreleased]changelog section as v1.2.0 — the CHANGELOG equivalent of the priorchore: prep ...release commits.Why a minor bump (1.1.x → 1.2.0)
coreExecutor change:ExecuteTxsnow returns anExecuteResultstruct (carryingNextProposerAddress) instead ofupdatedStateRoot []byte(#3282).coremust be re-released (plannedcore/v1.1.0) before ev-node/apps can bump.NextProposerAddressand signed headers now validate signer identity — a breaking state/consensus change (#3282).Changelog changes
The
[Unreleased]section was missing the two largest features on main. Added:Not in this PR (release execution, after merge)
Tags are not pushed here. The release sequence per
RELEASE.md, once this merges:core/v1.1.0→ wait for proxy propagationv1.2.0(ev-node root),execution/evm/vXapps/*/v1.2.0🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Bug Fixes
net-infooutput formats.Removed