solana/core/benches
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
..
banking_stage.rs Replace type alias with newtype for UnprocesedPacketBatches 2022-03-14 13:14:27 -05:00
cluster_info.rs removes Shred::new_empty_data_shred (#24714) 2022-04-26 23:13:12 +00:00
cluster_nodes.rs removes Shred::new_empty_data_shred (#24714) 2022-04-26 23:13:12 +00:00
consensus.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
gen_keys.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
retransmit_stage.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
shredder.rs hides implementation details of shred from its public interface (#24563) 2022-04-25 12:43:22 +00:00
sigverify_stage.rs Add tx weighting stage 2022-03-17 19:31:28 -05:00