erigon-pulse/eth
ledgerwatch 706a999178
Improvements for the BSC stuck header sync (#6653)
There are 3 changes:
1. Replace `anchorQueue` with `anchorTree` to be able to always walk the
anchors in the order of increasing blockHeights (not possible with the
queue) to prioritise making progress on the lowest block heights
2. Not increment `nextRetryTime` if the request was not sent
3. Reduce the strides in skeleton from `8*192` to `192` to reduce
reliance of the long series of requests to make progress

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro-2.local>
2023-01-22 12:28:17 +00:00
..
calltracer Convert *vm.EVM to vm.VMInterface in Tracers (#6590) 2023-01-16 22:28:50 +00:00
ethconfig Improvements for body downloader (#6589) 2023-01-16 22:09:28 +00:00
ethconsensusconfig reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
ethutils reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
filters reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
gasprice reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
integrity Use hex package to convert bytes to string (#6205) 2022-12-05 09:06:16 +07:00
protocols/eth reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
stagedsync Improvements for the BSC stuck header sync (#6653) 2023-01-22 12:28:17 +00:00
tracers Convert *vm.EVM to vm.VMInterface in Tracers (#6590) 2023-01-16 22:28:50 +00:00
api_backend.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
api_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
api.go Embed rpcdaemon: prepared direct clients (#3492) 2022-02-12 19:47:19 +07:00
backend.go e3: storageRangeAt (#6580) 2023-01-17 14:16:36 +07:00
bloombits.go remove database field from Ethereum object (#1750) 2021-04-19 14:56:44 +07:00
discovery.go rename (#1978) 2021-05-20 19:25:53 +01:00
state_accessor.go remove database field from Ethereum object (#1750) 2021-04-19 14:56:44 +07:00