Bump sei go-ethereum to v1.15.7-sei-20 - #3920
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
PR SummaryMedium Risk Overview Behavioral changes come from the fork release (v1.15.7-sei-20); anything that imports Reviewed by Cursor Bugbot for commit 4e1b4ec. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Mechanical 3-line bump of the sei-protocol/go-ethereum fork from v1.15.7-sei-19 to v1.15.7-sei-20: the go.mod replace directive and both go.sum lines are updated consistently, no other module or file in the tree pins the fork version, and the unchanged /go.mod hash matches a fork tag whose own go.mod did not change. Nothing to flag; checksum validity against the upstream tag is verified by CI.
Findings: 0 blocking | 0 non-blocking | 0 posted inline
Blockers
- None at the file/PR level.
Non-blocking
- None at the file/PR level.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3920 +/- ##
==========================================
- Coverage 59.49% 58.47% -1.02%
==========================================
Files 2325 2229 -96
Lines 198659 188027 -10632
==========================================
- Hits 118187 109956 -8231
+ Misses 69230 67670 -1560
+ Partials 11242 10401 -841
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Describe your changes and provide context
Bumps the
sei-protocol/go-ethereumfork dependency fromv1.15.7-sei-19tov1.15.7-sei-20.Notable changes picked up in this bump:
https://github.com/sei-protocol/go-ethereum/releases/tag/v1.15.7-sei-20
Testing performed to validate your change
go mod tidy/go mod verifyagainst the new fork tag.