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
1a19c596
Commit
1a19c596
authored
Jan 29, 2019
by
Felföldi Zsolt
Committed by
Felix Lange
Jan 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params: new CHTs (#18577)
parent
f0c6f921
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 @
1a19c596
...
...
@@ -50,10 +50,10 @@ var (
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
Name
:
"mainnet"
,
SectionIndex
:
2
08
,
SectionHead
:
common
.
HexToHash
(
"0x
5e9f7696c397d9df8f3b1abda857753575c6f5cff894e1a3d9e1a2af1bd9d6ac
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
954a63134f6897f015f026387c59c98c4dae7b336610ff5a143455aac9153e9d
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
8006c5e44b14d90d7cc9cd5fa1cb48cf53697ee3bbbf4b76fdfa70b0242500a9
"
),
SectionIndex
:
2
16
,
SectionHead
:
common
.
HexToHash
(
"0x
ae3e551c8d60d06fd411a8e6008e90625d3bb0cbbf664b65d5ed90b318553541
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
eea7d2ab3545a37deecc66fc43c9556ae337c3ea1c6893e401428207bdb8e434
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
b0d4176d160d67b99a9f963281e52bce0583a566b74b4497fe3ed24ae04004ff
"
),
}
// TestnetChainConfig contains the chain parameters to run a node on the Ropsten test network.
...
...
@@ -75,10 +75,10 @@ var (
// TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
TestnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
Name
:
"testnet"
,
SectionIndex
:
1
39
,
SectionHead
:
common
.
HexToHash
(
"0x
9fad89a5e3b993c8339b9cf2cbbeb72cd08774ea6b71b105b3dd880420c618f4
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
c815833881989c5d2035147e1a79a33d22cbc5313e104ff01e6ab405bd28b317
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
d94ee9f3c480858f53ec5d059aebdbb2e8d904702f100875ee59ec5f366e841d
"
),
SectionIndex
:
1
48
,
SectionHead
:
common
.
HexToHash
(
"0x
4d3181bedb6aa96a6f3efa866c71f7802400d0fb4a6906946c453630d850efc0
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
25df2f9d63a5f84b2852988f0f0f7af5a7877da061c11b85c812780b5a27a5ec
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
0584834e5222471a06c669d210e302ca602780eaaddd04634fd65471c2a91419
"
),
}
// RinkebyChainConfig contains the chain parameters to run a node on the Rinkeby test network.
...
...
@@ -103,10 +103,10 @@ var (
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
RinkebyTrustedCheckpoint
=
&
TrustedCheckpoint
{
Name
:
"rinkeby"
,
SectionIndex
:
1
05
,
SectionHead
:
common
.
HexToHash
(
"0x
ec8147d43f936258aaf1b9b9ec91b0a853abf7109f436a23649be809ea43d50
7"
),
CHTRoot
:
common
.
HexToHash
(
"0x
d92703b444846a3db928e87e450770e5d5cbe193131dc8f7c4cf18b4de925a75
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
ff45a6f807138a2cde0cea0c209d9ce5ad8e43ccaae5a7c41af801bb72a1ef96
"
),
SectionIndex
:
1
13
,
SectionHead
:
common
.
HexToHash
(
"0x
b812f3095af3af1cb2de7d7c2086ee807736a7315992c461b0986699185daf7
7"
),
CHTRoot
:
common
.
HexToHash
(
"0x
5416d0924925eb835987ad3d1f059ecc66778c51959c8246a7a35b22ec5f3109
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
cf74ca2c14e843b366561dab4fc64237bf6bb335119cbc97d723f3b501863470
"
),
}
// 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