Wait for Account proofs blocks if they are not available yet #14155
build+test.yml
on: pull_request
rustfmt
12s
check
1m 30s
test
29m 3s
clippy
1m 36s
web-client
2m 28s
web-client-lib
3m 35s
reconnect-test
11m 39s
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
|
286 KB |
|