This repository has been archived by the owner on Jun 9, 2024. It is now read-only.
fix(mempool): Prevent runTx failures #1931
Annotations
9 errors
Build Docker Image using Makefile
cannot use blockStoreDB (variable of type "github.com/cometbft/cometbft-db".DB) as "github.com/cometbft/cometbft-db".Batch value in argument to store.SaveBlockStoreState: "github.com/cometbft/cometbft-db".DB does not implement "github.com/cometbft/cometbft-db".Batch (missing method Write)
|
Build Docker Image using Makefile
cannot use uint64(memTableSize) (value of type uint64) as int value in struct literal
|
Build Docker Image using Makefile
d.db.NewBatchWithSize undefined (type *"github.com/cockroachdb/pebble".DB has no field or method NewBatchWithSize)
|
Build Docker Image using Makefile
assignment mismatch: 2 variables but d.db.NewIter returns 1 value
|
Build Docker Image using Makefile
cannot use blockStoreDB (variable of type "github.com/cometbft/cometbft-db".DB) as "github.com/cometbft/cometbft-db".Batch value in argument to store.SaveBlockStoreState: "github.com/cometbft/cometbft-db".DB does not implement "github.com/cometbft/cometbft-db".Batch (missing method Write)
|
Build Docker Image using Makefile
cannot use uint64(memTableSize) (value of type uint64) as int value in struct literal
|
Build Docker Image using Makefile
d.db.NewBatchWithSize undefined (type *"github.com/cockroachdb/pebble".DB has no field or method NewBatchWithSize)
|
Build Docker Image using Makefile
assignment mismatch: 2 variables but d.db.NewIter returns 1 value
|
Build Docker Image using Makefile
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading