nimbus-eth1/nimbus/sync/handlers
Jordan Hrycaj 197d2b16dd
Snap sync interval range extractor (#1449)
* Update comments and test noise

* Fix boundary proofs

why:
  Where neither used in production, nor unit tested. For production, other
  methods apply to test leaf range integrity directly based of the proof
  nodes.

* Added `hexary_range()`: interval range + proof extractor

details:
+ Will be used for `snap/1` protocol handler
+ Unit tests added (also for testing left boundary proof)

todo:
  Need to verify completeness of proof nodes

* Reduce some nim 1.6 compiler noise

* Stop unit test gossip for ci tests
2023-01-30 17:50:58 +00:00
..
eth.nim Add snap protocol service stub (#1438) 2023-01-20 15:01:29 +00:00
setup.nim Add snap protocol service stub (#1438) 2023-01-20 15:01:29 +00:00
snap.nim Snap sync interval range extractor (#1449) 2023-01-30 17:50:58 +00:00