solana/core/tests
behzad nouri 454ef38e43 caches StakeAccount instead of Delegation in Stakes
The commit makes values in stake_delegations map in Stakes struct
generic. Stakes<Delegation> is equivalent to the old code and is used
for backward compatibility in BankFieldsTo{Serialize,Deserialize}.

But banks cache Stakes<StakeAccount> which includes the entire stake
account and StakeState deserialized from account. Doing so, will remove
the need to load stake account from accounts-db when working with
stake-delegations.
2022-04-21 15:28:41 +00:00
..
fork-selection.rs unittest for bind two consecutive ports (#23008) 2022-03-02 09:10:29 -06:00
ledger_cleanup.rs (LedgerStore) Add compression type (#23578) 2022-03-22 02:27:09 -07:00
snapshots.rs caches StakeAccount instead of Delegation in Stakes 2022-04-21 15:28:41 +00:00