solana/ledger
behzad nouri 754ecf467b
generalizes the return type of Shred::get_signed_data (#29446)
The commit adds an associated SignedData type to Shred trait so that
merkle and legacy shreds can return different types for signed_data
method.
This would allow legacy shreds to point to a section of the shred
payload, whereas merkle shreds would compute and return the merkle root.
Ultimately this would allow to remove the merkle root from the shreds
binary.
2022-12-31 17:08:25 +00:00
..
benches clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
src generalizes the return type of Shred::get_signed_data (#29446) 2022-12-31 17:08:25 +00:00
tests fix typo in shred.rs (#29149) 2022-12-15 01:14:39 -06:00
.gitignore
Cargo.toml chore: bump test-case from 2.1.0 to 2.2.2 (#28184) 2022-12-13 16:07:50 +00:00
build.rs