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
e3ff37c4
Unverified
Commit
e3ff37c4
authored
Apr 08, 2021
by
Péter Szilágyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params: update CHTs for v1.10.2
parent
264fff7d
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 @
e3ff37c4
...
...
@@ -74,10 +74,10 @@ var (
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
3
64
,
SectionHead
:
common
.
HexToHash
(
"0x
3fd20ff221f5e962bb66f57a61973bfc2ba959879a6509384a80a45d208b5afc
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
e35b3b807f4e9427fb4e2929961c78a9dc10f503a538319031cc7d00946a0591
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
340553b378b2db214b898be15c80ac5be7caffc2e6448fd6f7aff23290d89296
"
),
SectionIndex
:
3
71
,
SectionHead
:
common
.
HexToHash
(
"0x
50fd3cec5376ede90ef9129772022690cd1467f22c18abb7faa11e793c51e9c9
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
b57b4b22a77b5930847b1ca9f62daa11eae6578948cb7b18997f2c0fe5757025
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
a338f8a868a194fa90327d0f5877f656a9f3640c618d2a01a01f2e76ef9ef954
"
),
}
// 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
:
2
48
,
SectionHead
:
common
.
HexToHash
(
"0x
26874cf023695778cc3175d1bec19894204d8d0b756b587e81e35f300dc5b33c
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
c129d1ed6673c5d3e1068e9d97244e72952b7ca08acbd7b3bfa58bc3085c442c
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
1dafe79dcd7d348782aa834a4a4397890d9ad90643736791132ed5c16879a037
"
),
SectionIndex
:
2
54
,
SectionHead
:
common
.
HexToHash
(
"0x
0cba01dd71baa22ac8fa0b105bc908e94f9ecfbc79b4eb97427fe07b5851dd10
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
5673d8fc49c9c7d8729068640e4b392d46952a5a38798973bac1cf1d0d27ad7d
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
70e01232b66df9a7778ae3291c9217afb9a2d9f799f32d7b912bd37e7bce83a8
"
),
}
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
...
...
@@ -198,10 +198,10 @@ var (
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
GoerliTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
13
2
,
SectionHead
:
common
.
HexToHash
(
"0x
29fa240c97b47ecbfef3fea8b3cff035d93154d1d48b25e3333cf2f7067c5324
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
85e5c59e5b202284291405dadc40dc36ab6417bd189fb18be24f6dcab6b80511
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
0b7afdd200477f46e982e2cabc822ac454424986fa50d899685dfaeede1f88
2d"
),
SectionIndex
:
13
8
,
SectionHead
:
common
.
HexToHash
(
"0x
b7ea0566abd7d0def5b3c9afa3431debb7bb30b65af35f106ca93a59e6c859a7
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
378c7ea9081242beb982e2e39567ba12f2ed3e59e5aba3f9db1d595646d7c9f4
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
523c169286cfca52e8a6579d8c35dc8bf093412d8a7478163bfa81ae91c249
2d"
),
}
// 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