solana/gossip
behzad nouri 128226c6cc
patches flaky test_push_votes_with_tower (#26554)
cargo test --package solana-gossip --release test_push_votes_with_tower

occasionally fails because with --release all votes are generated at
the same wallclock (milliseconds resolution) and so the new ones will
not necessarily override existing entries in the table.

The commit ensures that the new vote is pushed with a wallclock later
than existing entries.
2022-07-11 12:56:31 +00:00
..
benches removes legacy weighted_shuffle and weighted_best methods (#24125) 2022-04-05 19:19:22 +00:00
src patches flaky test_push_votes_with_tower (#26554) 2022-07-11 12:56:31 +00:00
tests removes raw indexing into packet data (#25554) 2022-06-03 01:05:06 +00:00
.gitignore
Cargo.toml Bump Version to 1.11.3 (#26481) 2022-07-07 14:39:46 -05:00
build.rs Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00