solana/core
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
..
benches separates out connection-cache metrics for different protocols (#31803) 2023-05-25 14:48:22 +00:00
src Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05:00
tests Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05:00
.gitignore
Cargo.toml refactor: move test and bench only code from main code to where they are needed (#31550) 2023-05-09 16:39:23 -05:00
build.rs