solana-with-rpc-optimizations/wen-restart
Wen 11aa06d24f
wen-restart: Find heaviest fork (#183)
* Pass the final result of LastVotedForkSlots aggregation to next
stage and find the heaviest fork we will Gossip to others.

* Change comments.

* Small fixes to address PR comments.

* Move correctness proof to SIMD.

* Fix a broken merge.

* Use blockstore to check parent slot of any block in FindHeaviestFork

* Change error message.

* Add special message when first slot in the list doesn't link to root.
2024-03-20 19:38:46 -07:00
..
proto wen-restart: Find heaviest fork (#183) 2024-03-20 19:38:46 -07:00
src wen-restart: Find heaviest fork (#183) 2024-03-20 19:38:46 -07:00
Cargo.toml Wen restart aggregate last voted fork slots (#33892) 2024-03-01 18:52:47 -08:00
build.rs