solana/core
behzad nouri 081c844d6e
removes Shred::new_empty_data_shred (#24714)
Shred::new_empty_data_shred returns an invalid shred (i.e.
shred.sanitize() returns error). The method is only used in tests and
can be easily replaced with Shred::new_from_data. To keep the shred api
surface small, this commit removes this method.
2022-04-26 23:13:12 +00:00
..
benches removes Shred::new_empty_data_shred (#24714) 2022-04-26 23:13:12 +00:00
src removes Shred::new_empty_data_shred (#24714) 2022-04-26 23:13:12 +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