smoldot
smoldot copied to clipboard
Finish the all_forks syncing code
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.
cc https://github.com/paritytech/smoldot/pull/755
To do:
- [x] Remove uninteresting blocks if the number of disjoint blocks is too high.
- [ ] Verify full blocks if
fullistrue. - [x] Refactor
all.rsto have an API that matches the one inoptimistic.rsandall_forks.rs.