tm-cmn to tm-db (#3850)

* tm-cmn to tm-db

* go.mod changes

* go.mod changes

* more go.mod

* fix tm-db

* ci fix, pending change
This commit is contained in:
Marko
2019-07-31 11:34:17 +02:00
committed by GitHub
parent 41bf54a906
commit a1eb2f6c6b
41 changed files with 45 additions and 46 deletions

View File

@@ -32,7 +32,7 @@ import (
"github.com/tendermint/tendermint/store"
"github.com/tendermint/tendermint/types"
tmtime "github.com/tendermint/tendermint/types/time"
dbm "github.com/tendermint/tm-cmn/db"
dbm "github.com/tendermint/tm-db"
)
const (

View File

@@ -14,7 +14,7 @@ import (
mempl "github.com/tendermint/tendermint/mempool"
sm "github.com/tendermint/tendermint/state"
"github.com/tendermint/tendermint/types"
dbm "github.com/tendermint/tm-cmn/db"
dbm "github.com/tendermint/tm-db"
)
// for testing

View File

@@ -25,7 +25,7 @@ import (
sm "github.com/tendermint/tendermint/state"
"github.com/tendermint/tendermint/store"
"github.com/tendermint/tendermint/types"
dbm "github.com/tendermint/tm-cmn/db"
dbm "github.com/tendermint/tm-db"
)
//----------------------------------------------

View File

@@ -13,7 +13,7 @@ import (
abci "github.com/tendermint/tendermint/abci/types"
//auto "github.com/tendermint/tendermint/libs/autofile"
dbm "github.com/tendermint/tm-cmn/db"
dbm "github.com/tendermint/tm-db"
"github.com/tendermint/tendermint/libs/log"
"github.com/tendermint/tendermint/mock"

View File

@@ -10,7 +10,7 @@ import (
"strings"
"github.com/pkg/errors"
dbm "github.com/tendermint/tm-cmn/db"
dbm "github.com/tendermint/tm-db"
cfg "github.com/tendermint/tendermint/config"
cmn "github.com/tendermint/tendermint/libs/common"

View File

@@ -29,7 +29,7 @@ import (
sm "github.com/tendermint/tendermint/state"
"github.com/tendermint/tendermint/types"
"github.com/tendermint/tendermint/version"
dbm "github.com/tendermint/tm-cmn/db"
dbm "github.com/tendermint/tm-db"
)
func TestMain(m *testing.M) {

View File

@@ -21,7 +21,7 @@ import (
sm "github.com/tendermint/tendermint/state"
"github.com/tendermint/tendermint/store"
"github.com/tendermint/tendermint/types"
"github.com/tendermint/tm-cmn/db"
db "github.com/tendermint/tm-db"
)
// WALGenerateNBlocks generates a consensus WAL. It does this by spinning up a