solana/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
crds_gossip.rs makes crds fields private (#13703) 2020-11-19 20:57:40 +00:00
fork-selection.rs
gossip.rs
ledger_cleanup.rs
rpc.rs
snapshots.rs