Skip to content

Wait for Account proofs blocks if they are not available yet #14154

Wait for Account proofs blocks if they are not available yet

Wait for Account proofs blocks if they are not available yet #14154

Triggered via pull request November 26, 2024 20:52
Status Success
Total duration 45m 33s
Artifacts 1

build+test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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