solana/local-cluster/tests
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
..
common.rs Add SnapshotUsage to SnapshotConfig (#27508) 2022-09-02 08:56:23 -04:00
local_cluster.rs Bank::freeze() waits for EAH calculation to complete (#28170) 2022-10-05 17:44:35 -04:00
local_cluster_flakey.rs Avoid to miss to root for local slots before the hard fork (#19912) 2022-06-26 15:14:17 +09:00
local_cluster_slow_1.rs Split out voting and banking threads in banking stage (#27931) 2022-10-20 21:10:48 +00:00
local_cluster_slow_2.rs Fix test_bench_tps_local_cluster_solana (#27448) 2022-08-30 13:04:31 -05:00