solana/ledger/src
steviez ec7ca411dd
Make PacketBatch packets vector non-public (#25413)
Upcoming changes to PacketBatch to support variable sized packets will
modify the internals of PacketBatch. So, this change removes usage of
the internal packet struct and instead uses accessors (which are
currently just wrappers of Vector functions but will change down the
road).
2022-05-23 15:30:15 -05:00
..
blockstore framework to preserve optimistic_slot in blockstore (#25362) 2022-05-20 16:46:23 -07:00
shred Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07: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 Use write! instead of format! to pacify clippy 2022-05-22 22:22:21 -07:00
blockstore_db.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
blockstore_meta.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
blockstore_metrics.rs (LedgerStore) Rate-limit RocksDB perf sample by a minimum time interval (#25100) 2022-05-21 16:42:33 -07:00
blockstore_processor.rs stop logging misleading bank hash mismatch (#25427) 2022-05-23 08:43:25 -05: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 separates out data vs code shreds at the type level 2022-05-18 21:56:22 +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 Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
shredder.rs adds sanity checks to Shred::reference_tick_from_data 2022-05-18 21:56:22 +00:00
sigverify_shreds.rs Make PacketBatch packets vector non-public (#25413) 2022-05-23 15:30:15 -05: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