solana/runtime
Ashwin Sekar f207af765e
Split out voting and banking threads in banking stage (#27931)
* Split out voting and banking threads in banking stage

Additionally this allows us to aggressively prune the buffer for voting threads
as with the new vote state only the latest vote from each validator is
necessary.

* Update local cluster test to use new Vote ix

* Encapsulate transaction storage filtering better

* Address pr comments

* Commit cargo lock change

* clippy

* Remove unsafe impls

* pr comments

* compute_sanitized_transaction -> build_sanitized_transaction

* &Arc -> Arc

* Move test

* Refactor metrics enums

* clippy
2022-10-20 21:10:48 +00:00
..
benches remove expected rent collection and rehashing completely (#28422) 2022-10-17 07:24:42 -07:00
src Split out voting and banking threads in banking stage (#27931) 2022-10-20 21:10:48 +00:00
store-tool Whickey/version v1.15 (#27739) 2022-09-13 09:06:15 -05:00
tests remove slot# from account hash (#28405) 2022-10-18 08:03:37 -07:00
.gitignore
Cargo.toml Split out voting and banking threads in banking stage (#27931) 2022-10-20 21:10:48 +00:00
build.rs