Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
张蕾
Geth-Modification
Commits
1de9ada4
Commit
1de9ada4
authored
Aug 20, 2018
by
Felföldi Zsolt
Committed by
Péter Szilágyi
Aug 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
light: new CHTs (#17448)
parent
c929030e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
postprocess.go
light/postprocess.go
+8
-8
No files found.
light/postprocess.go
View file @
1de9ada4
...
...
@@ -61,18 +61,18 @@ type TrustedCheckpoint struct {
var
(
mainnetCheckpoint
=
TrustedCheckpoint
{
name
:
"mainnet"
,
SectionIdx
:
1
79
,
SectionHead
:
common
.
HexToHash
(
"
ae778e455492db1183e566fa0c67f954d256fdd08618f6d5a393b0e24576d0ea
"
),
CHTRoot
:
common
.
HexToHash
(
"
646b338f9ca74d936225338916be53710ec84020b89946004a8605f04c817f16
"
),
BloomRoot
:
common
.
HexToHash
(
"
d0f978f5dbc86e5bf931d8dd5b2ecbebbda6dc78f8896af6a27b46a3ced0ac25
"
),
SectionIdx
:
1
87
,
SectionHead
:
common
.
HexToHash
(
"
e6baa034efa31562d71ff23676512dec6562c1ad0301e08843b907e81958c696
"
),
CHTRoot
:
common
.
HexToHash
(
"
28001955219719cf06de1b08648969139d123a9835fc760547a1e4dabdabc15a
"
),
BloomRoot
:
common
.
HexToHash
(
"
395ca2373fc662720ac6b58b3bbe71f68aa0f38b63b2d3553dd32ff3c51eebc4
"
),
}
ropstenCheckpoint
=
TrustedCheckpoint
{
name
:
"ropsten"
,
SectionIdx
:
1
0
7
,
SectionHead
:
common
.
HexToHash
(
"
e1988f95399debf45b873e065e5cd61b416ef2e2e5deec5a6f87c3127086e1ce
"
),
CHTRoot
:
common
.
HexToHash
(
"
15cba18e4de0ab1e95e202625199ba30147aec8b0b70384b66ebea31ba6a18e0
"
),
BloomRoot
:
common
.
HexToHash
(
"
e00fa6389b2e597d9df52172cd8e936879eed0fca4fa59db99e2c8ed682562f2
"
),
SectionIdx
:
1
1
7
,
SectionHead
:
common
.
HexToHash
(
"
9529b38631ae30783f56cbe4c3b9f07575b770ecba4f6e20a274b1e2f40fede1
"
),
CHTRoot
:
common
.
HexToHash
(
"
6f48e9f101f1fac98e7d74fbbcc4fda138358271ffd974d40d2506f0308bb363
"
),
BloomRoot
:
common
.
HexToHash
(
"
8242342e66e942c0cd893484e6736b9862ceb88b43ca344bb06a8285ac1b6d64
"
),
}
)
...
...
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