Commit a052be87 authored by vipwzw's avatar vipwzw

auto ci

parent 62bf6d3d
...@@ -3,9 +3,10 @@ package setup ...@@ -3,9 +3,10 @@ package setup
import ( import (
"context" "context"
"crypto/ecdsa" "crypto/ecdsa"
"github.com/ethereum/go-ethereum"
"math/big" "math/big"
"github.com/ethereum/go-ethereum"
"github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/ethcontract/generated" "github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/ethcontract/generated"
"github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/ethinterface" "github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/ethinterface"
"github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/ethtxs" "github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/ethtxs"
......
...@@ -5,12 +5,13 @@ import ( ...@@ -5,12 +5,13 @@ import (
"encoding/hex" "encoding/hex"
"flag" "flag"
"fmt" "fmt"
"github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/events"
"math/big" "math/big"
"os" "os"
"testing" "testing"
"time" "time"
"github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/events"
"github.com/33cn/chain33/client/mocks" "github.com/33cn/chain33/client/mocks"
dbm "github.com/33cn/chain33/common/db" dbm "github.com/33cn/chain33/common/db"
_ "github.com/33cn/chain33/system" _ "github.com/33cn/chain33/system"
......
...@@ -3,6 +3,7 @@ package executor ...@@ -3,6 +3,7 @@ package executor
import ( import (
"fmt" "fmt"
"strconv" "strconv"
//"github.com/33cn/chain33/client" //"github.com/33cn/chain33/client"
"testing" "testing"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment