chore: iavl-v0.20-alpha1 and cosmos-db (#14411)

Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
Jacob Gadikian
2022-12-28 21:42:00 +01:00
committed by GitHub
co-authored by marbar3778
parent 829c487de8
commit 1bb0629846
95 changed files with 1279 additions and 864 deletions
+2 -2
View File
@@ -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)
})
}
+1 -1
View File
@@ -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"