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
92c6d130
Commit
92c6d130
authored
Apr 17, 2018
by
Felföldi Zsolt
Committed by
Péter Szilágyi
Apr 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
light: new CHTs (#16515)
parent
ec3db0f5
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 @
92c6d130
...
...
@@ -58,18 +58,18 @@ type trustedCheckpoint struct {
var
(
mainnetCheckpoint
=
trustedCheckpoint
{
name
:
"mainnet"
,
sectionIdx
:
16
1
,
sectionHead
:
common
.
HexToHash
(
"
75b0c4baa7a62cece48abdcb03b6f31601961c9bece67dcd61df87aad4fc0d8d
"
),
chtRoot
:
common
.
HexToHash
(
"
bbbfaa67b29716348997ec21a39c03b8d1fb973f6a43740b865595ba26ee812f
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
d6db6e6248354d7453391ce97830072a28ea4216be0bd95a5db9f53b1a64677b
"
),
sectionIdx
:
16
5
,
sectionHead
:
common
.
HexToHash
(
"
21028acf9cd9ce80257221adc437c3c58ce046c4d43c21c3e9b1d1349059ec73
"
),
chtRoot
:
common
.
HexToHash
(
"
26b2458cb7d0080d3a39311c914be92c368777a65ec074e1893b8bdc79e3910a
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
5d06908769179186165a72db7fc3473b25c28ed27efe78a392a9ff2c3fa67f84
"
),
}
ropstenCheckpoint
=
trustedCheckpoint
{
name
:
"ropsten"
,
sectionIdx
:
87
,
sectionHead
:
common
.
HexToHash
(
"
ebc0adcb30ed21cbe95bd77499cc1af0bada621fee3644cb80dbcf1444c123fe
"
),
chtRoot
:
common
.
HexToHash
(
"
d9830f4893c821ddf149b8cb9d3e3bfe3109d2eea8e3c4a4ede7c8b2ee8a7800
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
c76e12d713f65b84c5a36d06bc77d0c8419248ea0b36e0812a78b76aa6da0ddb
"
),
sectionIdx
:
92
,
sectionHead
:
common
.
HexToHash
(
"
21a158f9cc643da13a237cafceb37381072649f7278cf98c5820bfbced7cfcec
"
),
chtRoot
:
common
.
HexToHash
(
"
1a8ddb8b086d7a33ca90eea90730225948fa504ae0283b15aff3c15c0e089bf9
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
fd192f92afbcdd0020c81ca0625116b5995509659653b10123bd986fe5129cc1
"
),
}
)
...
...
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