Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solver participation guard e2e test #3280

Open
wants to merge 10 commits into
base: db-statistics-based-guard
Choose a base branch
from
2 changes: 1 addition & 1 deletion crates/e2e/src/setup/services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ impl<'a> Services<'a> {
[
vec![
format!(
"--drivers=test_solver|http://localhost:11088/test_solver|{}",
"--drivers=test_solver|http://localhost:11088/test_solver|{}|true",
squadgazzz marked this conversation as resolved.
Show resolved Hide resolved
hex::encode(solver.address())
),
"--price-estimation-drivers=test_quoter|http://localhost:11088/test_solver"
Expand Down
1 change: 1 addition & 0 deletions crates/e2e/tests/e2e/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ mod refunder;
mod replace_order;
mod smart_contract_orders;
mod solver_competition;
mod solver_participation_guard;
mod submission;
mod tracking_insufficient_funds;
mod uncovered_order;
Expand Down
Loading
Loading