solana-with-rpc-optimizations/core
steviez ae6a4c0995
Only allow BankForks creation with single bank (#34449)
BankForks has two constructors; one that takes a single Bank (the root)
and one that can take an arbitrary number of Banks plus the root slot.
However, the constructor that accepts multiple banks is unnecessary; it
isn't used in production and is only used in several tests.

So, remove the multi-bank constructor and update unit tests.
2023-12-14 10:53:11 -06:00
..
benches Remove WorkingSlot (#34342) 2023-12-11 16:02:53 -03:00
src Only allow BankForks creation with single bank (#34449) 2023-12-14 10:53:11 -06:00
tests Removes epoch_accounts_hash featurization (#34417) 2023-12-13 15:30:39 -05:00
.gitignore
Cargo.toml TransactionScheduler: Consume Scheduler w/ PrioGraph (#33612) 2023-10-24 11:33:04 +08:00
build.rs