solana-with-rpc-optimizations/gossip
Wen 4a2871f384
Add RestartHeaviestFork to Gossip (#34161)
* Add RestartHeaviestFork to Gossip.

* Add a test for out of bound value.

* Send observed_stake and total_epoch_stake in ResatartHeaviestFork.

* Remove total_epoch_stake from RestartHeaviestFork.

* Forgot to update ABI digest.

* Remove checking of whether stake is zero.

* Remove unnecessary new function and make new_rand pub(crate).
2024-01-19 13:59:25 -08:00
..
benches down samples outgoing gossip pull requests (#33719) 2023-10-18 13:41:42 +00:00
src Add RestartHeaviestFork to Gossip (#34161) 2024-01-19 13:59:25 -08:00
tests improve batch_send error handling (#33936) 2023-10-31 23:39:26 -07:00
.gitignore
Cargo.toml Use BankForks on tests - Part 3 (#34248) 2023-12-01 13:47:22 -03:00
build.rs