Skip to content

Implementation of Mempool Syncer #13725

Implementation of Mempool Syncer

Implementation of Mempool Syncer #13725

Triggered via pull request November 7, 2024 10:46
Status Success
Total duration 27m 36s
Artifacts 1

build+test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
using `clone` on type `<N as Network>::PeerId` which implements the `Copy` trait: mempool/src/sync/mod.rs#L200
warning: using `clone` on type `<N as Network>::PeerId` which implements the `Copy` trait --> mempool/src/sync/mod.rs:200:41 | 200 | .peer_provides_services(peer_id.clone(), Services::MEMPOOL) | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `peer_id` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `#[warn(clippy::clone_on_copy)]` on by default
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
reconnect-test-logs
265 KB