Skip to content

Commit

Permalink
update icode_git_store_test's code
Browse files Browse the repository at this point in the history
  • Loading branch information
JoosJuliet authored and junbeomlee committed Oct 20, 2018
1 parent a948e6d commit 7744740
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 317 deletions.
43 changes: 21 additions & 22 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_gateway/block_query_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

"github.com/it-chain/engine/blockchain"
"github.com/it-chain/engine/common/event"
"github.com/it-chain/leveldb-wrapper"
leveldbwrapper "github.com/it-chain/leveldb-wrapper"
"github.com/it-chain/yggdrasill"
)

Expand Down
2 changes: 1 addition & 1 deletion blockchain/infra/adapter/consensus_event_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/it-chain/engine/blockchain"
"github.com/it-chain/engine/common"
"github.com/it-chain/engine/common/event"
"github.com/it-chain/engine/common/logger"
"github.com/it-chain/sdk/logger"
)

type BlockApiForCommitAndStage interface {
Expand Down
3 changes: 1 addition & 2 deletions cmd/on/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ import (
"fmt"
"os"

"github.com/it-chain/engine/conf"

"github.com/it-chain/engine/cmd/on/api-gatewayfx"
"github.com/it-chain/engine/cmd/on/blockchainfx"
"github.com/it-chain/engine/cmd/on/commonfx"
"github.com/it-chain/engine/cmd/on/grpc_gatewayfx"
"github.com/it-chain/engine/cmd/on/ivmfx"
"github.com/it-chain/engine/cmd/on/pbftfx"
"github.com/it-chain/engine/cmd/on/txpoolfx"
"github.com/it-chain/engine/conf"
"github.com/it-chain/iLogger"
"github.com/urfave/cli"
"go.uber.org/fx"
Expand Down
2 changes: 1 addition & 1 deletion common/batch/timeout_batcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"sync"
"time"

"github.com/it-chain/engine/common/logger"
"github.com/it-chain/sdk/logger"
)

var instance *TimeoutBatcher
Expand Down
Loading

0 comments on commit 7744740

Please sign in to comment.