Mark Holt

Results 11 issues of Mark Holt

This adds integrity checking for borevents in the following places 1. Stage Bor Heimdall - check that the event occurs withing the expected time window 2. Dump Events to snapshots...

polygon

Implementation of db and snapshot storage for additional synced hiemdall waypoint types * Checkpoint * Milestones This is targeted at the Astrid downloader which uses waypoints to verify headers during...

polygon

This branch contains an update to snapshot-json.lock to deal with e3 `baseline` downloads. A baseline is an initial download which is then incremented by the local node. Status: Initially this...

This fixes an issue with small files (1 to 2 pieces) when they are seeded from web peers into a sparse torrent network. If there are a significant number of...

Additional comments and variables for: https://github.com/anacrolix/torrent/commit/41fc76adf87d3d640886e4ddf614fc92ce7520e4

On testing the latest releases of Erigon over the past few months we've noticed that it's download phase, which downloads historic blockchain state across bittorrent stops at 99.999% complete. We've...

This is a non-functional refactor of ExecV3 which moves the parallel execution code out on the main function and puts it in a separate type/file This is to facilitate parallel...

Polygon have recently implemented enr based DNS discovery for bor main net. This PR adds the discovery location to erigon's known dns networks. It also contains a monor config update...

polygon

This PR allows stand alone astrid to participate in snapshot production. It includes the following changes: - All bor data storage is handled in the bor/heimdall stage - Stores now...

polygon
astrid

These code sections are not thread safe, becuase testing the refcount does not protect the variables in the critical sections from multiple access. This is becuase nothing stops the refcount...

imp2
erigon3