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
8d32c4b9
Commit
8d32c4b9
authored
Feb 12, 2018
by
Felföldi Zsolt
Committed by
Péter Szilágyi
Feb 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
light: new CHTs (#16074)
parent
70fbc873
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 @
8d32c4b9
...
...
@@ -58,18 +58,18 @@ type trustedCheckpoint struct {
var
(
mainnetCheckpoint
=
trustedCheckpoint
{
name
:
"mainnet"
,
sectionIdx
:
15
0
,
sectionHead
:
common
.
HexToHash
(
"
1e2e67f289565cbe7bd4367f7960dbd73a3f7c53439e1047cd7ba331c8109e39
"
),
chtRoot
:
common
.
HexToHash
(
"
f2a6c9ca143d647b44523cc249f1072c8912358ab873a77a5fdc792b8df99e80
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
c018952fa1513c97857e79fbb9a37acaf8432d5b85e52a78eca7dff5fd5900ee
"
),
sectionIdx
:
15
3
,
sectionHead
:
common
.
HexToHash
(
"
04c2114a8cbe49ba5c37a03cc4b4b8d3adfc0bd2c78e0e726405dd84afca1d63
"
),
chtRoot
:
common
.
HexToHash
(
"
d7ec603e5d30b567a6e894ee7704e4603232f206d3e5a589794cec0c57bf318e
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
0b139b8fb692e21f663ff200da287192201c28ef5813c1ac6ba02a0a4799eef9
"
),
}
ropstenCheckpoint
=
trustedCheckpoint
{
name
:
"ropsten"
,
sectionIdx
:
7
5
,
sectionHead
:
common
.
HexToHash
(
"1
2e68324f4578ea3e8e7fb3968167686729396c9279287fa1f1a8b51bb2d05b4
"
),
chtRoot
:
common
.
HexToHash
(
"
3e51dc095c69fa654a4cac766e0afff7357515b4b3c3a379c675f810363e54be
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
33e3a70b33c1d73aa698d496a80615e98ed31fa8f56969876180553b32333339
"
),
sectionIdx
:
7
9
,
sectionHead
:
common
.
HexToHash
(
"1
b1ba890510e06411fdee9bb64ca7705c56a1a4ce3559ddb34b3680c526cb419
"
),
chtRoot
:
common
.
HexToHash
(
"
71d60207af74e5a22a3e1cfbfc89f9944f91b49aa980c86fba94d568369eaf44
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
70aca4b3b6d08dde8704c95cedb1420394453c1aec390947751e69ff8c436360
"
),
}
)
...
...
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