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
595b47e5
Commit
595b47e5
authored
7 years ago
by
Felföldi Zsolt
Committed by
Péter Szilágyi
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
light: new CHT for mainnet and ropsten (#16736)
parent
784aa839
No related merge requests found
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 @
595b47e5
...
...
@@ -59,18 +59,18 @@ type trustedCheckpoint struct {
var
(
mainnetCheckpoint
=
trustedCheckpoint
{
name
:
"mainnet"
,
sectionIdx
:
1
65
,
sectionHead
:
common
.
HexToHash
(
"
21028acf9cd9ce80257221adc437c3c58ce046c4d43c21c3e9b1d1349059ec73
"
),
chtRoot
:
common
.
HexToHash
(
"
26b2458cb7d0080d3a39311c914be92c368777a65ec074e1893b8bdc79e3910a
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
5d06908769179186165a72db7fc3473b25c28ed27efe78a392a9ff2c3fa67f84
"
),
sectionIdx
:
1
70
,
sectionHead
:
common
.
HexToHash
(
"
3bb2c28bcce463d57968f14f56cdb3fbf35349ab7a701f44c1afb57349c9a356
"
),
chtRoot
:
common
.
HexToHash
(
"
d92b6d0853455f8439086292338e87f69781921680dd7aa072fb71547b87415e
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
e4e8250a2fefddead7ae42daecd848cbf9b66d748a8270f8bbd4370b764bb9e9
"
),
}
ropstenCheckpoint
=
trustedCheckpoint
{
name
:
"ropsten"
,
sectionIdx
:
9
2
,
sectionHead
:
common
.
HexToHash
(
"
21a158f9cc643da13a237cafceb37381072649f7278cf98c5820bfbced7cfcec
"
),
chtRoot
:
common
.
HexToHash
(
"
1a8ddb8b086d7a33ca90eea90730225948fa504ae0283b15aff3c15c0e089bf9
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
fd192f92afbcdd0020c81ca0625116b5995509659653b10123bd986fe5129cc1
"
),
sectionIdx
:
9
7
,
sectionHead
:
common
.
HexToHash
(
"
719448c67c01eb5b9f27833a36a4e34612f66801316d7ff37daf9e77fb4cd095
"
),
chtRoot
:
common
.
HexToHash
(
"
a7857afc15930ca6e583b6c3d563a025144011655843d52d28e2fdaadd417bea
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
9c71d4b50cbec86dfeaa8e08992de8a4667b81d13c54d6522b17ce2fc5d36416
"
),
}
)
...
...
This diff is collapsed.
Click to expand it.
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