solana/ledger/src/shred
behzad nouri 528a03f32a
removes outdated matches crate from dependencies (#33172)
removes outdated matches crate from the dependencies

std::matches has been stable since rust 1.42.0.
Other use-cases are covered by assert_matches crate.
2023-09-07 12:52:57 +00:00
..
common.rs removes set_{slot,index,last_in_slot} implementations for merkle shreds (#27689) 2022-09-09 17:58:04 +00:00
legacy.rs removes outdated matches crate from dependencies (#33172) 2023-09-07 12:52:57 +00:00
merkle.rs removes outdated matches crate from dependencies (#33172) 2023-09-07 12:52:57 +00:00
shred_code.rs reduces MAX_CODE_SHREDS_PER_SLOT (#30543) 2023-03-04 20:56:26 +00:00
shred_data.rs removes the merkle root from shreds binary (#29427) 2023-02-15 21:17:24 +00:00
stats.rs moves shreds deduper to shred-sigverify stage (#30786) 2023-03-22 13:19:16 +00:00
traits.rs generalizes the return type of Shred::get_signed_data (#29446) 2022-12-31 17:08:25 +00:00