solana/runtime
Justin Starry ebe8afb0c3
Burn fees collected into invalid accounts (#33887)
* refactor: create bank::fee_distribution module

* feature: add checks to fee distribution

* refactor: move Bank::deposit fn into test_utils

* feedback

* feedback 2

* add datapoints

* change to datapoint_warn

* typo
2023-11-06 10:02:22 +08:00
..
benches Burn fees collected into invalid accounts (#33887) 2023-11-06 10:02:22 +08:00
src Burn fees collected into invalid accounts (#33887) 2023-11-06 10:02:22 +08:00
tests remove IncludeSlotInHash after feature activation on mnb (#33816) 2023-10-23 15:12:02 -07:00
.gitignore
Cargo.toml Introduce InstalledSchedulerPool trait (#33934) 2023-11-03 16:02:12 +09:00
build.rs