solana/ledger
steviez 7fef7d569a
Make RocksFifo storage size API expose an Option<u64> (#28192)
A fifo rocksdb instance must be opened with max size parameter on the
fifo columns. To support this, we previously plumbed a constant up to
callers that provided a default if unbounded growth desired.

This change attempts to be more rusty by exposing an option for this
value, and converting the option to a constant at the lowest level
possible.
2022-10-04 12:38:40 -05:00
..
benches plumbs through flag to generate merkle variant of shreds 2022-09-23 16:45:18 +00:00
src Make RocksFifo storage size API expose an Option<u64> (#28192) 2022-10-04 12:38:40 -05:00
tests caches reed-solomon encoder/decoder instance (#27510) 2022-09-25 18:09:47 +00:00
.gitignore
Cargo.toml removes redundant shred.sanitize() from blockstore (#28016) 2022-09-24 16:31:50 +00:00
build.rs