Ian Clarke

Results 153 issues of Ian Clarke

``` thread 'router::tests::test_request_time' panicked at crates/core/src/router.rs:414:13: failure_probability: Prediction: 0.8898707070200396, Truth: 0.4999713118414225, Error: 0.38989939517861705 failures: router::tests::test_request_time ```

C-tech-debt

See `todo!()` on line 150 of executor/runtime.rs: ```rust match self .runtime .validate_state(&key, &params, &updated_state, &related_contracts) .map_err(|e| ExecutorError::execution(e, None))? { ValidateResult::Valid => { if updated_state.as_ref() == current_state.as_ref() { Ok(UpsertResult::NoChange) } else...

**Description:** We currently store a gateway’s hostname and port in one field (`hostname = "vega.locut.us:31337"`). This is confusing because it forces the port to be part of the “hostname.” Worse,...

C-tech-debt