-
Notifications
You must be signed in to change notification settings - Fork 328
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
[evm] enable Merge at Redsea height #3935
Conversation
go.mod
Outdated
@@ -201,6 +206,6 @@ require ( | |||
gopkg.in/yaml.v3 v3.0.1 // indirect | |||
) | |||
|
|||
replace github.com/ethereum/go-ethereum => github.com/iotexproject/go-ethereum v0.4.2 | |||
replace github.com/ethereum/go-ethereum => github.com/iotexproject/go-ethereum v1.7.4-0.20231009175652-26939171068a |
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.
after full-sync test, this will be given a tag and updated
Codecov Report
@@ Coverage Diff @@
## master #3935 +/- ##
==========================================
+ Coverage 75.38% 76.08% +0.70%
==========================================
Files 303 328 +25
Lines 25923 27962 +2039
==========================================
+ Hits 19541 21275 +1734
- Misses 5360 5592 +232
- Partials 1022 1095 +73
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -4,13 +4,13 @@ go 1.18 | |||
|
|||
require ( | |||
github.com/cenkalti/backoff v2.2.1+incompatible |
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.
are all the module upgrades required?
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.
this is the result of running go mod tidy
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.
Please also give the activated EIPs list from London to Merge
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
This reverts commit a2c0285.
Description
at title.
Fixes #(issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: