solana/ledger
behzad nouri dd338b6c9f
changes Shred::parent return type to Option<Slot> (#21370)
Shred::parent can return garbage if the struct fields are invalid:
https://github.com/solana-labs/solana/blob/8a50b6302/ledger/src/shred.rs#L446-L453

The commit adds more sanity checks and changes the return type to Option<Slot>.
2021-11-23 14:45:26 +00:00
..
benches Refactor code to get block signatures in get_confirmed_signatures_for_address2 (#20575) 2021-10-13 09:55:19 +02:00
src changes Shred::parent return type to Option<Slot> (#21370) 2021-11-23 14:45:26 +00:00
tests removes redundant args from Shredder::try_recovery (#21226) 2021-11-10 21:19:03 +00:00
.gitignore system_instruction_processor updates (#6448) 2019-10-19 18:23:27 -07:00
Cargo.toml chore: bump libc from 0.2.107 to 0.2.108 (#21377) 2021-11-22 17:02:34 -07:00
build.rs adds crds-value for broadcasting duplicate shreds through gossip (#14133) 2020-12-18 14:32:43 +00:00