solana/ledger
steviez 04fab2b48f
Make Blockstore::get_data_shreds_for_slot() return type consistent (#32460)
We have several other functions that return data shreds; however, these
other functions map shred::Error to BlockstoreError. Make this function
consistent with those and map the error.
2023-07-11 21:25:29 -05:00
..
benches removes lazy-static thread-pool from sigverify-shreds (#30787) 2023-03-20 20:33:22 +00:00
src Make Blockstore::get_data_shreds_for_slot() return type consistent (#32460) 2023-07-11 21:25:29 -05:00
tests fix typo in shred.rs (#29149) 2022-12-15 01:14:39 -06:00
.gitignore
Cargo.toml dcou: SlotMeta::unset_parent() (#32427) 2023-07-09 23:46:31 +09:00
build.rs