good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
5ad7b912
Commit
5ad7b912
authored
7 years ago
by
Zsolt Felföldi
Committed by
Felix Lange
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
light: new CHTs (#16233)
parent
ca64a122
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/CODEOWNERS
+2
-0
2 additions, 0 deletions
.github/CODEOWNERS
light/postprocess.go
+8
-8
8 additions, 8 deletions
light/postprocess.go
with
10 additions
and
8 deletions
.github/CODEOWNERS
+
2
−
0
View file @
5ad7b912
...
@@ -5,5 +5,7 @@ accounts/usbwallet @karalabe
...
@@ -5,5 +5,7 @@ accounts/usbwallet @karalabe
consensus
@karalabe
consensus
@karalabe
core/
@karalabe
@holiman
core/
@karalabe
@holiman
eth/
@karalabe
eth/
@karalabe
les/
@zsfelfoldi
light/
@zsfelfoldi
mobile/
@karalabe
mobile/
@karalabe
p2p/
@fjl
@zsfelfoldi
p2p/
@fjl
@zsfelfoldi
This diff is collapsed.
Click to expand it.
light/postprocess.go
+
8
−
8
View file @
5ad7b912
...
@@ -58,18 +58,18 @@ type trustedCheckpoint struct {
...
@@ -58,18 +58,18 @@ type trustedCheckpoint struct {
var
(
var
(
mainnetCheckpoint
=
trustedCheckpoint
{
mainnetCheckpoint
=
trustedCheckpoint
{
name
:
"mainnet"
,
name
:
"mainnet"
,
sectionIdx
:
15
3
,
sectionIdx
:
15
7
,
sectionHead
:
common
.
HexToHash
(
"
04c2114a8cbe49ba5c37a03cc4b4b8d3adfc0bd2c78e0e726405dd84afca1d63
"
),
sectionHead
:
common
.
HexToHash
(
"
1963c080887ca7f406c2bb114293eea83e54f783f94df24b447f7e3b6317c747
"
),
chtRoot
:
common
.
HexToHash
(
"
d7ec603e5d30b567a6e894ee7704e4603232f206d3e5a589794cec0c57bf31
8e"
),
chtRoot
:
common
.
HexToHash
(
"
42abc436567dfb678a38fa6a9f881aa4c8a4cc8eaa2def08359292c3d0bd4
8e
c
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
0b139b8fb692e21f663ff200da287192201c28ef5813c1ac6ba02a0a4799eef9
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
281c9f8fb3cb8b37ae45e9907ef8f3b19cd22c54e297c2d6c09c1db1593dce42
"
),
}
}
ropstenCheckpoint
=
trustedCheckpoint
{
ropstenCheckpoint
=
trustedCheckpoint
{
name
:
"ropsten"
,
name
:
"ropsten"
,
sectionIdx
:
79
,
sectionIdx
:
83
,
sectionHead
:
common
.
HexToHash
(
"
1b1ba890510e06411fdee9bb64ca7705c56a1a4ce3559ddb34b3680c526cb419
"
),
sectionHead
:
common
.
HexToHash
(
"
3ca623586bc0da35f1fc8d9b6b55950f3b1f69be9c6501846a2df672adb61236
"
),
chtRoot
:
common
.
HexToHash
(
"
71d60207af74e5a22a3e1cfbfc89f9944f91b49aa980c86fba94d568369eaf44
"
),
chtRoot
:
common
.
HexToHash
(
"
8f08ec7783969768c6ef06e5fe3398223cbf4ae2907b676da7b6fe6c7f55b059
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
70aca4b3b6d08dde8704c95cedb1420394453c1aec390947751e69ff8c43636
0"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
02d86d3c6a87f8f8a92c2a59bbba2132ff6f9f61b0915a5dc28a9d8279219fd
0"
),
}
}
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment