solana/ledger/src
steviez d7250b10d9
Explicitly set compression to none by default for blockstore columns (#32426)
Per rust-rocksdb docs, snappy compression will be the default if snappy
feature is enabled in that crate. We don't want compression by default
and there is seemingly a minor bug with the compression type selection
upstream, so explicitly set compression type to none in our code.
2023-07-10 11:49:14 -05:00
..
blockstore
shred removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
ancestor_iterator.rs
bank_forks_utils.rs `cargo fmt` using 1.6.0-nightly (#32390) 2023-07-06 20:45:29 -07:00
bigtable_delete.rs
bigtable_upload.rs
bigtable_upload_service.rs
block_error.rs
blockstore.rs removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
blockstore_db.rs Explicitly set compression to none by default for blockstore columns (#32426) 2023-07-10 11:49:14 -05:00
blockstore_meta.rs removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
blockstore_metrics.rs
blockstore_options.rs
blockstore_processor.rs Move CostModel and CostTracker to its own crate (#32354) 2023-07-06 10:08:18 -07:00
entry_notifier_interface.rs
entry_notifier_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
genesis_utils.rs
leader_schedule.rs
leader_schedule_cache.rs
leader_schedule_utils.rs
lib.rs Renames --boot-from-local-state to --use-snapshot-archives-at-startup (#32217) 2023-06-23 18:34:18 -04:00
next_slots_iterator.rs
rooted_slot_iterator.rs
shred.rs removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
shredder.rs
sigverify_shreds.rs removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
slot_stats.rs
staking_utils.rs
token_balances.rs
use_snapshot_archives_at_startup.rs Adds UseSnapshotArchivesAtStartup::WhenNewest (#32284) 2023-06-27 14:26:40 -04:00