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
7afdf792
Unverified
Commit
7afdf792
authored
4 years ago
by
Péter Szilágyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params: update CHTs for v1.9.19
parent
c28fd9c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
config.go
params/config.go
+16
-16
No files found.
params/config.go
View file @
7afdf792
...
...
@@ -73,10 +73,10 @@ var (
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
32
0
,
SectionHead
:
common
.
HexToHash
(
"0x
89ca854e925bc2e9021848ee2afca962202cc95d7454d97b6c02e34e2f7b2555
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
43d98f52390533eeac49b5f3c4c07f51b57674ec8cbe06dbecca215d43e98663
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
9ee7ddb7e4ef2ac48a813aa800da659d729b148f7cb8ffec449578491621af9e
"
),
SectionIndex
:
32
3
,
SectionHead
:
common
.
HexToHash
(
"0x
2cab24d8502fb936799e4775c43b66eaec2981c9458f4676129b38bbd535a061
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
30e9008a3e038a0e6b6d93cfc1726bdfdc40590a75e6dbe4feeafee2d7281ae6
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
0fa8b4a19b77a454d1994864520bb8b427c829ac76967956c4ddddefe0407bf1
"
),
}
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
...
...
@@ -112,10 +112,10 @@ var (
// RopstenTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
RopstenTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
25
4
,
SectionHead
:
common
.
HexToHash
(
"0x
4f1457e14adbdae6c176859427603c914e24e1fa1d30ea6d33869cbff7497d2d
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
f61120e9288a453c42ef405415bc217dd1dafb426aa753e77051da7a43d119bd
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
b65d4653c13327c3fd587deef966fbc9b1c2837c059cd1a03ac44798de96ac4e
"
),
SectionIndex
:
25
7
,
SectionHead
:
common
.
HexToHash
(
"0x
2193034371f50352e412a763b14d53ffafbb5b9c12d1835516fb04f5a3498a9c
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
9a4601d7893e469f4987a3ac9450b4953ca7302689770d1840542a3fe0a8c7c1
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
198d72f8a47694682367981ae8d9988d6b30c4f433425399726dc53357a79e6f
"
),
}
// RopstenCheckpointOracle contains a set of configs for the Ropsten test network oracle.
...
...
@@ -154,10 +154,10 @@ var (
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
RinkebyTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
2
09
,
SectionHead
:
common
.
HexToHash
(
"0x
e41744d836028269552f890389a7b5a70ed94d433b046e6168a419a664aaeaea
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
cac10a51b42601f943b08508bbdc385e852fd19147097f0a39f971f33cec611b
"
),
BloomRoot
:
common
.
HexToHash
(
"0x4
25148b2a9e54e2ed75cf095cbffdff3e03d1aa8aac86e2f55c815c4d7927b22
"
),
SectionIndex
:
2
12
,
SectionHead
:
common
.
HexToHash
(
"0x
47494484fe9696dfc7a351575b6b333566c79d2fad2a1f586165f58f3c2a553b
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
6ec314ba06ce6e46c1be675dabbabc6fae464d394253e1647ba73480eb46d11d
"
),
BloomRoot
:
common
.
HexToHash
(
"0x4
ad93f0ddbe55baae629853971c6fd0de201ddef9f04892c05a1258fbacc88ca
"
),
}
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
...
...
@@ -194,10 +194,10 @@ var (
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
GoerliTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
9
4
,
SectionHead
:
common
.
HexToHash
(
"0x
eab97e6a8e8de3037e3df7cfedcb0f73faf928a39df06ffff262687efbe57aa3
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
a4aaefe890f1626356290768eaad8088d55c3eb8a09faf966005f5f44881ca53
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
53a14c17e2aa854be17fe9ff45c680f79de8d4fc921a54f892d05e9a0f075795
"
),
SectionIndex
:
9
6
,
SectionHead
:
common
.
HexToHash
(
"0x
a038699854f0aa1624da55646e0219df4e319738319e65c38a270edcb7819a2a
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
388fd4c8b58b76b76c2575211f5a6b83bce2be7ce628a750f67e4853680fa76a
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
a8a61388f1240ea1d32413be1bdb056352c13e59278b6b31467bca77fb903fbc
"
),
}
// GoerliCheckpointOracle contains a set of configs for the Goerli 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