solana/runtime
steviez 935e06f8f1
Output BankHashDetails file when leader drops its' own block (#34256)
Currently, the file is generated when a node drops a block that was
produced by another node. However, it would also be beneficial to see
the account state when a node drops its' own block.

Output the file in this additional failure codepath
2023-11-29 17:20:27 -06:00
..
benches clippy: Replaces .get(0) with .first() (#34143) 2023-11-17 10:03:08 -05:00
src Output BankHashDetails file when leader drops its' own block (#34256) 2023-11-29 17:20:27 -06:00
tests Use BankForks on tests - Part 2 (#34234) 2023-11-29 14:28:31 -03:00
.gitignore
Cargo.toml Introduce InstalledSchedulerPool trait (#33934) 2023-11-03 16:02:12 +09:00
build.rs