solana-with-rpc-optimizations/ledger/src
behzad nouri 9b13b1b712
adds const_assert_eq for shred constants (#25288)
Adding const_assert_eq:
* Documents explicitly what the constants are equal to.
* Prevents introducing bugs by silently changing the constants as the
  code is updated.
2022-05-17 22:44:35 +00:00
..
blockstore
ancestor_iterator.rs
bank_forks_utils.rs
bigtable_delete.rs
bigtable_upload.rs Speedup bigtable block upload by factor of 8-10x (#24534) 2022-05-17 00:21:05 -06: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
blockstore.rs
blockstore_db.rs (LedgerStore) Change perf_samples_counter from Arc<AtomicUsize> to AtomicUsize (#25043) 2022-05-16 11:31:07 -07:00
blockstore_meta.rs
blockstore_metrics.rs (LedgerStore) Change perf_samples_counter from Arc<AtomicUsize> to AtomicUsize (#25043) 2022-05-16 11:31:07 -07:00
blockstore_processor.rs additional costs in block capacity calc (#25059) 2022-05-12 13:52:20 -05:00
builtins.rs
genesis_utils.rs
leader_schedule.rs
leader_schedule_cache.rs
leader_schedule_utils.rs
lib.rs
next_slots_iterator.rs
rooted_slot_iterator.rs
shred.rs adds const_assert_eq for shred constants (#25288) 2022-05-17 22:44:35 +00:00
shred_stats.rs
shredder.rs
sigverify_shreds.rs
slot_stats.rs
staking_utils.rs