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
Currently nodes do no broadcast any new blocks after they have been proposed or attested to, they just listen to the p2p feed for any newly processed blocks for syncing. A PR for this will allow proposers to broadcast their newly created blocks. Once this is done nodes will be able to both send and receive blocks instead of currently where they just receive blocks.
The text was updated successfully, but these errors were encountered:
Why do we need fork choice rule for this? A proposer should broadcast its newly created block after he has been selected. The validator should apply fork choice rule on the newly received block from proposer
Currently nodes do no broadcast any new blocks after they have been proposed or attested to, they just listen to the p2p feed for any newly processed blocks for syncing. A PR for this will allow proposers to broadcast their newly created blocks. Once this is done nodes will be able to both send and receive blocks instead of currently where they just receive blocks.
The text was updated successfully, but these errors were encountered: