changelog: List changes for the 0.23.0 release - #1645
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the unreleased 0.23.0 changelog covering EVM, EVMC, performance, and correctness updates.
Changes:
- Documents Amsterdam EIPs and EVMC ABI 18.
- Summarizes state, cryptography, and test-runner improvements.
- Adds release and specification links.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1645 +/- ##
=======================================
Coverage 97.72% 97.72%
=======================================
Files 171 171
Lines 15629 15629
Branches 3613 3613
=======================================
Hits 15273 15273
Misses 269 269
Partials 87 87
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
chfast
force-pushed
the
release/changelog-0.23.0
branch
from
August 11, 2026 09:11
a0e29a1 to
76d85fb
Compare
Cover the changes since 0.22.0: the next Amsterdam EIPs, the EVMC ABI bump to 18 with the VM-side CREATE address, the modexp windowing and state library optimizations, and the transaction decoding and signature verification fixes.
chfast
force-pushed
the
release/changelog-0.23.0
branch
from
August 11, 2026 09:14
76d85fb to
c762495
Compare
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.
Cover the changes since 0.22.0: the next Amsterdam EIPs (7708, 7954, 8246), the EVMC ABI bump to 18 with the VM-side CREATE address, the modexp windowing and state library optimizations, and the transaction decoding and signature verification fixes.
The
[0.23.0]link points atcompare/v0.22.0...masteruntil the release is tagged, and the date is left asunreleased.Every PR number was checked against its merge commit and every URL in the new section was fetched (69 links, all 200).
Deliberately not listed, as internal test-only churn: #1574, #1599, #1604, #1608, #1613, #1628, #1629, #1630.