solana/core
steviez 226d7d986b
Simplify root slot lookup from BankForks (#32717)
No need to get an Arc<Bank> when we want the root slot from BankForks;
can just use BankForks::root().
2023-08-04 12:03:22 -06:00
..
benches deprecates Signature::new in favor of Signature::{try_,}from (#32481) 2023-07-14 22:51:12 +00:00
src Simplify root slot lookup from BankForks (#32717) 2023-08-04 12:03:22 -06:00
tests Move bank specific code out of epoch_accounts_hash/utils.rs (#32623) 2023-07-25 14:12:20 -07:00
.gitignore
Cargo.toml dcou: mod banking_trace::for_test (#32428) 2023-07-14 09:39:46 +09:00
build.rs