Transactions will be propagated in the P2P network using the gossiping mechanism. https://github.com/libp2p/go-libp2p-pubsub provides `Gossipsub` implementation, which looks very interesting.
Transactions will be propagated in the P2P network using the gossiping mechanism.
https://github.com/libp2p/go-libp2p-pubsub provides
Gossipsubimplementation, which looks very interesting.