use tmlibs

This commit is contained in:
Ethan Buchman
2017-04-21 18:12:54 -04:00
parent fa451fc55c
commit d1926bcad1
73 changed files with 101 additions and 101 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"strings"
"time"
. "github.com/tendermint/go-common"
. "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-merkle"
"github.com/tendermint/go-wire"
)
+2 -2
View File
@@ -3,8 +3,8 @@ package types
import (
// for registering TMEventData as events.EventData
abci "github.com/tendermint/abci/types"
. "github.com/tendermint/go-common"
"github.com/tendermint/go-events"
. "github.com/tendermint/tmlibs/common"
"github.com/tendermint/tmlibs/events"
"github.com/tendermint/go-wire"
)
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"encoding/json"
"time"
. "github.com/tendermint/go-common"
. "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-crypto"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package types
import (
"github.com/tendermint/go-logger"
"github.com/tendermint/tmlibs/logger"
)
var log = logger.New("module", "types")
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"golang.org/x/crypto/ripemd160"
. "github.com/tendermint/go-common"
. "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-merkle"
"github.com/tendermint/go-wire"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"io/ioutil"
"testing"
. "github.com/tendermint/go-common"
. "github.com/tendermint/tmlibs/common"
)
const (
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"os"
"sync"
. "github.com/tendermint/go-common"
. "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-crypto"
data "github.com/tendermint/go-data"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"fmt"
"io"
//. "github.com/tendermint/go-common"
//. "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-crypto"
"github.com/tendermint/go-wire"
)
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"bytes"
"io"
. "github.com/tendermint/go-common"
. "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-merkle"
)
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"testing"
"github.com/stretchr/testify/assert"
cmn "github.com/tendermint/go-common"
ctest "github.com/tendermint/go-common/test"
cmn "github.com/tendermint/tmlibs/common"
ctest "github.com/tendermint/tmlibs/common/test"
wire "github.com/tendermint/go-wire"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"fmt"
"io"
. "github.com/tendermint/go-common"
. "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-crypto"
"github.com/tendermint/go-wire"
)
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"sort"
"strings"
cmn "github.com/tendermint/go-common"
cmn "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-merkle"
"github.com/tendermint/go-wire"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"strings"
"testing"
cmn "github.com/tendermint/go-common"
cmn "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-crypto"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"fmt"
"io"
. "github.com/tendermint/go-common"
. "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-crypto"
"github.com/tendermint/go-wire"
)
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"strings"
"sync"
. "github.com/tendermint/go-common"
. "github.com/tendermint/tmlibs/common"
)
/*
+2 -2
View File
@@ -3,8 +3,8 @@ package types
import (
"bytes"
. "github.com/tendermint/go-common"
. "github.com/tendermint/go-common/test"
. "github.com/tendermint/tmlibs/common"
. "github.com/tendermint/tmlibs/common/test"
"github.com/tendermint/go-crypto"
"testing"