Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chain33-pai
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
szh
chain33-pai
Commits
83f49e92
Commit
83f49e92
authored
Feb 24, 2022
by
szh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除6.5.3小版本处理
parent
bc202d00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
process.go
pkg/app/process.go
+4
-4
No files found.
pkg/app/process.go
View file @
83f49e92
...
...
@@ -225,10 +225,10 @@ func MakeSureNodeRunning() error {
//由于6.5.3小版本太多 矿机用户升级临时用了很多小版本,针对6.5.3这些版本节点 进行强制升级到1.65.2-8f91c0b5
//arm版本未写入git小版本号 故从执行文件sha256判断是否时最新版本
if
pai
.
BtyVersion
!=
nil
&&
pai
.
BtyVersion
.
App
==
"6.5.3"
{
util
.
AddValue
(
&
JobID
,
1
)
JobChan
<-
MsgType
{
Name
:
"FORCEUPDATETO653"
,
JobID
:
JobID
}
tlog
.
Info
(
"MakeSureNodeRunning "
,
"checkout"
,
"wheather node is newest in chain33 1.65.2"
)
return
nil
//
util.AddValue(&JobID, 1)
//
JobChan <- MsgType{Name: "FORCEUPDATETO653", JobID: JobID}
//
tlog.Info("MakeSureNodeRunning ", "checkout", "wheather node is newest in chain33 1.65.2")
//
return nil
}
// peer list只有自己 节点应进行重启或升级
if
pai
.
PeerLen
==
1
{
...
...
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