solana/core
steviez c2ae30eb4d
Simplify signature for Blockstore::is_shred_duplicate() (#32537)
The existing signature unpacked elements from a Shred and took an owned
Vec<u8>, forcing a .clone() from the caller. The Shred can be passed in
directly to simplify argument list and avoid the clone.
2023-07-19 13:54:29 -05:00
..
benches deprecates Signature::new in favor of Signature::{try_,}from (#32481) 2023-07-14 22:51:12 +00:00
src Simplify signature for Blockstore::is_shred_duplicate() (#32537) 2023-07-19 13:54:29 -05:00
tests Uses checked math in EAH tests (#32483) 2023-07-13 18:06:11 -04:00
.gitignore
Cargo.toml dcou: mod banking_trace::for_test (#32428) 2023-07-14 09:39:46 +09:00
build.rs