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
e61b8cb1
Unverified
Commit
e61b8cb1
authored
Nov 08, 2021
by
Péter Szilágyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params: update CHTs for the 1.10.12 release
parent
e1c000b0
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 @
e61b8cb1
...
...
@@ -77,10 +77,10 @@ var (
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
395
,
SectionHead
:
common
.
HexToHash
(
"0x
bfca95b8c1de014e252288e9c32029825fadbff58285f5b54556525e480dbb5b
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
2ccf3dbb58eb6375e037fdd981ca5778359e4b8fa0270c2878b14361e64161e
7"
),
BloomRoot
:
common
.
HexToHash
(
"0x
2d46ec65a6941a2dc1e682f8f81f3d24192021f492fdf6ef0fdd51acb0f4ba0f
"
),
SectionIndex
:
413
,
SectionHead
:
common
.
HexToHash
(
"0x
8aa8e64ceadcdc5f23bc41d2acb7295a261a5cf680bb00a34f0e01af08200083
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
008af584d385a2610706c5a439d39f15ddd4b691c5d42603f65ae576f703f47
7"
),
BloomRoot
:
common
.
HexToHash
(
"0x
5a081af71a588f4d90bced242545b08904ad4fb92f7effff2ceb6e50e6dec157
"
),
}
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
...
...
@@ -190,10 +190,10 @@ var (
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
RinkebyTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
2
76
,
SectionHead
:
common
.
HexToHash
(
"0x
ea89a4b04e3da9bd688e316f8de669396b6d4a38a19d2cd96a00b70d58b836aa
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
d6889d0bf6673c0d2c1cf6e9098a6fe5b30888a115b6112796aa8ee8efc4a723
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
6009a9256b34b8bde3a3f094afb647ba5d73237546017b9025d64ac1ff54c47c
"
),
SectionIndex
:
2
92
,
SectionHead
:
common
.
HexToHash
(
"0x
4185c2f1bb85ecaa04409d1008ff0761092ea2e94e8a71d64b1a5abc37b81414
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
03b0191e6140effe0b88bb7c97bfb794a275d3543cb3190662fb72d9beea423c
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
3d5f6edccc87536dcbc0dd3aae97a318205c617dd3957b4261470c71481629e2
"
),
}
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
...
...
@@ -233,10 +233,10 @@ var (
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
GoerliTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
1
60
,
SectionHead
:
common
.
HexToHash
(
"0x
b5a666c790dc35a5613d04ebba8ba47a850b45a15d9b95ad7745c35ae034b5a5
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
6b4e00df52bdc38fa6c26c8ef595c2ad6184963ea36ab08ee744af460aa735e1
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
8fa88f5e50190cb25243aeee262a1a9e4434a06f8d455885dcc1b5fc48c33836
"
),
SectionIndex
:
1
76
,
SectionHead
:
common
.
HexToHash
(
"0x
2de018858528434f93adb40b1f03f2304a86d31b4ef2b1f930da0134f5c32427
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
8c17e497d38088321c147abe4acbdfb3c0cab7d7a2b97e07404540f04d12747e
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
02a41b6606bd3f741bd6ae88792d75b1ad8cf0ea5e28fbaa03bc8b95cbd20034
"
),
}
// 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