Implement a simple DHT fallback on HTTPS #14111
build+test.yml
on: pull_request
rustfmt
14s
check
1m 53s
test
27m 45s
clippy
1m 37s
web-client
48s
web-client-lib
2m 13s
reconnect-test
11m 39s
Annotations
2 errors and 1 warning
web-client
Process completed with exit code 1.
|
web-client-lib
Process completed with exit code 101.
|
redundant closure:
validator-network/src/network_impl.rs#L84
warning: redundant closure
--> validator-network/src/network_impl.rs:84:62
|
84 | dht_fallback: Arc::new(dht_fallback_url.and_then(|url| DhtFallback::new(url))),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `DhtFallback::new`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `#[warn(clippy::redundant_closure)]` on by default
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
reconnect-test-logs
|
283 KB |
|