Skip to content

Commit 5ad7b91

Browse files
zsfelfoldifjl
authored andcommitted
light: new CHTs (#16233)
1 parent ca64a12 commit 5ad7b91

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ accounts/usbwallet @karalabe
55
consensus @karalabe
66
core/ @karalabe @holiman
77
eth/ @karalabe
8+
les/ @zsfelfoldi
9+
light/ @zsfelfoldi
810
mobile/ @karalabe
911
p2p/ @fjl @zsfelfoldi

light/postprocess.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@ type trustedCheckpoint struct {
5858
var (
5959
mainnetCheckpoint = trustedCheckpoint{
6060
name: "mainnet",
61-
sectionIdx: 153,
62-
sectionHead: common.HexToHash("04c2114a8cbe49ba5c37a03cc4b4b8d3adfc0bd2c78e0e726405dd84afca1d63"),
63-
chtRoot: common.HexToHash("d7ec603e5d30b567a6e894ee7704e4603232f206d3e5a589794cec0c57bf318e"),
64-
bloomTrieRoot: common.HexToHash("0b139b8fb692e21f663ff200da287192201c28ef5813c1ac6ba02a0a4799eef9"),
61+
sectionIdx: 157,
62+
sectionHead: common.HexToHash("1963c080887ca7f406c2bb114293eea83e54f783f94df24b447f7e3b6317c747"),
63+
chtRoot: common.HexToHash("42abc436567dfb678a38fa6a9f881aa4c8a4cc8eaa2def08359292c3d0bd48ec"),
64+
bloomTrieRoot: common.HexToHash("281c9f8fb3cb8b37ae45e9907ef8f3b19cd22c54e297c2d6c09c1db1593dce42"),
6565
}
6666

6767
ropstenCheckpoint = trustedCheckpoint{
6868
name: "ropsten",
69-
sectionIdx: 79,
70-
sectionHead: common.HexToHash("1b1ba890510e06411fdee9bb64ca7705c56a1a4ce3559ddb34b3680c526cb419"),
71-
chtRoot: common.HexToHash("71d60207af74e5a22a3e1cfbfc89f9944f91b49aa980c86fba94d568369eaf44"),
72-
bloomTrieRoot: common.HexToHash("70aca4b3b6d08dde8704c95cedb1420394453c1aec390947751e69ff8c436360"),
69+
sectionIdx: 83,
70+
sectionHead: common.HexToHash("3ca623586bc0da35f1fc8d9b6b55950f3b1f69be9c6501846a2df672adb61236"),
71+
chtRoot: common.HexToHash("8f08ec7783969768c6ef06e5fe3398223cbf4ae2907b676da7b6fe6c7f55b059"),
72+
bloomTrieRoot: common.HexToHash("02d86d3c6a87f8f8a92c2a59bbba2132ff6f9f61b0915a5dc28a9d8279219fd0"),
7373
}
7474
)
7575

0 commit comments

Comments
 (0)