Skip to content

Commit

Permalink
Rank catchup peers by reliability; try most reliable peers first
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Dec 7, 2024
1 parent 5782bfc commit 56b87ef
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 127 deletions.
12 changes: 12 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ thiserror = "1.0.69"
tracing = "0.1"
bytesize = "1.3"
itertools = "0.12"
priority-queue = "2"
rand_chacha = "0.3"
rand_distr = "0.4"
reqwest = "0.12"
Expand Down
1 change: 1 addition & 0 deletions sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ marketplace-builder-shared = { workspace = true, optional = true }
marketplace-solver = { path = "../marketplace-solver" }
num_enum = "0.7"
parking_lot = "0.12"
priority-queue = { workspace = true }
portpicker = { workspace = true }
rand = { workspace = true }
rand_chacha = { workspace = true }
Expand Down
Loading

0 comments on commit 56b87ef

Please sign in to comment.