solana/gossip
behzad nouri 60b0a13444
writes epoch-slots to crds table synchronously (#17719)
epoch-slots may be overwritten before they are written to crds table:
https://github.com/solana-labs/solana/issues/17711

This commit writes new epoch-slots to crds table synchronously with
push_epoch_slots. The functions is still not thread-safe as commented in
the code, however currently only one threads is invoking this code.
2021-06-04 13:56:51 +00:00
..
benches Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00
src writes epoch-slots to crds table synchronously (#17719) 2021-06-04 13:56:51 +00:00
tests adds fallback logic if retransmit multicast fails (#17714) 2021-06-04 12:16:37 +00:00
.gitignore
Cargo.toml chore: bump serial_test from 0.4.0 to 0.5.1 (#17705) 2021-06-03 10:07:56 -06:00
build.rs Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00