Skip to content

Query Filter Comparator Remaping #4863

Query Filter Comparator Remaping

Query Filter Comparator Remaping #4863

Triggered via pull request February 4, 2025 16:20
Status Success
Total duration 6m 44s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Analyze (go)
cannot use (*RPCClient)(nil) (value of type *RPCClient) as multinode.SendTxRPCClient[*"github.com/ethereum/go-ethereum/core/types".Transaction, *SendTxResult] value in variable declaration: *RPCClient does not implement multinode.SendTxRPCClient[*"github.com/ethereum/go-ethereum/core/types".Transaction, *SendTxResult] (wrong type for method SendTransaction)
Analyze (go)
undefined: multinode.SendTxResult
Analyze (go)
*RPCClient does not satisfy multinode.SendTxRPCClient[*"github.com/ethereum/go-ethereum/core/types".Transaction, *SendTxResult] (wrong type for method SendTransaction)
Analyze (go)
assignment mismatch: 1 variable but c.txSender.SendTransaction returns 3 values
Analyze (go)
cannot use NewSendTxResult (value of type func(err error) *SendTxResult) as func(err error) multinode.SendTxReturnCode value in argument to multinode.NewTransactionSender[*types.Transaction, *SendTxResult, *big.Int, *RPCClient]
Analyze (go)
*RPCClient does not satisfy multinode.SendTxRPCClient[*"github.com/ethereum/go-ethereum/core/types".Transaction, *SendTxResult] (wrong type for method SendTransaction)