Starts a basic version of the protocol with a single baseline solver.
(&self, solver: TestAccount)
| 233 | |
| 234 | /// Starts a basic version of the protocol with a single baseline solver. |
| 235 | pub async fn start_protocol(&self, solver: TestAccount) { |
| 236 | self.start_protocol_with_args( |
| 237 | configs::autopilot::Configuration::test("test_solver", solver.address()), |
| 238 | configs::orderbook::Configuration::test_default(), |
| 239 | solver, |
| 240 | ) |
| 241 | .await; |
| 242 | } |
| 243 | |
| 244 | pub async fn start_protocol_with_args( |
| 245 | &self, |