solana-with-rpc-optimizations/core/tests
behzad nouri 8f0796436a
shares the lock on gossip when processing prune messages (#13339)
Processing prune messages acquires an exclusive lock on gossip:
https://github.com/solana-labs/solana/blob/55b0428ff/core/src/cluster_info.rs#L1824-L1825
This can be reduced to a shared lock if active-sets are changed to use
atomic bloom filters:
https://github.com/solana-labs/solana/blob/55b0428ff/core/src/crds_gossip_push.rs#L50
2020-11-05 15:42:00 +00:00
..
client.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
cluster_info.rs Run `codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand` 2020-10-21 19:08:13 -07:00
crds_gossip.rs shares the lock on gossip when processing prune messages (#13339) 2020-11-05 15:42:00 +00:00
fork-selection.rs Tiny cleanups in preparation for persistent tower (#10805) 2020-06-25 18:24:16 +09:00
gossip.rs Add --gossip-validator argument 2020-09-14 20:18:27 -07:00
ledger_cleanup.rs Track votes from gossip for optimistic confirmation (#11209) 2020-07-28 09:33:27 +00:00
rpc.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
snapshots.rs Support Debug Bank (#13017) 2020-10-21 01:05:45 +09:00