bump framework; remove generic result type #2883
Annotations
7 errors
Setup CI Core Environment:
core/chains/evm/client/rpc_client.go#L126
not enough type arguments for type SendTxRPCClient: have 1, want 2
|
Setup CI Core Environment:
core/chains/evm/client/rpc_client.go#L126
cannot use (*RPCClient)(nil) (value of type *RPCClient) as multinode.SendTxRPCClient[*"github.com/ethereum/go-ethereum/core/types".Transaction] value in variable declaration
|
Setup CI Core Environment:
core/chains/evm/client/chain_client.go#L103
not enough type arguments for type TransactionSender: have 3, want 4
|
Setup CI Core Environment:
core/chains/evm/client/chain_client.go#L136
in call to multinode.NewTransactionSender[*types.Transaction, *big.Int, *RPCClient], type *multinode.MultiNode[*"math/big".Int, *RPCClient] of multiNode does not match *multinode.MultiNode[*RPCClient, RPC]
|
Setup CI Core Environment:
core/chains/evm/client/chain_client.go#L383
assignment mismatch: 2 variables but c.txSender.SendTransaction returns 1 value
|
Setup CI Core Environment:
core/chains/evm/client/chain_client.go#L383
cannot use tx (variable of type *"github.com/ethereum/go-ethereum/core/types".Transaction) as TX value in argument to c.txSender.SendTransaction
|
Setup CI Core Environment
Process completed with exit code 1.
|
Loading