-
Notifications
You must be signed in to change notification settings - Fork 464
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
Fixes in post merge sync + change sepolia configs #4086
Conversation
(cherry picked from commit a553d9c) # Conflicts: # src/Nethermind/Nethermind.Synchronization.Test/SynchronizerTests.cs
(cherry picked from commit c62619c)
# Conflicts: # src/Nethermind/Nethermind.Merge.Plugin/Handlers/V1/ForkchoiceUpdatedV1Handler.cs
…ne-handlers # Conflicts: # src/Nethermind/Nethermind.Merge.Plugin/Handlers/V1/ForkchoiceUpdatedV1Handler.cs
# Conflicts: # src/Nethermind/Chains/sepolia.json
|
||
// if we have parent state it means that we don't need to go deeper | ||
if (toBeProcessed?.StateRoot == null || _stateReader.HasStateForBlock(toBeProcessed.Header)) |
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.
Not sure if this is correct assumption, we don't have to recreate the state, but what about refreshing the receipts?
Why is that needed?
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.
I don't understand what do you mean, let's talk tmr
Sync fixes:
Updated sepolia bootnodes and fast sync config.