substrate icon indicating copy to clipboard operation
substrate copied to clipboard

BEEFY: integrate request-response protocol peer selection strategy with all of sync

Open acatangiu opened this issue 3 years ago • 1 comments

PR https://github.com/paritytech/substrate/pull/12124 added a custom Request-Response protocol to BEEFY, including a simple peer selection strategy based on connected peers' gossiped votes.

In the long run we want to integrate with the smarter sync peer selection strategy, once that is decoupled from the generic networking code.

Timeline is to tackle this at the same time we do it for Grandpa/Warp-sync.

CC @andresilva

acatangiu avatar Sep 19 '22 11:09 acatangiu

In the long run we want to integrate with the smarter sync peer selection strategy, once that is decoupled from the generic networking code.

What you mean by smarter sync peer selection? You just link a struct there.

You should already be able to follow the sync peers by listening on the event_stream from the networking service.

bkchr avatar Sep 20 '22 21:09 bkchr