Wait for Account proofs blocks if they are not available yet #14154
build+test.yml
on: pull_request
rustfmt
14s
check
1m 27s
test
29m 48s
clippy
1m 30s
web-client
2m 36s
web-client-lib
11m 25s
reconnect-test
15m 22s
Annotations
2 warnings
this expression creates a reference which is immediately dereferenced by the compiler:
consensus/src/consensus/remote_data_store.rs#L98
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> consensus/src/consensus/remote_data_store.rs:98:49
|
98 | if let Ok(block) = blockchain.get_block(&block_hash, false) {
| ^^^^^^^^^^^ help: change this to: `block_hash`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
this expression creates a reference which is immediately dereferenced by the compiler:
consensus/src/consensus/remote_data_store.rs#L80
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> consensus/src/consensus/remote_data_store.rs:80:78
|
80 | .filter(|event| std::future::ready(event.added_hashes().contains(&block_hash)))
| ^^^^^^^^^^^ help: change this to: `block_hash`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
reconnect-test-logs
|
290 KB |
|