Commit a6c1d6a
committed
Merge #6920: chore: update minimum chain work, tx stats, checkpoints, seeds and SECURITY.md for v23
0a1407b docs: update supported versions in SECURITY.md (Kittywhiskers Van Gogh)
8727d3c chore: update testnet seeds for v23 (Kittywhiskers Van Gogh)
e1116f6 chore: update mainnet seeds for v23 (Kittywhiskers Van Gogh)
d9fe32f chore: drop unreachable onion seeds (Kittywhiskers Van Gogh)
4e52655 chore: update `m_assumed_blockchain_size` for v23 (Kittywhiskers Van Gogh)
adb2992 chore: update minimum chain work, tx stats and checkpoints for v23 (Kittywhiskers Van Gogh)
Pull request description:
## Additional Information
* The blocks used as checkpoints are
* For mainnet, block 2361500 (`0x0x0000000000000009ba1e8f47851d036bb618a4f6565eb3c32d1f647d450ff195`, [Insight](https://explorer.dash.org/insight/block/0000000000000009ba1e8f47851d036bb618a4f6565eb3c32d1f647d450ff195))
* For testnet, block 1239600 (`0x00000107d42829a38e31c1a38c660d621e1ca376a880df1520e85e38af175d3a`, [Insight](https://insight.testnet.networks.dash.org/insight/block/00000107d42829a38e31c1a38c660d621e1ca376a880df1520e85e38af175d3a))
* `m_assumed_{blockchain,chain_state}_size` calculations
* Mainnet synced till block 2361620, Dash Core v22.1.3 (release)
```bash
$ du --exclude ~/.dashcore/testnet3 --max-depth=0 -h ~/.dashcore
49G /home/debian/.dashcore
$ python3 -c "print(round(49*1.1))" # 10% leeway
54
$ du --max-depth=0 -h ~/.dashcore/chainstate
240M /home/debian/.dashcore/chainstate
```
As `m_assumed_chain_state_size` is still <1GB, we don't update it
* Testnet synced till block 1352330, Dash Core f650f65 (pre-release)
```bash
$ du --max-depth=0 -h ~/.dashcore/testnet3
8.7G /home/debian/.dashcore/testnet3
$ python3 -c "print(round(8.7*1.1))" # 10% leeway
10
$ du --max-depth=0 -h ~/.dashcore/testnet3/chainstate
68M /home/debian/.dashcore/chainstate
```
* Mainnet seeds generated using `protx list valid 1 2361500`, testnet seeds generated using `protx list valid 1 1353660`, commenting out deduplication ([source](https://github.com/dashpay/dash/blob/e4fa575ac463d04a745830f43bb28daf31b41d26/contrib/seeds/makeseeds.py#L203-L205)) and raising the `MAX_SEEDS_PER_ASN` to 10 ([source](https://github.com/dashpay/dash/blob/e4fa575ac463d04a745830f43bb28daf31b41d26/contrib/seeds/makeseeds.py#L23))
## Breaking Changes
None expected.
## Checklist
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas **(note: N/A)**
- [x] I have added or updated relevant unit/integration/functional/e2e tests **(note: N/A)**
- [x] I have made corresponding changes to the documentation **(note: N/A)**
- [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
ACKs for top commit:
UdjinM6:
utACK 0a1407b
Tree-SHA512: c4c463b91da0a4c35b0ddadcd9a261424551f49f6889c848ae02d912671e3b6fec07b4725cecce04a755fab7443939eeb0fb51e2b53a8dbe83db7287712df0951 parent 84df1f0 commit a6c1d6a
File tree
6 files changed
+190
-253
lines changed- contrib/seeds
- src
6 files changed
+190
-253
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 6 | | |
14 | 7 | | |
15 | 8 | | |
16 | 9 | | |
17 | 10 | | |
18 | | - | |
19 | 11 | | |
20 | 12 | | |
21 | 13 | | |
22 | 14 | | |
23 | | - | |
24 | 15 | | |
25 | 16 | | |
26 | | - | |
27 | 17 | | |
28 | 18 | | |
29 | | - | |
30 | 19 | | |
31 | | - | |
32 | 20 | | |
33 | | - | |
34 | 21 | | |
35 | 22 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 23 | | |
40 | 24 | | |
41 | | - | |
42 | 25 | | |
43 | 26 | | |
44 | 27 | | |
| |||
47 | 30 | | |
48 | 31 | | |
49 | 32 | | |
| 33 | + | |
50 | 34 | | |
51 | | - | |
| 35 | + | |
52 | 36 | | |
53 | 37 | | |
54 | 38 | | |
55 | | - | |
| 39 | + | |
| 40 | + | |
56 | 41 | | |
57 | 42 | | |
58 | 43 | | |
59 | 44 | | |
60 | 45 | | |
| 46 | + | |
61 | 47 | | |
| 48 | + | |
62 | 49 | | |
63 | | - | |
64 | 50 | | |
65 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
66 | 54 | | |
| 55 | + | |
67 | 56 | | |
68 | | - | |
69 | | - | |
70 | 57 | | |
71 | 58 | | |
72 | 59 | | |
73 | | - | |
74 | | - | |
75 | | - | |
| 60 | + | |
76 | 61 | | |
77 | | - | |
78 | | - | |
79 | | - | |
| 62 | + | |
| 63 | + | |
80 | 64 | | |
| 65 | + | |
81 | 66 | | |
82 | 67 | | |
83 | 68 | | |
84 | 69 | | |
85 | | - | |
86 | | - | |
87 | 70 | | |
| 71 | + | |
| 72 | + | |
88 | 73 | | |
89 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
90 | 77 | | |
91 | 78 | | |
92 | 79 | | |
93 | | - | |
94 | | - | |
95 | 80 | | |
96 | 81 | | |
| 82 | + | |
| 83 | + | |
97 | 84 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
102 | 88 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 89 | | |
107 | 90 | | |
108 | 91 | | |
| 92 | + | |
109 | 93 | | |
110 | 94 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 95 | | |
| 96 | + | |
115 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
116 | 101 | | |
117 | 102 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 103 | + | |
123 | 104 | | |
124 | 105 | | |
125 | 106 | | |
126 | | - | |
127 | | - | |
128 | 107 | | |
129 | | - | |
130 | | - | |
131 | | - | |
| 108 | + | |
132 | 109 | | |
133 | | - | |
| 110 | + | |
134 | 111 | | |
135 | 112 | | |
136 | 113 | | |
137 | | - | |
| 114 | + | |
| 115 | + | |
138 | 116 | | |
139 | 117 | | |
140 | | - | |
| 118 | + | |
| 119 | + | |
141 | 120 | | |
142 | | - | |
143 | | - | |
144 | 121 | | |
145 | 122 | | |
146 | 123 | | |
147 | | - | |
148 | 124 | | |
149 | 125 | | |
150 | | - | |
151 | 126 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
| 127 | + | |
| 128 | + | |
156 | 129 | | |
157 | 130 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
| 131 | + | |
| 132 | + | |
164 | 133 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
172 | 138 | | |
173 | | - | |
174 | | - | |
| 139 | + | |
175 | 140 | | |
| 141 | + | |
176 | 142 | | |
177 | | - | |
178 | | - | |
| 143 | + | |
179 | 144 | | |
| 145 | + | |
180 | 146 | | |
181 | 147 | | |
182 | 148 | | |
| 149 | + | |
183 | 150 | | |
| 151 | + | |
184 | 152 | | |
185 | 153 | | |
186 | | - | |
| 154 | + | |
187 | 155 | | |
188 | 156 | | |
189 | 157 | | |
190 | 158 | | |
| 159 | + | |
191 | 160 | | |
192 | 161 | | |
193 | 162 | | |
194 | 163 | | |
| 164 | + | |
195 | 165 | | |
196 | 166 | | |
197 | | - | |
198 | | - | |
| 167 | + | |
| 168 | + | |
199 | 169 | | |
200 | | - | |
201 | 170 | | |
202 | | - | |
203 | 171 | | |
| 172 | + | |
204 | 173 | | |
| 174 | + | |
205 | 175 | | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
| 176 | + | |
211 | 177 | | |
212 | | - | |
213 | | - | |
| 178 | + | |
| 179 | + | |
214 | 180 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
| 181 | + | |
| 182 | + | |
219 | 183 | | |
220 | 184 | | |
221 | | - | |
222 | | - | |
| 185 | + | |
223 | 186 | | |
224 | 187 | | |
225 | 188 | | |
226 | 189 | | |
| 190 | + | |
227 | 191 | | |
228 | | - | |
229 | | - | |
| 192 | + | |
| 193 | + | |
230 | 194 | | |
231 | 195 | | |
232 | 196 | | |
233 | | - | |
234 | | - | |
| 197 | + | |
235 | 198 | | |
236 | | - | |
237 | 199 | | |
238 | | - | |
| 200 | + | |
239 | 201 | | |
240 | 202 | | |
241 | 203 | | |
242 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
243 | 209 | | |
244 | | - | |
| 210 | + | |
245 | 211 | | |
246 | 212 | | |
247 | 213 | | |
| 214 | + | |
248 | 215 | | |
| 216 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
10 | | - | |
11 | 7 | | |
12 | | - | |
13 | 8 | | |
14 | 9 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 10 | | |
21 | 11 | | |
22 | 12 | | |
23 | 13 | | |
24 | 14 | | |
25 | 15 | | |
26 | 16 | | |
27 | | - | |
28 | 17 | | |
29 | 18 | | |
30 | 19 | | |
31 | 20 | | |
32 | | - | |
33 | 21 | | |
34 | 22 | | |
35 | | - | |
36 | 23 | | |
37 | | - | |
38 | 24 | | |
39 | | - | |
40 | | - | |
41 | 25 | | |
42 | | - | |
43 | 26 | | |
44 | 27 | | |
45 | 28 | | |
| |||
0 commit comments