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
126ac94f
Unverified
Commit
126ac94f
authored
May 11, 2020
by
Péter Szilágyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params: bump CHTs for the v1.9.14 release
parent
6f54ae24
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 @
126ac94f
...
...
@@ -72,10 +72,10 @@ var (
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
30
0
,
SectionHead
:
common
.
HexToHash
(
"0x
022d252ffcd289444eed5a4b8c58018aecb2afc9ab0da5fe059a69a7fb618702
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
e7044c70ae068969573c7f5abe58ef23d9d82d4ee9152ec88b7c6d0cc8ee2714
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
e22600caa25653abaef00d0c112b07b90f4e3395ce0c1f5f7f791cdd6d30a408
"
),
SectionIndex
:
30
5
,
SectionHead
:
common
.
HexToHash
(
"0x
ebff6145928005e6e737ef680bc3c9a78a73cf4b31a4f3a9747a42ad3a08400a
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
7ef6290e3c8ee479a9261707fe0a9dbac6e576e933b756d0430195015d1e09a3
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
b603b9f2bc175c3ca59d27d2ebf69082c9a7c480e299a5aa1a6ea4eda96f7f0e
"
),
}
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
...
...
@@ -111,10 +111,10 @@ var (
// RopstenTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
RopstenTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
23
4
,
SectionHead
:
common
.
HexToHash
(
"0x
34659b817e99e6de868b0d4c5321bcff7e36c2cf79307386a2f5053361794d95
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
249401cd2b07e3f64892729d3f6198514cd11001231a1c001c2e7245659b26
e0"
),
BloomRoot
:
common
.
HexToHash
(
"0x
37657aa58a07ac3fa13f421c3e5500a944a76def5a11c6d57f17a85f5b33c129
"
),
SectionIndex
:
23
9
,
SectionHead
:
common
.
HexToHash
(
"0x
ede7e25698bf5321b921ba42889d125c107158af81c203dc9a1b1184b15b7a92
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
5d64eeccf5e8ae284f0764105e3ba93f19a439f8a3b4a438e00d1a23920f7b
e0"
),
BloomRoot
:
common
.
HexToHash
(
"0x
29ae48513dd5679abfc8252988e3f9a3d0b868a2dd629435fdb5aa6b2df32353
"
),
}
// RopstenCheckpointOracle contains a set of configs for the Ropsten test network oracle.
...
...
@@ -152,10 +152,10 @@ var (
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
RinkebyTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
19
1
,
SectionHead
:
common
.
HexToHash
(
"0x
fdf3085848b4126048caf176634fd96a208d8a3b055c643e9e32690420df36d5
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
48059ceb7e0bd25708cc736e5603d28a6f173a3bb904e6e1b3511a97fa30ca97
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
3566c2b173c0591d5bb4f3ef7e341d82da7577c125fca94e9b51fb7134a676d7
"
),
SectionIndex
:
19
6
,
SectionHead
:
common
.
HexToHash
(
"0x
66faad1de5cd0c9da5c4c0b0d4e2e86c2ed6a9cde7441a9211deb3b6d049a01e
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
5752c6633b5d052298316a4d7dd9d2e931b83e3387584f82998a1f6f05b5e4c1
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
6a2e14dc35d2b6e0361af41a0e28143b59a578a4458e58ca2fb2172b6688b963
"
),
}
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
...
...
@@ -191,10 +191,10 @@ var (
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
GoerliTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
76
,
SectionHead
:
common
.
HexToHash
(
"0x
f56ca390d1131767b924d85ee8e039c8a4c4a498cfaf017c1a9abf63ef01ff17
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
78ffc5eecf514eed42f61e6f6df1bdcd79f9296c462faf6f33bd600f70a2e8b9
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
5186111a2d6c459cc341319398f7d14fa2c973b1ba846b7f2ec678129c7115fd
"
),
SectionIndex
:
80
,
SectionHead
:
common
.
HexToHash
(
"0x
b33267f604cd52c17deb879a8affbd111383422212e6d4a67e50d38c614b0938
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
eb03081cf34cefe8dd1a44865c236b689883518d27af953123b0c922f93f5e13
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
0463836aebf8b7b2d736b082d4e1ee91698750a3f7c1558a9b6fb9acc035ba15
"
),
}
// 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