solana/ledger/benches
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.rs Avoid cloning Vec<Entry> when calling entries_to_test_shreds() (#22093) 2021-12-24 12:32:43 -08:00
protobuf.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
sigverify_shreds.rs Make PacketBatch packets vector non-public (#25413) 2022-05-23 15:30:15 -05:00