Skip to content

push gossiper implementation #392

push gossiper implementation

push gossiper implementation #392

Triggered via push December 11, 2023 03:18
Status Failure
Total duration 3m 43s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
build-win
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-win
not enough arguments in call to gossip.NewHandler[*GossipEthTx]
build-win
not enough arguments in call to gossip.NewHandler[*GossipAtomicTx]
build-win
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-win
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-win
Process completed with exit code 1.
build-win
The following actions uses node12 which is deprecated and will be forced to run on node16: aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-win
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/