solana/core
behzad nouri c90af3cd63
removes id from push_lowest_slot args (#18645)
push_lowest_slot cannot sign the new crds-value unless the id (pubkey)
argument passed-in is the same pubkey as in ClusterInfo::keypair(), in
which case the id argument is redundant:
https://github.com/solana-labs/solana/blob/bb41cf346/gossip/src/cluster_info.rs#L824-L845

Additionally, the lookup is done with self.id(), but insert is done with
the id argument, which is logically a bug.
2021-07-13 22:32:59 +00:00
..
benches Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
src removes id from push_lowest_slot args (#18645) 2021-07-13 22:32:59 +00:00
tests add ledger-tool verify verify-accounts-index option (#18375) 2021-07-13 11:06:18 -05:00
.gitignore
Cargo.toml chore: bump libc from 0.2.97 to 0.2.98 (#18516) 2021-07-08 17:31:16 +00:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00