You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
…ocks immediately #392 (#396)
* [BlockStoreLoop] Refactor the BlockStoreSteps so that it returns a enum result #330
* BlockStoreLoop] Refactor the BlockStoreSteps so that it returns a enum result #330
Review comments
* [BlockStoreLoop] Refactor the BlockStoreSteps so that it returns a enum result #330
Review
* [Improvement] Refactor BlockStorePuller/BlockStoreLoop so that BlockStoreInnerStepFindBlocks can ask for multiple blocks #339
Commit before merge
* Revert rename
* #361
Changes as per review
* [Improvement] Refactor BlockStorePuller/BlockStoreLoop so that BlockStoreInnerStepFindBlocks can ask for multiple blocks #339#361
Removed from ShouldStopFindingBlocks
* [Improvement] Refactor BlockStorePuller/BlockStoreLoop so that BlockStoreInnerStepFindBlocks can ask for multiple blocks #339
Fixes as per review
* Refactored ProcesPendingStorageStep
* Added better logging
* Fixed bug
* Added comments to ProcessPendingStorageContext
* Split when in IBD and not in IBD
* Logic improvements
* Changes as per Dan's review
When a new block arrives from consensus, it needs to be downloaded and pushed to the repository immediately so that other peers can have access to it.
Currently, we will wait for a 100 blocks to download OR 200secs before we push to the repository.
The text was updated successfully, but these errors were encountered: