Open jvdp opened 3 years ago
So after some discussion we've decided to abandon the PeerEventBus
-based block stream and stick with the plans for the FetcherService
method, but it's left in for now to test the better BranchBuffer
during development.
Implements a flow that construct blocks from messages from the
PeerEventBus
, and hooks it intoRegularSync
via a temporary block buffer data structure and flow (as proof of concept.)[update 23/8]: Just tested this on Sagano and it regular-syncs up to the best block and then remains stuck there. So it's close.