push gossiper implementation #392
Annotations
6 errors
build-mac
cannot use (*GossipEthTxPool)(nil) (value of type *GossipEthTxPool) as gossip.Set[*GossipEthTx] value in variable declaration: *GossipEthTxPool does not implement gossip.Set[*GossipEthTx] (missing method Get)
|
build-mac
not enough arguments in call to gossip.NewHandler[*GossipEthTx]
|
build-mac
not enough arguments in call to gossip.NewHandler[*GossipAtomicTx]
|
build-mac
cannot use ethTxPool (variable of type *GossipEthTxPool) as gossip.Set[*GossipEthTx] value in argument to gossip.NewPullGossiper[GossipEthTx, *GossipEthTx]: *GossipEthTxPool does not implement gossip.Set[*GossipEthTx] (missing method Get)
|
build-mac
cannot use vm.mempool (variable of type *Mempool) as gossip.Set[*GossipAtomicTx] value in argument to gossip.NewPullGossiper[GossipAtomicTx, *GossipAtomicTx]: *Mempool does not implement gossip.Set[*GossipAtomicTx] (missing method Get)
|
build-mac
Process completed with exit code 1.
|