solana/ledger/src
Yueh-Hsuan Chiang 591986eb01
Helper function for creating ShredStorageType::RocksFifo (#25569)
#### Problem
Currently, the creation of ShredStorageType::RocksFifo is hard coded in validator/src/main.rs.
But this common code will also need to be used in other places like ledger-tool.

#### Summary of Changes
This PR creates a helper functionShredStorageType::rocks_fifo that takes a total shred_storage_size
and equally allocates to data-shred and coding-shred storage.
2022-06-08 07:58:58 +08:00
..
blockstore framework to preserve optimistic_slot in blockstore (#25362) 2022-05-20 16:46:23 -07:00
shred adds a new shred variant embedding merkle tree hashes of the erasure batch (#25237) 2022-06-07 22:41:03 +00:00
ancestor_iterator.rs uses Option<Slot> for SlotMeta.parent_slot (#21808) 2021-12-14 18:57:11 +00:00
bank_forks_utils.rs Add options to store full and/or incremental snapshots in separate locations (#24247) 2022-05-10 16:37:41 -04:00
bigtable_delete.rs
bigtable_upload.rs clippy: fix "this let-binding has unit value" warnings (#25429) 2022-05-22 12:17:59 -04:00
bigtable_upload_service.rs Add configurable limit to number of blocks to check before Bigtable upload (#24716) 2022-05-13 07:34:02 +00:00
block_error.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
blockstore.rs adds support for different variants of ShredCode and ShredData 2022-06-02 18:55:50 +00:00
blockstore_db.rs Make the default values of FIFO compaction consistent with validator args (#25778) 2022-06-07 15:24:58 +08:00
blockstore_meta.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
blockstore_metrics.rs Cleanup BlockstoreInsertionMetrics (#25618) 2022-06-01 10:54:11 -05:00
blockstore_options.rs Helper function for creating ShredStorageType::RocksFifo (#25569) 2022-06-08 07:58:58 +08:00
blockstore_processor.rs (Refactor) Move blocktore options related stuff to blockstore_options.rs (#25509) 2022-05-26 16:59:26 -07:00
builtins.rs Skip adding builtins if they will be removed (#23233) 2022-02-18 18:36:59 -08:00
genesis_utils.rs
leader_schedule.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
leader_schedule_cache.rs Make test_next_leader_slot_next_epoch() aware of stake minimum delegation (#24660) 2022-04-26 08:31:06 -04:00
leader_schedule_utils.rs retransmit consecutive leader blocks (#22157) 2022-01-04 00:24:16 -08:00
lib.rs Use the new datapoint macro for RocksDB column family metrics (#25505) 2022-05-31 09:26:57 -07:00
next_slots_iterator.rs
rooted_slot_iterator.rs
shred.rs adds a new shred variant embedding merkle tree hashes of the erasure batch (#25237) 2022-06-07 22:41:03 +00:00
shredder.rs adds a new shred variant embedding merkle tree hashes of the erasure batch (#25237) 2022-06-07 22:41:03 +00:00
sigverify_shreds.rs removes raw indexing into packet data (#25554) 2022-06-03 01:05:06 +00:00
slot_stats.rs track fec set turbine stats (#23989) 2022-04-04 14:44:21 -07:00
staking_utils.rs checks account owner when initializing a vote-account (#25018) 2022-05-06 16:22:49 +00:00