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
d606a7a4
Unverified
Commit
d606a7a4
authored
Nov 28, 2018
by
Péter Szilágyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params: update CHTs for the v1.8.19 release
parent
bfed28a4
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 @
d606a7a4
...
...
@@ -49,10 +49,10 @@ var (
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint
=
&
TrustedCheckpoint
{
Name
:
"mainnet"
,
SectionIndex
:
20
3
,
SectionHead
:
common
.
HexToHash
(
"0x
c9e05fc67c6a9815adc8072eb18805b53da53a9a6a273e05541e1b7542cf937a
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
b85f42447d59f7c3e6679b9a37ed983593fd52efd6251b883592662e95769d5b
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
f93d50cb4c49b403c6fd33cd60896d3b36184275be0a51bae4df5e8844ac624c
"
),
SectionIndex
:
20
6
,
SectionHead
:
common
.
HexToHash
(
"0x
9fa677c7c0580136f5a86d9b2fd29b112e531f0284396298b8809bcb6787b538
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
7f32dfb29e341b4c8c10ea2e06a812bcea470366f635b7a8b3d0856684cd76f4
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
0169e174f0a8172aec217556d8a25c7ba7ca52aacff170325230a75740ff1eaf
"
),
}
// 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
4
,
SectionHead
:
common
.
HexToHash
(
"0x
17053ecbe045bebefaa01e7716cc85a4e22647e181416cc1098ccbb73a088931
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
4d2b86422e46ed76f0e3f50f06632c409f809c8375e53c8bc0f782bcb93dd49a
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
ccba62232ee56c2967afc58f136a47ba7dc545ae586e6be666430d94516306c7
"
),
SectionIndex
:
13
6
,
SectionHead
:
common
.
HexToHash
(
"0x
e5d80bb08d92bbc12dfe510c64cba01eafcbb4ba585e7c7ab7f8a93c6f295ab3
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
e3ca77ab0cb51eec74f4f7458e36aee207c68768387b39cb0bcff0940a6264d8
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
30c8eeadac5539d3dcd6e88915d1a07cb2f3a1d6ebe7e553e3ee783c04c68c2d
"
),
}
// 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
0
,
SectionHead
:
common
.
HexToHash
(
"0x
f18f9b43e16f37b12e68818536ffe455ff18d676274ffdd856a8520ed61bb514
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
473f5d603b1fedad75d97fd58692130b9ac9ade1aca01eb9363d79bd1c43c791
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
a39ced3ddbb87e909c7531df2afb6414bea9c9a60ab94da9c6b467535f05326e
"
),
SectionIndex
:
10
3
,
SectionHead
:
common
.
HexToHash
(
"0x
9f38b903852831bf4fa7992f7fd43d8b26da2deb82b421fb845cf6faee54e056
"
),
CHTRoot
:
common
.
HexToHash
(
"0x
2d710c2cea468d2e604838000d658ee213e4abb07f90c4f71f5cd7f8510aa708
"
),
BloomRoot
:
common
.
HexToHash
(
"0x
cc401060280c2cc82697ea5ecef8cac61e52063c37533a2e9609332419704d5f
"
),
}
// 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