solana/core/tests
Kristofer Peterson ed5a2f2a90
Fold bank serialisation into serde snapshot (#10581)
* Move bank (de)serialisation logic from bank and snapshot_utils to serde_snapshot.
Add sanity assertions between genesis config and bank fields on deserialisation.
Atomically update atomic bool in quote_for_specialization_detection().
Use same genesis config when restoring snapshots in test cases.

* Tidy up namings and duplicate structs to version

* Apply struct renames to tests

* Update abi hashes

Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
2020-07-13 23:00:59 +09:00
..
bank_forks.rs Fold bank serialisation into serde snapshot (#10581) 2020-07-13 23:00:59 +09:00
client.rs Move BankCommitmentCache to solana_runtime (#10816) 2020-06-25 22:06:58 -06:00
cluster_info.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
crds_gossip.rs Optimize process pull responses (#10460) 2020-06-09 17:08:13 -07:00
fork-selection.rs Tiny cleanups in preparation for persistent tower (#10805) 2020-06-25 18:24:16 +09:00
gossip.rs Move BankForks to solana_runtime (#10637) 2020-06-17 15:27:03 +00:00
ledger_cleanup.rs Remove ledger purge batching (#10830) 2020-06-29 14:44:35 -07:00
rpc.rs Rpc: add filter to getProgramAccounts (#10888) 2020-07-03 07:46:29 +00:00