solana-with-rpc-optimizations/wen-restart
Wen 312f725f1e
wen_restart: Find the bank hash of the heaviest fork, replay if necessary. (#420)
* Find the bank hash of the heaviest fork, replay if necessary.

* Make it more explicit how heaviest fork slot is selected.

* Use process_single_slot instead of process_blockstore_from_root, the latter
may re-insert banks already frozen.

* Put BlockstoreProcessError into the error message.

* Check that all existing blocks link to correct parent before replay.

* Use the default number of threads instead.

* Check whether block is full and other small fixes.

* Fix root_bank and move comments to function level.

* Remove the extra parent link check.
2024-04-07 16:17:52 -07:00
..
proto wen-restart: Find heaviest fork (#183) 2024-03-20 19:38:46 -07:00
src wen_restart: Find the bank hash of the heaviest fork, replay if necessary. (#420) 2024-04-07 16:17:52 -07:00
Cargo.toml wen_restart: Find the bank hash of the heaviest fork, replay if necessary. (#420) 2024-04-07 16:17:52 -07:00
build.rs