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
ebe61688
Commit
ebe61688
authored
May 12, 2020
by
vipwzw
Committed by
33cn
Jun 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto ci
parent
de555afc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
parablssign.go
plugin/consensus/para/parablssign.go
+1
-1
paracommitmsg.go
plugin/consensus/para/paracommitmsg.go
+0
-1
paracross.pb.go
plugin/dapp/paracross/types/paracross.pb.go
+0
-0
No files found.
plugin/consensus/para/parablssign.go
View file @
ebe61688
...
@@ -425,7 +425,7 @@ func (b *blsClient) verifyBlsSign(addr string, commit *pt.ParacrossCommitAction)
...
@@ -425,7 +425,7 @@ func (b *blsClient) verifyBlsSign(addr string, commit *pt.ParacrossCommitAction)
func
(
b
*
blsClient
)
showTxBuffInfo
()
*
pt
.
ParaBlsSignSumInfo
{
func
(
b
*
blsClient
)
showTxBuffInfo
()
*
pt
.
ParaBlsSignSumInfo
{
var
seq
[]
int64
var
seq
[]
int64
var
ret
pt
.
ParaBlsSignSumInfo
var
ret
pt
.
ParaBlsSignSumInfo
for
k
,
_
:=
range
b
.
txsBuff
{
for
k
:=
range
b
.
txsBuff
{
seq
=
append
(
seq
,
k
)
seq
=
append
(
seq
,
k
)
}
}
sort
.
Slice
(
seq
,
func
(
i
,
j
int
)
bool
{
return
seq
[
i
]
<
seq
[
j
]
})
sort
.
Slice
(
seq
,
func
(
i
,
j
int
)
bool
{
return
seq
[
i
]
<
seq
[
j
]
})
...
...
plugin/consensus/para/paracommitmsg.go
View file @
ebe61688
...
@@ -1033,4 +1033,3 @@ func (client *commitMsgClient) isValidNode(addr string) bool {
...
@@ -1033,4 +1033,3 @@ func (client *commitMsgClient) isValidNode(addr string) bool {
}
}
return
false
return
false
}
}
plugin/dapp/paracross/types/paracross.pb.go
View file @
ebe61688
This diff is collapsed.
Click to expand it.
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