solana/ledger/src
behzad nouri 01a096adc8 adds bitflags to Packet.Meta
Instead of a separate bool type for each flag, all the flags can be
encoded in a type-safe bitflags encoded in a single u8:
https://github.com/solana-labs/solana/blob/d6ec103be/sdk/src/packet.rs#L19-L31
2022-01-04 13:53:40 +00:00
..
blockstore Avoid cloning Vec<Entry> when calling entries_to_test_shreds() (#22093) 2021-12-24 12:32:43 -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
bigtable_delete.rs
bigtable_upload.rs
bigtable_upload_service.rs
block_error.rs
blockstore.rs Add struct BlockstoreOptions (#22121) 2022-01-03 18:30:45 -10:00
blockstore_db.rs Add struct BlockstoreOptions (#22121) 2022-01-03 18:30:45 -10:00
blockstore_meta.rs simplifies ShredIndex api (#21932) 2021-12-16 19:17:32 +00:00
blockstore_processor.rs Revert "Count compute units even when transaction errors (#22059)" (#22174) 2021-12-30 02:42:32 -05: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
leader_schedule_cache.rs
leader_schedule_utils.rs retransmit consecutive leader blocks (#22157) 2022-01-04 00:24:16 -08:00
lib.rs
next_slots_iterator.rs
rooted_slot_iterator.rs
shred.rs tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00
sigverify_shreds.rs adds bitflags to Packet.Meta 2022-01-04 13:53:40 +00:00
staking_utils.rs