Initial work to add an in-memory layer on top of the TxStore #40655
Annotations
3 errors
|
|
core/chains/tx_store_test.go#L256
cannot use txStore (variable of type "github.com/smartcontractkit/chainlink/v2/core/chains/evm/txmgr".EvmTxStore) as "github.com/smartcontractkit/chainlink/v2/common/txmgr".PersistentTxStore["github.com/ethereum/go-ethereum/common".Address, *big.Int, "github.com/ethereum/go-ethereum/common".Hash, "github.com/ethereum/go-ethereum/common".Hash, *"github.com/smartcontractkit/chainlink/v2/core/chains/evm/types".Receipt, "github.com/smartcontractkit/chainlink/v2/core/chains/evm/types".Nonce, gas.EvmFee] value in argument to txmgr.NewInMemoryStore[*big.Int, common.Address, common.Hash, common.Hash, *evmtypes.Receipt, evmtypes.Nonce, gas.EvmFee]: "github.com/smartcontractkit/chainlink/v2/core/chains/evm/txmgr".EvmTxStore does not implement "github.com/smartcontractkit/chainlink/v2/common/txmgr".PersistentTxStore["github.com/ethereum/go-ethereum/common".Address, *big.Int, "github.com/ethereum/go-ethereum/common".Hash, "github.com/ethereum/go-ethereum/common".Hash, *"github.com/smartcontractkit/chainlink/v2/core/chains/evm/types".Receipt, "github.com/smartcontractkit/chainlink/v2/core/chains/evm/types".Nonce, gas.EvmFee] (missing method UnconfirmedTransactions)
|
The logs for this run have expired and are no longer available.
Loading