solana/core
behzad nouri 0f60665100
replaces Shred::new_empty_coding with Shred::new_from_parity_shard (#24749)
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
2022-04-27 18:04:10 +00:00
..
benches replaces Shred::new_empty_coding with Shred::new_from_parity_shard (#24749) 2022-04-27 18:04:10 +00:00
src replaces Shred::new_empty_coding with Shred::new_from_parity_shard (#24749) 2022-04-27 18:04:10 +00:00
tests caches StakeAccount instead of Delegation in Stakes 2022-04-21 15:28:41 +00:00
.gitignore
Cargo.toml chore: bump rayon from 1.5.1 to 1.5.2 (#24470) 2022-04-19 23:17:52 -06:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00