good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
a5c827af
Unverified
Commit
a5c827af
authored
Jun 8, 2020
by
Péter Szilágyi
Browse files
Options
Downloads
Patches
Plain Diff
params: update CHTs for 1.9.15 release
parent
88125d8b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
params/config.go
+16
-16
16 additions, 16 deletions
params/config.go
with
16 additions
and
16 deletions
params/config.go
+
16
−
16
View file @
a5c827af
...
...
@@ -73,10 +73,10 @@ var (
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
30
5
,
SectionHead
:
common
.
HexToHash
(
"0x
ebff6145928005e6e737ef680bc3c9a78a73cf4b31a4f3a9747a42ad3a08400a
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
7ef6290e3c8ee479a9261707fe0a9dbac6e576e933b756d0430195015d1e09a3
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
b603b9f2bc175c3ca59d27d2ebf69082c9a7c480e299a5aa1a6ea4eda96f7f0e
"
),
SectionIndex
:
3
1
0
,
SectionHead
:
common
.
HexToHash
(
"0x
9ad360474d1187f5f118f4274a319877862b31b2f6de6fc8ce07bdf6784038fd
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
bb3fc87df2f81bafbf9ae5e7f4bbd89702e2257dceccefb1a37ec35a7bb6b40c
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
fc4b9ab6493204ac0fc023d157826cadd1dc45265ed8b4644dd1359c332c05a3
"
),
}
// 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
:
2
39
,
SectionHead
:
common
.
HexToHash
(
"0x
ede7e25698bf5321b921ba42889d125c107158af81c203dc9a1b1184b15b7a92
"
),
CHTRoot
:
common
.
HexToHash
(
"0x5
d64eeccf5e8ae284f0764105e3ba93f19a439f8a3b4a438e00d1a23920f7be0
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
29ae48513dd5679abfc8252988e3f9a3d0b868a2dd629435fdb5aa6b2df32353
"
),
SectionIndex
:
2
44
,
SectionHead
:
common
.
HexToHash
(
"0x
ce9596363275bc7445243ec115476d0946403ef173efe8069432da1fcc235874
"
),
CHTRoot
:
common
.
HexToHash
(
"0x5
c6f75c871116c83c6e5799584fceaab23900a4ec6b28ff31d86f4e488b3b289
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
ba500706796ed46406c2786ecabebe550e1bd72f31d18d0fee54f8c00d6c3f5e
"
),
}
// 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
:
196
,
SectionHead
:
common
.
HexToHash
(
"0x
66faad1de5cd0c9da5c4c0b0d4e2e86c2ed6a9cde7441a9211deb3b6d049a01e
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
5752c6633b5d052298316a4d7dd9d2e931b83e3387584f82998a1f6f05b5e4c1
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
6a2e14dc35d2b6e0361af41a0e28143b59a578a4458e58ca2fb2172b6688b963
"
),
SectionIndex
:
201
,
SectionHead
:
common
.
HexToHash
(
"0x
37dbc008a2e073bafc665b86ae88f1082660ca72b2a99772ef7f668d29df9d61
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
d725ba4aa0aa48576b5e13e7cbf5e067223c107bbfea3c8aeb13dc23bded49c4
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
c3c4d8150137aced2125ed51e16c2980026a58d91201b44f85fba5f2f838c06f
"
),
}
// 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
:
8
0
,
SectionHead
:
common
.
HexToHash
(
"0x
b33267f604cd52c17deb879a8affbd111383422212e6d4a67e50d38c614b09
38"
),
CHTRoot
:
common
.
HexToHash
(
"0x
eb03081cf34cefe8dd1a44865c236b689883518d27af953123b0c922f93f5e13
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
0463836aebf8b7b2d736b082d4e1ee91698750a3f7c1558a9b6fb9acc035ba15
"
),
SectionIndex
:
8
5
,
SectionHead
:
common
.
HexToHash
(
"0x
8975429d5ba40abc032651f194628aa3f921d93a26a474b6f66a21ec94aab
38
d
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
cec7ede16c43427f8104d3e0372764d6a2e6f429b03a49a5e1a7ca300d744b30
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
5bd010c10b6c2a655c02e719de88e623782c21608b2dd67b537cfa0d92af93b3
"
),
}
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment