solana-with-rpc-optimizations/core
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 sdk: Make Packet::meta private, use accessor functions (#29092) 2022-12-06 12:54:49 +01:00
src generalizes the return type of Shred::get_signed_data (#29446) 2022-12-31 17:08:25 +00:00
tests remove AccountsBackgroundService::new(caching_enabled) (#29234) 2022-12-13 07:18:02 -08: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