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
84133166
Commit
84133166
authored
Jan 18, 2021
by
heyubin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'issues-971' of
https://github.com/icehawk-hyb/plugin
into issues-971
parents
71dcbc92
a4e8f1fa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
go.sum
go.sum
+1
-0
state.go
plugin/consensus/tendermint/state.go
+1
-1
vote_test.go
plugin/dapp/dposvote/commands/vote_test.go
+1
-1
hashlock_unit_test.go
plugin/dapp/hashlock/executor/hashlock_unit_test.go
+0
-1
No files found.
go.sum
View file @
84133166
...
...
@@ -82,6 +82,7 @@ github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8Nz
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
github.com/coreos/go-semver v0.3.0 h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=
github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f h1:JOrtw2xFKzlg+cbHpyrpLDmnN1HqhBfnX7WDiW7eG2c=
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
...
...
plugin/consensus/tendermint/state.go
View file @
84133166
...
...
@@ -440,7 +440,7 @@ func LoadProposer(source *tmtypes.Validator) (*ttypes.Validator, error) {
// CreateBlockInfoTx make blockInfo to the first transaction of the block and execer is valnode
func
CreateBlockInfoTx
(
pubkey
string
,
state
*
tmtypes
.
State
,
block
*
tmtypes
.
TendermintBlock
)
*
types
.
Transaction
{
blockSave
:=
*
block
blockSave
.
Data
=
nil
blockInfo
:=
&
tmtypes
.
TendermintBlockInfo
{
...
...
plugin/dapp/dposvote/commands/vote_test.go
View file @
84133166
...
...
@@ -351,7 +351,7 @@ func NormPut(cfg *types.Chain33Config) {
}
func
prepareTxList
(
cfg
*
types
.
Chain33Config
)
*
types
.
Transaction
{
var
key
string
var
value
string
var
i
int
...
...
plugin/dapp/hashlock/executor/hashlock_unit_test.go
View file @
84133166
...
...
@@ -126,7 +126,6 @@ func constructHashlockInstance() drivers.Driver {
}
func
ConstructLockTx
()
*
types
.
Transaction
{
var
lockAmount
int64
=
90
var
locktime
int64
=
70
...
...
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