Commit 327e7d9
[alpha] Move header stuck fix from devel (#4226)
* allow --syncmode=snap for bor-mainnnet (#4206)
* save
* save
* allow --syncmode=snap for bor-mainnnet #4206
* allow snap sync for mumbai chain (#4208)
* save
* mumbai
* Bor: GetTransactionReceipt (#4209)
* fixed miner.sigfile option (#4210)
* Snap: reduced memory footprint on building huffman table (#4214)
* save
* save
* save
* save
* Remove dependency on leveldb (#4213)
* save
* save
* save
* save
* save
* save
* methods to read single txn by txnID (#4215)
* It's safe now to open snapshots at app start (#4216)
* removed obsolete trie variant (#4172)
* up gods lib version (#4217)
* Fix `rpc.BlockNumberOrHash` unmarshaling (#4218)
* add test
* fix unmarshaling bug
Co-authored-by: Igor Mandrigin <i@mandrigin.ru>
* return err on invalid syncmode (#4219)
* save
* save
* save
* fixed kiln bug (#4221)
* Clean headers pointers when removing links (#4222)
* Clean headers pointers when removing links
* Replace the lock
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
* Makefile: pass docker build arguments (#4212)
Dockerfile requires some --build-arg options.
Fix "docker" target to pass them.
Fix GIT_TAG to reflect the most recent tag related to HEAD, instead of an unrelated most recent tag.
Use it as the image VERSION.
Image tags need to be passed explicitly if needed:
DOCKER_FLAGS='-t erigon:latest' make docker
* More header download diagnostics (#4224)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
* Clean anchors, forward sort of headers (#4225)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
Co-authored-by: Alex Sharov <AskAlexSharov@gmail.com>
Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>
Co-authored-by: Artem Tsebrovskiy <awskii@users.noreply.github.com>
Co-authored-by: Igor Mandrigin <mandrigin@users.noreply.github.com>
Co-authored-by: Igor Mandrigin <i@mandrigin.ru>
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
Co-authored-by: battlmonstr <battlmonstr@users.noreply.github.com>1 parent ad822cf commit 327e7d9
File tree
3 files changed
+36
-11
lines changed- cmd/sentry/sentry
- eth/stagedsync
- turbo/stages/headerdownload
3 files changed
+36
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| 505 | + | |
505 | 506 | | |
506 | 507 | | |
507 | 508 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
824 | | - | |
| 824 | + | |
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
74 | 93 | | |
75 | 94 | | |
76 | 95 | | |
| |||
208 | 227 | | |
209 | 228 | | |
210 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
211 | 233 | | |
212 | 234 | | |
213 | 235 | | |
214 | 236 | | |
215 | | - | |
| 237 | + | |
216 | 238 | | |
217 | 239 | | |
218 | | - | |
| 240 | + | |
219 | 241 | | |
220 | 242 | | |
221 | | - | |
| 243 | + | |
222 | 244 | | |
223 | 245 | | |
224 | 246 | | |
| |||
276 | 298 | | |
277 | 299 | | |
278 | 300 | | |
279 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
280 | 304 | | |
281 | 305 | | |
282 | 306 | | |
| |||
877 | 901 | | |
878 | 902 | | |
879 | 903 | | |
880 | | - | |
| 904 | + | |
881 | 905 | | |
882 | 906 | | |
883 | 907 | | |
| |||
0 commit comments