solana-with-rpc-optimizations/core/tests
behzad nouri b58f69297f
makes crds fields private (#13703)
Crds fields should maintain several invariants between themselves, so
exposing them as public fields can be bug prone. In addition these
invariants are asserted on every write:
https://github.com/solana-labs/solana/blob/9668dd85d/core/src/crds.rs#L138-L154
https://github.com/solana-labs/solana/blob/9668dd85d/core/src/crds.rs#L239-L262
which adds extra instructions and is not optimal. Should these fields be
private the asserts will be redundant.
2020-11-19 20:57:40 +00:00
..
client.rs Improve TestValidator instantiation (#13627) 2020-11-16 23:27:36 -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 makes crds fields private (#13703) 2020-11-19 20:57:40 +00:00
fork-selection.rs
gossip.rs Add --gossip-validator argument 2020-09-14 20:18:27 -07:00
ledger_cleanup.rs
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