Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
5a5f1a6d
Commit
5a5f1a6d
authored
May 20, 2020
by
vipwzw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto ci
parent
a8d839c6
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
7 deletions
+13
-7
config.pb.go
plugin/dapp/x2Ethereum/ebrelayer/types/config.pb.go
+2
-1
relayer.pb.go
plugin/dapp/x2Ethereum/ebrelayer/types/relayer.pb.go
+2
-1
exec.go
plugin/dapp/x2Ethereum/executor/exec.go
+1
-0
prophecy.go
plugin/dapp/x2Ethereum/executor/prophecy.go
+2
-1
allRelayerTest.sh
plugin/dapp/x2Ethereum/testsh/allRelayerTest.sh
+0
-1
oracle.pb.go
plugin/dapp/x2Ethereum/types/oracle.pb.go
+2
-1
utils.go
plugin/dapp/x2Ethereum/types/utils.go
+2
-1
x2ethereum.pb.go
plugin/dapp/x2Ethereum/types/x2ethereum.pb.go
+2
-1
No files found.
plugin/dapp/x2Ethereum/ebrelayer/types/config.pb.go
View file @
5a5f1a6d
...
@@ -5,8 +5,9 @@ package types
...
@@ -5,8 +5,9 @@ package types
import
(
import
(
fmt
"fmt"
fmt
"fmt"
proto
"github.com/golang/protobuf/proto"
math
"math"
math
"math"
proto
"github.com/golang/protobuf/proto"
)
)
// Reference imports to suppress errors if they are not otherwise used.
// Reference imports to suppress errors if they are not otherwise used.
...
...
plugin/dapp/x2Ethereum/ebrelayer/types/relayer.pb.go
View file @
5a5f1a6d
...
@@ -5,8 +5,9 @@ package types
...
@@ -5,8 +5,9 @@ package types
import
(
import
(
fmt
"fmt"
fmt
"fmt"
proto
"github.com/golang/protobuf/proto"
math
"math"
math
"math"
proto
"github.com/golang/protobuf/proto"
)
)
// Reference imports to suppress errors if they are not otherwise used.
// Reference imports to suppress errors if they are not otherwise used.
...
...
plugin/dapp/x2Ethereum/executor/exec.go
View file @
5a5f1a6d
...
@@ -2,6 +2,7 @@ package executor
...
@@ -2,6 +2,7 @@ package executor
import
(
import
(
"errors"
"errors"
"github.com/33cn/chain33/system/dapp"
"github.com/33cn/chain33/system/dapp"
manTy
"github.com/33cn/chain33/system/dapp/manage/types"
manTy
"github.com/33cn/chain33/system/dapp/manage/types"
...
...
plugin/dapp/x2Ethereum/executor/prophecy.go
View file @
5a5f1a6d
...
@@ -3,9 +3,10 @@ package executor
...
@@ -3,9 +3,10 @@ package executor
import
(
import
(
"errors"
"errors"
"fmt"
"fmt"
"strconv"
"github.com/33cn/chain33/types"
"github.com/33cn/chain33/types"
x2eTy
"github.com/33cn/plugin/plugin/dapp/x2Ethereum/types"
x2eTy
"github.com/33cn/plugin/plugin/dapp/x2Ethereum/types"
"strconv"
)
)
func
NewProphecy
(
id
string
)
*
x2eTy
.
ReceiptEthProphecy
{
func
NewProphecy
(
id
string
)
*
x2eTy
.
ReceiptEthProphecy
{
...
...
plugin/dapp/x2Ethereum/testsh/allRelayerTest.sh
View file @
5a5f1a6d
...
@@ -338,7 +338,6 @@ function TestETH2Chain33Erc20() {
...
@@ -338,7 +338,6 @@ function TestETH2Chain33Erc20() {
echo
-e
"
${
GRE
}
===========
$FUNCNAME
end ===========
${
NOC
}
"
echo
-e
"
${
GRE
}
===========
$FUNCNAME
end ===========
${
NOC
}
"
}
}
function
TestChain33ToEthAssetsKill
()
{
function
TestChain33ToEthAssetsKill
()
{
echo
-e
"
${
GRE
}
===========
$FUNCNAME
begin ===========
${
NOC
}
"
echo
-e
"
${
GRE
}
===========
$FUNCNAME
begin ===========
${
NOC
}
"
...
...
plugin/dapp/x2Ethereum/types/oracle.pb.go
View file @
5a5f1a6d
...
@@ -5,8 +5,9 @@ package types
...
@@ -5,8 +5,9 @@ package types
import
(
import
(
fmt
"fmt"
fmt
"fmt"
proto
"github.com/golang/protobuf/proto"
math
"math"
math
"math"
proto
"github.com/golang/protobuf/proto"
)
)
// Reference imports to suppress errors if they are not otherwise used.
// Reference imports to suppress errors if they are not otherwise used.
...
...
plugin/dapp/x2Ethereum/types/utils.go
View file @
5a5f1a6d
...
@@ -4,11 +4,12 @@ import (
...
@@ -4,11 +4,12 @@ import (
"encoding/binary"
"encoding/binary"
"errors"
"errors"
"fmt"
"fmt"
"github.com/33cn/chain33/common/address"
"math"
"math"
"math/big"
"math/big"
"strings"
"strings"
"github.com/33cn/chain33/common/address"
log
"github.com/33cn/chain33/common/log/log15"
log
"github.com/33cn/chain33/common/log/log15"
)
)
...
...
plugin/dapp/x2Ethereum/types/x2ethereum.pb.go
View file @
5a5f1a6d
...
@@ -6,10 +6,11 @@ package types
...
@@ -6,10 +6,11 @@ package types
import
(
import
(
context
"context"
context
"context"
fmt
"fmt"
fmt
"fmt"
math
"math"
types
"github.com/33cn/chain33/types"
types
"github.com/33cn/chain33/types"
proto
"github.com/golang/protobuf/proto"
proto
"github.com/golang/protobuf/proto"
grpc
"google.golang.org/grpc"
grpc
"google.golang.org/grpc"
math
"math"
)
)
// Reference imports to suppress errors if they are not otherwise used.
// Reference imports to suppress errors if they are not otherwise used.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment