Skip to content

Commit b2aac65

Browse files
authored
Merge pull request #18271 from karalabe/1.8.20-chts
params: update CHTs for the 1.8.20 release
2 parents 9fe5d20 + 362e2ba commit b2aac65

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

params/config.go

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ var (
4949
// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
5050
MainnetTrustedCheckpoint = &TrustedCheckpoint{
5151
Name: "mainnet",
52-
SectionIndex: 206,
53-
SectionHead: common.HexToHash("0x9fa677c7c0580136f5a86d9b2fd29b112e531f0284396298b8809bcb6787b538"),
54-
CHTRoot: common.HexToHash("0x7f32dfb29e341b4c8c10ea2e06a812bcea470366f635b7a8b3d0856684cd76f4"),
55-
BloomRoot: common.HexToHash("0x0169e174f0a8172aec217556d8a25c7ba7ca52aacff170325230a75740ff1eaf"),
52+
SectionIndex: 208,
53+
SectionHead: common.HexToHash("0x5e9f7696c397d9df8f3b1abda857753575c6f5cff894e1a3d9e1a2af1bd9d6ac"),
54+
CHTRoot: common.HexToHash("0x954a63134f6897f015f026387c59c98c4dae7b336610ff5a143455aac9153e9d"),
55+
BloomRoot: common.HexToHash("0x8006c5e44b14d90d7cc9cd5fa1cb48cf53697ee3bbbf4b76fdfa70b0242500a9"),
5656
}
5757

5858
// TestnetChainConfig contains the chain parameters to run a node on the Ropsten test network.
@@ -73,10 +73,10 @@ var (
7373
// TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
7474
TestnetTrustedCheckpoint = &TrustedCheckpoint{
7575
Name: "testnet",
76-
SectionIndex: 136,
77-
SectionHead: common.HexToHash("0xe5d80bb08d92bbc12dfe510c64cba01eafcbb4ba585e7c7ab7f8a93c6f295ab3"),
78-
CHTRoot: common.HexToHash("0xe3ca77ab0cb51eec74f4f7458e36aee207c68768387b39cb0bcff0940a6264d8"),
79-
BloomRoot: common.HexToHash("0x30c8eeadac5539d3dcd6e88915d1a07cb2f3a1d6ebe7e553e3ee783c04c68c2d"),
76+
SectionIndex: 139,
77+
SectionHead: common.HexToHash("0x9fad89a5e3b993c8339b9cf2cbbeb72cd08774ea6b71b105b3dd880420c618f4"),
78+
CHTRoot: common.HexToHash("0xc815833881989c5d2035147e1a79a33d22cbc5313e104ff01e6ab405bd28b317"),
79+
BloomRoot: common.HexToHash("0xd94ee9f3c480858f53ec5d059aebdbb2e8d904702f100875ee59ec5f366e841d"),
8080
}
8181

8282
// RinkebyChainConfig contains the chain parameters to run a node on the Rinkeby test network.
@@ -100,10 +100,10 @@ var (
100100
// RinkebyTrustedCheckpoint contains the light client trusted checkpoint for the Rinkeby test network.
101101
RinkebyTrustedCheckpoint = &TrustedCheckpoint{
102102
Name: "rinkeby",
103-
SectionIndex: 103,
104-
SectionHead: common.HexToHash("0x9f38b903852831bf4fa7992f7fd43d8b26da2deb82b421fb845cf6faee54e056"),
105-
CHTRoot: common.HexToHash("0x2d710c2cea468d2e604838000d658ee213e4abb07f90c4f71f5cd7f8510aa708"),
106-
BloomRoot: common.HexToHash("0xcc401060280c2cc82697ea5ecef8cac61e52063c37533a2e9609332419704d5f"),
103+
SectionIndex: 105,
104+
SectionHead: common.HexToHash("0xec8147d43f936258aaf1b9b9ec91b0a853abf7109f436a23649be809ea43d507"),
105+
CHTRoot: common.HexToHash("0xd92703b444846a3db928e87e450770e5d5cbe193131dc8f7c4cf18b4de925a75"),
106+
BloomRoot: common.HexToHash("0xff45a6f807138a2cde0cea0c209d9ce5ad8e43ccaae5a7c41af801bb72a1ef96"),
107107
}
108108

109109
// AllEthashProtocolChanges contains every protocol change (EIPs) introduced

0 commit comments

Comments
 (0)