solana/ledger
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
..
benches Make PacketBatch packets vector non-public (#25413) 2022-05-23 15:30:15 -05:00
src Make PacketBatch packets vector non-public (#25413) 2022-05-23 15:30:15 -05:00
tests hides implementation details of shred from its public interface (#24563) 2022-04-25 12:43:22 +00:00
.gitignore
Cargo.toml chore: bump libc from 0.2.125 to 0.2.126 (#25332) 2022-05-19 13:58:12 -06:00
build.rs adds crds-value for broadcasting duplicate shreds through gossip (#14133) 2020-12-18 14:32:43 +00:00