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
b2aac658
Unverified
Commit
b2aac658
authored
Dec 10, 2018
by
Péter Szilágyi
Committed by
GitHub
Dec 10, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18271 from karalabe/1.8.20-chts
params: update CHTs for the 1.8.20 release
parents
9fe5d200
362e2ba7
Changes
1
Show 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 @
b2aac658
...
...
@@ -49,10 +49,10 @@ var (
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
Name
:
"mainnet"
,
SectionIndex
:
20
6
,
SectionHead
:
common
.
HexToHash
(
"0x
9fa677c7c0580136f5a86d9b2fd29b112e531f0284396298b8809bcb6787b538
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
7f32dfb29e341b4c8c10ea2e06a812bcea470366f635b7a8b3d0856684cd76f4
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
0169e174f0a8172aec217556d8a25c7ba7ca52aacff170325230a75740ff1eaf
"
),
SectionIndex
:
20
8
,
SectionHead
:
common
.
HexToHash
(
"0x
5e9f7696c397d9df8f3b1abda857753575c6f5cff894e1a3d9e1a2af1bd9d6ac
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
954a63134f6897f015f026387c59c98c4dae7b336610ff5a143455aac9153e9d
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
8006c5e44b14d90d7cc9cd5fa1cb48cf53697ee3bbbf4b76fdfa70b0242500a9
"
),
}
// TestnetChainConfig contains the chain parameters to run a node on the Ropsten test network.
...
...
@@ -73,10 +73,10 @@ var (
// TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
TestnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
Name
:
"testnet"
,
SectionIndex
:
13
6
,
SectionHead
:
common
.
HexToHash
(
"0x
e5d80bb08d92bbc12dfe510c64cba01eafcbb4ba585e7c7ab7f8a93c6f295ab3
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
e3ca77ab0cb51eec74f4f7458e36aee207c68768387b39cb0bcff0940a6264d8
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
30c8eeadac5539d3dcd6e88915d1a07cb2f3a1d6ebe7e553e3ee783c04c68c2
d"
),
SectionIndex
:
13
9
,
SectionHead
:
common
.
HexToHash
(
"0x
9fad89a5e3b993c8339b9cf2cbbeb72cd08774ea6b71b105b3dd880420c618f4
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
c815833881989c5d2035147e1a79a33d22cbc5313e104ff01e6ab405bd28b317
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
d94ee9f3c480858f53ec5d059aebdbb2e8d904702f100875ee59ec5f366e841
d"
),
}
// RinkebyChainConfig contains the chain parameters to run a node on the Rinkeby test network.
...
...
@@ -100,10 +100,10 @@ var (
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
RinkebyTrustedCheckpoint
=
&
TrustedCheckpoint
{
Name
:
"rinkeby"
,
SectionIndex
:
10
3
,
SectionHead
:
common
.
HexToHash
(
"0x
9f38b903852831bf4fa7992f7fd43d8b26da2deb82b421fb845cf6faee54e056
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
2d710c2cea468d2e604838000d658ee213e4abb07f90c4f71f5cd7f8510aa708
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
cc401060280c2cc82697ea5ecef8cac61e52063c37533a2e9609332419704d5f
"
),
SectionIndex
:
10
5
,
SectionHead
:
common
.
HexToHash
(
"0x
ec8147d43f936258aaf1b9b9ec91b0a853abf7109f436a23649be809ea43d507
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
d92703b444846a3db928e87e450770e5d5cbe193131dc8f7c4cf18b4de925a75
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
ff45a6f807138a2cde0cea0c209d9ce5ad8e43ccaae5a7c41af801bb72a1ef96
"
),
}
// AllEthashProtocolChanges contains every protocol change (EIPs) introduced
...
...
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