Removing implementation details of shreds and payload offsets from shredder, so that shredder does not need to mutate payload: https://github.com/solana-labs/solana/blob/71ad12128/ledger/src/shred.rs#L968-L977 Also, Shred::new_from_data can simply obtain a slice as opposed to Option<&[u8]>: https://github.com/solana-labs/solana/blob/71ad12128/ledger/src/shred.rs#L268-L278 |
||
---|---|---|
.. | ||
blockstore.rs | ||
protobuf.rs | ||
sigverify_shreds.rs |