chore: iavl-v0.20-alpha1 and cosmos-db (#14411)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
co-authored by
marbar3778
parent
829c487de8
commit
1bb0629846
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/cosmos/cosmos-sdk/orm/internal/testkv"
|
||||
"github.com/cosmos/cosmos-sdk/orm/testing/ormtest"
|
||||
|
||||
dbm "github.com/tendermint/tm-db"
|
||||
dbm "github.com/cosmos/cosmos-db"
|
||||
"gotest.tools/v3/assert"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/orm/internal/testpb"
|
||||
@@ -239,7 +239,7 @@ func BenchmarkManualInsertMemory(b *testing.B) {
|
||||
|
||||
func BenchmarkManualInsertLevelDB(b *testing.B) {
|
||||
benchManual(b, func() (dbm.DB, error) {
|
||||
return dbm.NewGoLevelDB("test", b.TempDir())
|
||||
return dbm.NewGoLevelDB("test", b.TempDir(), nil)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
"google.golang.org/protobuf/types/known/timestamppb"
|
||||
|
||||
dbm "github.com/tendermint/tm-db"
|
||||
dbm "github.com/cosmos/cosmos-db"
|
||||
|
||||
"google.golang.org/protobuf/proto"
|
||||
"google.golang.org/protobuf/reflect/protoreflect"
|
||||
|
||||
Reference in New Issue
Block a user