solana/core
behzad nouri 52616cf7aa
removes repair socket from gossip ContactInfo (#32831)
Repair responses are sent back to the address the repair request came
from and there is no need to gossip repair socket address.
https://github.com/solana-labs/solana/blob/9212ac347/core/src/repair/serve_repair.rs#L519
2023-08-14 20:01:18 +00:00
..
benches deprecates Signature::new in favor of Signature::{try_,}from (#32481) 2023-07-14 22:51:12 +00:00
src removes repair socket from gossip ContactInfo (#32831) 2023-08-14 20:01:18 +00:00
tests Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
.gitignore
Cargo.toml Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
build.rs