tendermint2

This commit is contained in:
Ethan Buchman
2015-03-31 15:33:31 -07:00
parent e6c352dba0
commit 60f166e823
96 changed files with 260 additions and 260 deletions
+5 -5
View File
@@ -8,11 +8,11 @@ import (
"strings"
"time"
"github.com/tendermint/tendermint/account"
"github.com/tendermint/tendermint/binary"
. "github.com/tendermint/tendermint/common"
"github.com/tendermint/tendermint/config"
"github.com/tendermint/tendermint/merkle"
"github.com/tendermint/tendermint2/account"
"github.com/tendermint/tendermint2/binary"
. "github.com/tendermint/tendermint2/common"
"github.com/tendermint/tendermint2/config"
"github.com/tendermint/tendermint2/merkle"
)
type Block struct {
+1 -1
View File
@@ -1,7 +1,7 @@
package types
import (
"github.com/tendermint/tendermint/logger"
"github.com/tendermint/tendermint2/logger"
)
var log = logger.New("module", "types")
+2 -2
View File
@@ -9,8 +9,8 @@ import (
"strings"
"sync"
. "github.com/tendermint/tendermint/common"
"github.com/tendermint/tendermint/merkle"
. "github.com/tendermint/tendermint2/common"
"github.com/tendermint/tendermint2/merkle"
)
const (
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"io/ioutil"
"testing"
. "github.com/tendermint/tendermint/common"
. "github.com/tendermint/tendermint2/common"
)
func TestBasicPartSet(t *testing.T) {
+3 -3
View File
@@ -4,9 +4,9 @@ import (
"errors"
"io"
"github.com/tendermint/tendermint/account"
"github.com/tendermint/tendermint/binary"
. "github.com/tendermint/tendermint/common"
"github.com/tendermint/tendermint2/account"
"github.com/tendermint/tendermint2/binary"
. "github.com/tendermint/tendermint2/common"
)
var (
+3 -3
View File
@@ -5,9 +5,9 @@ import (
"fmt"
"io"
"github.com/tendermint/tendermint/account"
"github.com/tendermint/tendermint/binary"
. "github.com/tendermint/tendermint/common"
"github.com/tendermint/tendermint2/account"
"github.com/tendermint/tendermint2/binary"
. "github.com/tendermint/tendermint2/common"
)
var (