solana/ledger/src
steviez 0eec1ad57f
chore: Update Blockstore::get_slots_since() doc comments (#31134)
Additionally, change the function definition to use Slot instead of u64.
Slot is defined as an alias of u64 so these are functionally equivalent,
but using Slot over u64 is more expressive of the intent.
2023-04-11 02:39:31 -05:00
..
blockstore deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
shred moves shreds deduper to shred-sigverify stage (#30786) 2023-03-22 13:19:16 +00:00
ancestor_iterator.rs plumbs through flag to generate merkle variant of shreds 2022-09-23 16:45:18 +00:00
bank_forks_utils.rs Uses strong types for snapshot hashes in SnapshotPackagerService (#30603) 2023-03-06 16:50:45 -05:00
bigtable_delete.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
bigtable_upload.rs Append integer to solBigTGetBlk threads to uniquify them (#30184) 2023-02-09 00:23:29 +00:00
bigtable_upload_service.rs Track max_complete_rewards_slot for use in rpc, bigtable (#30698) 2023-03-14 12:08:48 -06:00
block_error.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
blockstore.rs chore: Update Blockstore::get_slots_since() doc comments (#31134) 2023-04-11 02:39:31 -05:00
blockstore_db.rs drop default from PhantomData::default() (#30476) 2023-02-23 14:59:08 -08:00
blockstore_meta.rs Fix SlotMeta connected tracking (#28069) 2023-03-21 20:17:58 +08:00
blockstore_metrics.rs Fix typo in blockstore_metrics.rs (#29503) 2023-01-04 09:44:45 -07:00
blockstore_options.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
blockstore_processor.rs Refactor - Cleanup error handling in program runtime (#30693) 2023-04-05 15:50:34 +02:00
builtins.rs Revert "add default_cost as mandatory field for Builtin (#30639)" (#30749) 2023-03-16 11:21:06 -05: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 clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
leader_schedule_utils.rs
lib.rs Remove runtime dependency from solana-transaction-status (#26930) 2022-08-05 00:20:27 -06:00
next_slots_iterator.rs
rooted_slot_iterator.rs
shred.rs increases retransmit-stage deduper capacity and reset-cycle (#30758) 2023-03-20 20:32:23 +00:00
shredder.rs reduces MAX_CODE_SHREDS_PER_SLOT (#30543) 2023-03-04 20:56:26 +00:00
sigverify_shreds.rs removes lazy-static thread-pool from sigverify-shreds (#30787) 2023-03-20 20:33:22 +00:00
slot_stats.rs patches clippy errors from new rust nightly release (#28028) 2022-09-23 20:57:27 +00:00
staking_utils.rs
token_balances.rs Remove runtime dependency from solana-transaction-status (#26930) 2022-08-05 00:20:27 -06:00