solana/ledger/src
behzad nouri 89d66c3210
removes next_shred_index from return value of entries to shreds api (#21961)
next-shred-index is already readily available from returned data shreds.
The commit simplifies the api for upcoming changes to erasure coding
schema which will require explicit tracking of indices for coding shreds
as well as data shreds.
2021-12-17 15:01:55 +00:00
..
blockstore Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
ancestor_iterator.rs uses Option<Slot> for SlotMeta.parent_slot (#21808) 2021-12-14 18:57:11 +00:00
bank_forks_utils.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
bigtable_delete.rs
bigtable_upload.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
bigtable_upload_service.rs
block_error.rs
blockstore.rs removes next_shred_index from return value of entries to shreds api (#21961) 2021-12-17 15:01:55 +00:00
blockstore_db.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
blockstore_meta.rs simplifies ShredIndex api (#21932) 2021-12-16 19:17:32 +00:00
blockstore_processor.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
builtins.rs
erasure.rs adds back ErasureMeta::first_coding_index field (#21623) 2021-12-10 20:08:04 +00:00
genesis_utils.rs
leader_schedule.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
leader_schedule_cache.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
leader_schedule_utils.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
lib.rs
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 next_shred_index from return value of entries to shreds api (#21961) 2021-12-17 15:01:55 +00:00
sigverify_shreds.rs Rename Packets to PacketBatch (#21794) 2021-12-11 09:44:15 -05:00
staking_utils.rs