-
Notifications
You must be signed in to change notification settings - Fork 847
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
Remove deprecated EF bootnodes #5194
Remove deprecated EF bootnodes #5194
Conversation
Signed-off-by: Rafael Matias <[email protected]>
e56bfaf
to
c364613
Compare
Signed-off-by: Gabriel Fukushima <[email protected]>
@skylenet hope you don't mind, I've added a small clean up to some of those json used for tests only. Thanks for sending pull request. |
Signed-off-by: Gabriel Fukushima <[email protected]>
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
@skylenet Could this have an impact on peering abilities for the regions affected? |
Not really as there's also the DNS discovery approach that should be preferred. |
* Remove deprecated EF bootnodes Signed-off-by: Rafael Matias <[email protected]> * Remove unnecessary bootnode data from checkpoint json test * Remove ef deprecated bootnodes from genesis Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Rafael Matias <[email protected]> Signed-off-by: Gabriel Fukushima <[email protected]> Co-authored-by: Gabriel Fukushima <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]>
* Remove deprecated EF bootnodes Signed-off-by: Rafael Matias <[email protected]> * Remove unnecessary bootnode data from checkpoint json test * Remove ef deprecated bootnodes from genesis Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Rafael Matias <[email protected]> Signed-off-by: Gabriel Fukushima <[email protected]> Co-authored-by: Gabriel Fukushima <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]>
PR description
Removed some deprecated EF bootnodes. The same nodes have been removed on geth: ethereum/go-ethereum#26828
Fixed Issue(s)
Documentation
doc-change-required
label to this PR ifupdates are required.
Acceptance Tests (Non Mainnet)
./gradlew acceptanceTestNonMainnet
locally if my PR affects non-mainnet modules.Changelog