chore(deps): pin go-ethereum to released morph-v2.2.5 - #1036
Merged
Conversation
Update all modules from the pre-release pseudo-version to 5a13ad4d76fe, the commit tagged morph-v2.2.5 (published geth release), so the morph v0.6.1 release consumes the released geth code. Co-authored-by: Cursor <cursoragent@cursor.com>
2 tasks
Contributor
📝 WalkthroughWalkthroughUpdated the pinned ChangesGo-Ethereum Dependency Update
Estimated code review effort: 1 (Trivial) | ~5 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 |
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
FletcherMan
approved these changes
Aug 11, 2026
curryxbo
added a commit
that referenced
this pull request
Aug 11, 2026
Co-authored-by: corey <corey.zhang@bitget.com> Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
Switch the geth dependency to the published morph-v2.2.5 release (commit
5a13ad4d76fe), covering all three places that reference it:20260709-ffa95e0670a3) tov1.10.14-0.20260810084402-5a13ad4d76fe(pseudo-version is Go's canonical form for the non-semvermorph-v2.2.5tag; the embedded commit is exactly the tagged one)ETHEREUM_SUBMODULE_COMMIT_OR_TAG/ETHEREUM_TARGET_VERSIONbumped from morph-v2.2.4 (stale) to morph-v2.2.5ffa95e067to5a13ad4d7No code changes. Will be cherry-picked to
release/0.6.1(#1035) after merging.Test plan
go build ./..., CGO enabled)node/derivationtests passcommon/batchhermetic unit tests pass (network-dependent integration tests excluded)make submoduleschecks out morph-v2.2.5Made with Cursor