smoldot icon indicating copy to clipboard operation
smoldot copied to clipboard

Finish the all_forks syncing code

Open tomaka opened this issue 4 years ago • 2 comments

https://github.com/paritytech/smoldot/pull/329 provided some initial implementation. While it is working, it's full of todo!()s and unbounded containers. It needs to be finished.

tomaka avatar Feb 01 '21 19:02 tomaka

cc https://github.com/paritytech/smoldot/pull/755

tomaka avatar Apr 27 '21 08:04 tomaka

To do:

  • [x] Remove uninteresting blocks if the number of disjoint blocks is too high.
  • [ ] Verify full blocks if full is true.
  • [x] Refactor all.rs to have an API that matches the one in optimistic.rs and all_forks.rs.

tomaka avatar Apr 27 '21 08:04 tomaka