solana/ledger/src
behzad nouri 081c844d6e
removes Shred::new_empty_data_shred (#24714)
Shred::new_empty_data_shred returns an invalid shred (i.e.
shred.sanitize() returns error). The method is only used in tests and
can be easily replaced with Shred::new_from_data. To keep the shred api
surface small, this commit removes this method.
2022-04-26 23:13:12 +00:00
..
blockstore Move PurgeType enum to blockstore_purge.rs (#24185) 2022-04-08 11:46:12 -05:00
ancestor_iterator.rs uses Option<Slot> for SlotMeta.parent_slot (#21808) 2021-12-14 18:57:11 +00:00
bank_forks_utils.rs Run real snapshot packager while processing blockstore at validator startup 2022-04-22 21:17:49 -07:00
bigtable_delete.rs
bigtable_upload.rs Enforce tx metadata upload with static types (#23028) 2022-02-10 13:28:18 +08:00
bigtable_upload_service.rs Enforce tx metadata upload with static types (#23028) 2022-02-10 13:28:18 +08:00
block_error.rs fix typos in ledge code comments (#23068) 2022-02-10 20:43:44 -07:00
blockstore.rs returns Error when Shred::sanitize fails (#24653) 2022-04-25 23:19:37 +00:00
blockstore_db.rs (LedgerStore) Change the default RocksDB perf sample rate to 1 / 1000. (#24234) 2022-04-12 04:12:47 +00:00
blockstore_meta.rs hides implementation details of shred from its public interface (#24563) 2022-04-25 12:43:22 +00:00
blockstore_processor.rs Aggregate executor update timing metrics 2022-04-26 23:15:22 +08:00
builtins.rs Skip adding builtins if they will be removed (#23233) 2022-02-18 18:36:59 -08:00
erasure.rs adds back ErasureMeta::first_coding_index field (#21623) 2021-12-10 20:08:04 +00:00
genesis_utils.rs
leader_schedule.rs Local cluster test cleanup and refactoring (#24559) 2022-04-22 12:14:07 +08: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 moves shred stats to a separate file (#24484) 2022-04-19 18:25:09 +00:00
next_slots_iterator.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
rooted_slot_iterator.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
shred.rs removes Shred::new_empty_data_shred (#24714) 2022-04-26 23:13:12 +00:00
shred_stats.rs moves shred stats to a separate file (#24484) 2022-04-19 18:25:09 +00:00
sigverify_shreds.rs hides implementation details of shred from its public interface (#24563) 2022-04-25 12:43:22 +00:00
slot_stats.rs track fec set turbine stats (#23989) 2022-04-04 14:44:21 -07:00
staking_utils.rs