solana/core
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 Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
src Output BankHashDetails file when leader drops its' own block (#34256) 2023-11-29 17:20:27 -06:00
tests Move and rename ledger services from core to ledger (#33947) 2023-11-08 11:58:31 -06:00
.gitignore
Cargo.toml TransactionScheduler: Consume Scheduler w/ PrioGraph (#33612) 2023-10-24 11:33:04 +08:00
build.rs