-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
geth: update to v1.13.15 #10353
geth: update to v1.13.15 #10353
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10353 +/- ##
===========================================
+ Coverage 42.33% 43.47% +1.14%
===========================================
Files 73 41 -32
Lines 4845 3986 -859
Branches 766 614 -152
===========================================
- Hits 2051 1733 -318
+ Misses 2684 2143 -541
Partials 110 110
Flags with carried forward coverage won't be shown. Click here to find out more. |
WalkthroughWalkthroughThe changes across various files in the Ethereum Go client involve updating import paths and types related to genesis account allocations and trie database configurations. The modifications aim to enhance consistency and potentially improve performance and maintainability by transitioning from older Changes
Recent Review DetailsConfiguration used: .coderabbit.yml Files ignored due to path filters (4)
Files selected for processing (16)
Files skipped from review as they are similar to previous changes (16)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
77f8346
to
022f6e3
Compare
022f6e3
to
f612782
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once we update op-geth. FYI I updated the base to op-geth/1.13.14 merge
I've changed base back to |
Updates the
go.mod
to useop-geth
based on upstream versionv1.13.15
This PR is made against
v1.13.14
branch because there were are required changes to support the a version (.13) which must be built on.One additional changes required to support the new version beyond changes made in previous updates:
New:
Previous:
trie
pakcage updated totriedb
packagecore
types deprecated fortypes
typesOne additional change was added which is not strictly required, but enabled:
pin.go
file which fixes a dependency to a specific version, preventing version conflicts. with a more updated geth, we no longer need the pin.