solana-with-rpc-optimizations/core/tests
steviez debe794987
Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892)
The callstack updated in this PR passed an &Arc<...> down only to have
the bottom level clone the reference. Thus, we are giving shared
ownership so the reference is a bit redundant and arguably obscures the
intention to clone further down the callstack.
2023-05-31 12:36:44 -05:00
..
epoch_accounts_hash.rs Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05:00
fork-selection.rs comments out print in test (#28475) 2022-10-19 10:25:11 -05:00
ledger_cleanup.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
snapshots.rs Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05:00