-
Notifications
You must be signed in to change notification settings - Fork 458
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
Enable Networking on OP/Base archive nodes #7778
Conversation
Relevant: #6334 Could you elaborate on what changed that now we're enabling networking? |
@emlautarom1 Also was a raised concern by one of users through slack channel. |
@@ -10,11 +10,6 @@ | |||
"TxPool": { | |||
"BlobsSupport": "Disabled" | |||
}, | |||
"Sync": { | |||
"NetworkingEnabled": false, | |||
"AncientBodiesBarrier": 105235063, |
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.
Barrier not needed anymore?
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.
No - especially on archive config xD Not sure why it was even there
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.
Actually learnt today about Regenesis of op-mainnet.
So reverted barriers
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.
Enabling Networking - Looks good
Networking was disabled on archive nodes which is invalid.
Types of changes
What types of changes does your code introduce?
Testing
Requires testing
If yes, did you write tests?