OnBlockAddition is called when a new block is added to the chain. Think and implement how this should be propagated to the other nodes via OnBlockAddition method.
Probably we need to implement the Gossip protocol from libp2p or we should notify all peers that we are conected to.
OnBlockAddition
is called when a new block is added to the chain. Think and implement how this should be propagated to the other nodes viaOnBlockAddition
method.Probably we need to implement the Gossip protocol from libp2p or we should notify all peers that we are conected to.