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
971df49f
Unverified
Commit
971df49f
authored
Aug 12, 2021
by
Péter Szilágyi
Committed by
GitHub
Aug 12, 2021
Browse files
Options
Downloads
Plain Diff
Merge pull request #23385 from karalabe/cht-1.10.7
params: update CHTs for the 1.10.7 release
parents
2a451f9e
f4ad4938
Branches
Branches containing commit
Tags
Tags containing commit
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 @
971df49f
...
@@ -75,10 +75,10 @@ var (
...
@@ -75,10 +75,10 @@ var (
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
3
8
9
,
SectionIndex
:
39
5
,
SectionHead
:
common
.
HexToHash
(
"0x
8f96e510cf64abf34095c5aa3937acdf5316de5540945b9688f4a2e083cddc73
"
),
SectionHead
:
common
.
HexToHash
(
"0x
bfca95b8c1de014e252288e9c32029825fadbff58285f5b54556525e480dbb5b
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
a2362493848d6dbc50dcbbf74c017ea808b8938bfb129217d507bd276950d7ac
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
2ccf3dbb58eb6375e037fdd981ca5778359e4b8fa0270c2878b14361e64161e7
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
72fc78a841bde7e08e1fb7c187b622c49dc8271db12db748ff5d0f27bdb41413
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
2d46ec65a6941a2dc1e682f8f81f3d24192021f492fdf6ef0fdd51acb0f4ba0f
"
),
}
}
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
// MainnetCheckpointOracle contains a set of configs for the main network oracle.
...
@@ -116,10 +116,10 @@ var (
...
@@ -116,10 +116,10 @@ var (
// RopstenTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
// RopstenTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
RopstenTrustedCheckpoint
=
&
TrustedCheckpoint
{
RopstenTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
32
2
,
SectionIndex
:
32
9
,
SectionHead
:
common
.
HexToHash
(
"0xe
3f2fb70acd752bbcac06b67688db8430815c788a31213011ed51b966108a5f4
"
),
SectionHead
:
common
.
HexToHash
(
"0xe
66f7038333a01fb95dc9ea03e5a2bdaf4b833cdcb9e393b9127e013bd64d39b
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
b2993a6bc28b23b84159cb477c38c0ec5607434faae6b3657ad44cbcf116f288
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
1b0c883338ac0d032122800c155a2e73105fbfebfaa50436893282bc2d9feec5
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
871841e5c2ada9dab2011a550d38e9fe0a30047cfc81f1ffc7ebc09f4f230732
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
3cc98c88d283bf002378246f22c653007655cbcea6ed89f98d739f73bd341a01
"
),
}
}
// RopstenCheckpointOracle contains a set of configs for the Ropsten test network oracle.
// RopstenCheckpointOracle contains a set of configs for the Ropsten test network oracle.
...
@@ -160,10 +160,10 @@ var (
...
@@ -160,10 +160,10 @@ var (
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
RinkebyTrustedCheckpoint
=
&
TrustedCheckpoint
{
RinkebyTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
27
0
,
SectionIndex
:
27
6
,
SectionHead
:
common
.
HexToHash
(
"0x
03ef8982c93bbf18c859bc1b20ae05b439f04cf1ff592656e941d2c3fcff5d68
"
),
SectionHead
:
common
.
HexToHash
(
"0x
ea89a4b04e3da9bd688e316f8de669396b6d4a38a19d2cd96a00b70d58b836aa
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
9eb80685e8ece479e105b170439779bc0f89997ab7f4dee425f85c4234e8a6b5
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
d6889d0bf6673c0d2c1cf6e9098a6fe5b30888a115b6112796aa8ee8efc4a723
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
c3673721c5697efe5fe4cb825d178f4a335dbfeda6a197fb75c9256a767379d
c"
),
BloomRoot
:
common
.
HexToHash
(
"0x
6009a9256b34b8bde3a3f094afb647ba5d73237546017b9025d64ac1ff54c47
c"
),
}
}
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
// RinkebyCheckpointOracle contains a set of configs for the Rinkeby test network oracle.
...
@@ -202,10 +202,10 @@ var (
...
@@ -202,10 +202,10 @@ var (
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
// GoerliTrustedCheckpoint contains the light client trusted checkpoint for the Görli test network.
GoerliTrustedCheckpoint
=
&
TrustedCheckpoint
{
GoerliTrustedCheckpoint
=
&
TrustedCheckpoint
{
SectionIndex
:
1
54
,
SectionIndex
:
1
60
,
SectionHead
:
common
.
HexToHash
(
"0x
f4cb74cc0e3683589f4992902184241fb892d7c3859d0044c16ec864605ff80d
"
),
SectionHead
:
common
.
HexToHash
(
"0x
b5a666c790dc35a5613d04ebba8ba47a850b45a15d9b95ad7745c35ae034b5a5
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
ead95f9f2504b2c7c6d82c51d30e50b40631c3ea2f590cddcc9721cfc0ae79de
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
6b4e00df52bdc38fa6c26c8ef595c2ad6184963ea36ab08ee744af460aa735e1
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
c6dd6cfe88ac9c4a6d19c9a8651944fa9d941a2340a8f5ddaf673d4d39779d81
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
8fa88f5e50190cb25243aeee262a1a9e4434a06f8d455885dcc1b5fc48c33836
"
),
}
}
// GoerliCheckpointOracle contains a set of configs for the Goerli test network oracle.
// 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