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
0aadb49c
Unverified
Commit
0aadb49c
authored
Jun 16, 2021
by
Péter Szilágyi
Committed by
GitHub
Jun 16, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #23051 from karalabe/cht-1.10.4
params: bump CHTs for Geth v1.10.4
parents
7a7abe3d
cdb9fefc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
config.go
params/config.go
+12
-12
No files found.
params/config.go
View file @
0aadb49c
...
...
@@ -74,10 +74,10 @@ var (
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
3
71
,
SectionHead
:
common
.
HexToHash
(
"0x
50fd3cec5376ede90ef9129772022690cd1467f22c18abb7faa11e793c51e9c9
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
b57b4b22a77b5930847b1ca9f62daa11eae6578948cb7b18997f2c0fe5757025
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
a338f8a868a194fa90327d0f5877f656a9f3640c618d2a01a01f2e76ef9ef954
"
),
SectionIndex
:
3
84
,
SectionHead
:
common
.
HexToHash
(
"0x
b583a0ead70324849c4caf923476de3645c0d2f707c86221ec8e40078bdd6884
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
6ecc993baad0c9f77fe9c4c13b89360112e5a0accae4d8502470b911211618b7
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
66a30d8885c19921711704921de7b4bcbd1b49191b197ee79e34dafeed9a04d9
"
),
}
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
...
...
@@ -159,10 +159,10 @@ var (
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
RinkebyTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
2
54
,
SectionHead
:
common
.
HexToHash
(
"0x
0cba01dd71baa22ac8fa0b105bc908e94f9ecfbc79b4eb97427fe07b5851dd10
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
5673d8fc49c9c7d8729068640e4b392d46952a5a38798973bac1cf1d0d27ad7d
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
70e01232b66df9a7778ae3291c9217afb9a2d9f799f32d7b912bd37e7bce83a8
"
),
SectionIndex
:
2
66
,
SectionHead
:
common
.
HexToHash
(
"0x
f5655caa59689790e9d7a8ed50081f0c4f447730d279f069ca64b29f075c8688
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
2af6a663aa8c89d72f4140567c99b3c93c25ac3bb21f80a5d8380bd7c801f422
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
367d2a2eb41e48c7c4983b93ed87781ef29bd2c6fcb7d4fd4bee96f1775f783f
"
),
}
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
...
...
@@ -201,10 +201,10 @@ var (
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
GoerliTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
1
38
,
SectionHead
:
common
.
HexToHash
(
"0x
b7ea0566abd7d0def5b3c9afa3431debb7bb30b65af35f106ca93a59e6c859a7
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
378c7ea9081242beb982e2e39567ba12f2ed3e59e5aba3f9db1d595646d7c9f4
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
523c169286cfca52e8a6579d8c35dc8bf093412d8a7478163bfa81ae91c2492d
"
),
SectionIndex
:
1
50
,
SectionHead
:
common
.
HexToHash
(
"0x
5294a0cf00895e94f2e5c556ebed1cacab400ab5b8e62bf5ffc3e1d8d3def23e
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
4cd8776300a2e8ea37d99d3a2e6381642dac53b0d3c5d5b1acaa1188601fd1ce
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
2bd3b7626c6a23060ed2ea0f92fe5d8f7ee8adc689079e3ad6595b2354981691
"
),
}
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
...
...
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