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
f44ebc48
Unverified
Commit
f44ebc48
authored
2 years ago
by
Martin Holst Swende
Committed by
GitHub
2 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params: update mainnet + rinkeby CHT (#26677)
This change updates the CHT entries for mainnet and rinkeby
parent
1c5fa40a
master
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
config.go
params/config.go
+8
-8
No files found.
params/config.go
View file @
f44ebc48
...
...
@@ -81,10 +81,10 @@ var (
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
471
,
SectionHead
:
common
.
HexToHash
(
"0x
a03d6354f5ca8d33203bb646ac26a964f240ee54728dcb7483faff0204ec4c9b
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
29efeeea3540b7f499b4214d5262bd1fcd87253de10a878f92e6497d848b186f
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
2ff6a93ff5e78e823bfc80c6ec856bfe9b20c4ffd0af3cef644a916eabcd3c84
"
),
SectionIndex
:
506
,
SectionHead
:
common
.
HexToHash
(
"0x
3d1a139a6fc7764211236ef7c64d9e8c1fe55b358d7414e25277bac1144486cd
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
ef7fc3321a239a54238593bdf68d82933d903cb533b0d03228a8d958cd35ea77
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
51d7bfe7c6397b1caa8b1cb046de4aeaf7e7fbd3fb6c726b60bf750de78809e8
"
),
}
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
...
...
@@ -157,10 +157,10 @@ var (
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
RinkebyTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
3
44
,
SectionHead
:
common
.
HexToHash
(
"0x0
6bb973aecce633df8cda532ff75b9d0b38c16de2545f52eaf745f858d0fe616
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
f1c80b9270ef9fb7907362bca006f8349f0c38d45b83167b57638f54211c6aca
"
),
BloomRoot
:
common
.
HexToHash
(
"0xd
72187253f49bce9d471f5e0ddf2b5008ba695d7a1be1192d52fb4d8b01970c6
"
),
SectionIndex
:
3
73
,
SectionHead
:
common
.
HexToHash
(
"0x0
9f6d8f0d08d61025ccf4578dc214220b78013841470d445ed86faab4a5a885a
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
ef72902b944a111e9fdfee5fb69a5e46f68bf11a1f0bd430321f92d6b66987df
"
),
BloomRoot
:
common
.
HexToHash
(
"0xd
0120268729c51dd6fa2714f7f88527adfecbdb08592c671233ad2e0ad7cd835
"
),
}
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
...
...
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