feat(master): async pruning of orphan nodes #1969
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors
Test:
nodedb.go#L100
cannot use db (variable of type "github.com/cosmos/iavl/db".DB) as "github.com/cosmos/cosmos-db".DB value in argument to NewBatchWithFlusher: "github.com/cosmos/iavl/db".DB does not implement "github.com/cosmos/cosmos-db".DB (missing method Delete)
|
Test:
nodedb.go#L363
cannot use ndb.db (variable of type "github.com/cosmos/iavl/db".DB) as "github.com/cosmos/cosmos-db".DB value in argument to NewBatchWithFlusher: "github.com/cosmos/iavl/db".DB does not implement "github.com/cosmos/cosmos-db".DB (missing method Delete)
|
Test:
nodedb.go#L433
undefined: dbm.IteratePrefix
|
Test:
nodedb.go#L506
undefined: dbm.IteratePrefix
|
Test:
nodedb.go#L939
cannot use ndb.db (variable of type "github.com/cosmos/iavl/db".DB) as "github.com/cosmos/cosmos-db".DB value in argument to NewBatchWithFlusher: "github.com/cosmos/iavl/db".DB does not implement "github.com/cosmos/cosmos-db".DB (missing method Delete)
|
Test
Process completed with exit code 1.
|