solana/core
HaoranYi 6a9f729101
ForkStats: compute and wire up fork_weight (#34623)
* wire up fork stats fork_weight

* convert weight to percentage for logging

* add bank_stake

* remove old fork choice measure and stats - vote stake * lockout

* update tests

* fix bank_weight and rename it to fork_weight

* fix u64 multiple overflow in fork_weight calculation

* format fork_weight as percentage in logging

---------

Co-authored-by: HaoranYi <haoran.yi@solana.com>
2024-01-18 09:35:53 -06:00
..
benches consumer bench same number of txs per iteration (#34752) 2024-01-12 08:24:45 -08:00
src ForkStats: compute and wire up fork_weight (#34623) 2024-01-18 09:35:53 -06:00
tests clippy: core lints (#34629) 2024-01-04 17:02:56 +00:00
.gitignore
Cargo.toml Finish unified scheduler plumbing with min impl (#34300) 2023-12-19 09:50:41 +09:00
build.rs