solana/ledger
steviez ee29647f67
Remove Option<_> from Blockstore::get_rooted_block_time() return type (#33955)
Instead of returning Result<Option<UnixTimestamp>>, return
Result<UnixTimestamp> and map None to an error. This makes the return
type similar to that of Blockstore::get_rooted_block().
2023-11-06 12:56:10 -06:00
..
benches Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00
src Remove Option<_> from Blockstore::get_rooted_block_time() return type (#33955) 2023-11-06 12:56:10 -06:00
tests Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
.gitignore
Cargo.toml Define InstalledScheduler::wait_for_termination() (#33922) 2023-10-31 14:33:36 +09:00
build.rs Crates have identical build.rs to frozen-abi can just be symlink (#33787) 2023-10-21 13:33:10 -05:00