Commit 10c40fd2 authored by vipwzw's avatar vipwzw

auto ci

parent 121093cd
...@@ -3,11 +3,12 @@ package test ...@@ -3,11 +3,12 @@ package test
import ( import (
"encoding/hex" "encoding/hex"
"fmt" "fmt"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/common"
"math/big" "math/big"
"strings" "strings"
"testing" "testing"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/common"
) )
func TestUnpackEvent(t *testing.T) { func TestUnpackEvent(t *testing.T) {
...@@ -49,4 +50,4 @@ func TestUnpackEvent(t *testing.T) { ...@@ -49,4 +50,4 @@ func TestUnpackEvent(t *testing.T) {
t.Error(err) t.Error(err)
} }
fmt.Printf("\nreceivedAddrEv=%s\n\n\n", receivedAddrEv.Sender.String()) fmt.Printf("\nreceivedAddrEv=%s\n\n\n", receivedAddrEv.Sender.String())
} }
\ No newline at end of file
...@@ -3,6 +3,10 @@ package test ...@@ -3,6 +3,10 @@ package test
import ( import (
"context" "context"
"fmt" "fmt"
"math/big"
"testing"
"time"
"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/ethcontract/test/setup" "github.com/33cn/plugin/plugin/dapp/x2Ethereum/ebrelayer/ethcontract/test/setup"
"github.com/33cn/plugin/plugin/dapp/x2Ethereum/ebrelayer/ethtxs" "github.com/33cn/plugin/plugin/dapp/x2Ethereum/ebrelayer/ethtxs"
...@@ -14,9 +18,6 @@ import ( ...@@ -14,9 +18,6 @@ import (
"github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"math/big"
"testing"
"time"
) )
//"BridgeToken creation (Chain33 assets)" //"BridgeToken creation (Chain33 assets)"
......
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