Skip to content
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

Merged
merged 32 commits into from
Jun 1, 2022
Merged

Conversation

MarekM25
Copy link
Contributor

Sync fixes:

  • Fix in peers refreshing
  • Fix in HivePlugin
  • Fix in BlockchainProcessor fast sync transition

Updated sepolia bootnodes and fast sync config.

@MarekM25 MarekM25 changed the title Fixes in post merge sync + update sepolia bootnodes Fixes in post merge sync + change sepolia configs May 31, 2022

// if we have parent state it means that we don't need to go deeper
if (toBeProcessed?.StateRoot == null || _stateReader.HasStateForBlock(toBeProcessed.Header))
Copy link
Member

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?

Copy link
Contributor Author

@MarekM25 MarekM25 May 31, 2022

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

@MarekM25 MarekM25 merged commit ac0b971 into master Jun 1, 2022
@MarekM25 MarekM25 deleted the hive_tests_review branch June 1, 2022 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants