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
86af6931
Commit
86af6931
authored
Jun 10, 2019
by
kingwang
Committed by
33cn
Jun 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update chain33 06/10
parent
1d1de1ff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
CHANGELOG.md
vendor/github.com/33cn/chain33/CHANGELOG.md
+1
-1
version.go
vendor/github.com/33cn/chain33/common/version/version.go
+4
-1
seed.go
vendor/github.com/33cn/chain33/system/dapp/commands/seed.go
+8
-0
No files found.
vendor/github.com/33cn/chain33/CHANGELOG.md
View file @
86af6931
# Changelog
# Changelog
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.
## [Unreleased]
## [6.0.2]
## [6.0.2]
### Changed
### Changed
-
changed cli version cmd return json format and added title app localdb version info
-
changed cli version cmd return json format and added title app localdb version info
-
change cli seed generate -l 0 from json format to only string
-
change cli seed generate -l 0 from json format to only string
## [6.0.1]
## [6.0.1]
### Changed
### Changed
-
Update configuration files from p2p/verMix to p2p/verMin from
[
@libangzhu
](
https://github.com/libangzhu
)
.
-
Update configuration files from p2p/verMix to p2p/verMin from
[
@libangzhu
](
https://github.com/libangzhu
)
.
...
...
vendor/github.com/33cn/chain33/common/version/version.go
View file @
86af6931
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
// Package version 软件版本号
// Package version 软件版本号
package
version
package
version
const
version
=
"6.
1
.0"
const
version
=
"6.
2
.0"
//var
//var
var
(
var
(
...
@@ -100,3 +100,6 @@ func SetAppVersion(version string) {
...
@@ -100,3 +100,6 @@ func SetAppVersion(version string) {
//v5.3.0
//v5.3.0
//hard fork for bug
//hard fork for bug
//v6.2.0
//性能加速+mempool 阶梯手续费防止大区块攻击
vendor/github.com/33cn/chain33/system/dapp/commands/seed.go
View file @
86af6931
...
@@ -119,4 +119,12 @@ func saveSeed(cmd *cobra.Command, args []string) {
...
@@ -119,4 +119,12 @@ func saveSeed(cmd *cobra.Command, args []string) {
var
res
rpctypes
.
Reply
var
res
rpctypes
.
Reply
ctx
:=
jsonclient
.
NewRPCCtx
(
rpcLaddr
,
"Chain33.SaveSeed"
,
params
,
&
res
)
ctx
:=
jsonclient
.
NewRPCCtx
(
rpcLaddr
,
"Chain33.SaveSeed"
,
params
,
&
res
)
ctx
.
Run
()
ctx
.
Run
()
//钱包解锁60s
params1
:=
types
.
WalletUnLock
{
Passwd
:
pwd
,
Timeout
:
60
,
WalletOrTicket
:
false
,
}
var
res1
rpctypes
.
Reply
jsonclient
.
NewRPCCtx
(
rpcLaddr
,
"Chain33.UnLock"
,
params1
,
&
res1
)
}
}
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