Implementation of Mempool Syncer #13725
build+test.yml
on: pull_request
rustfmt
13s
check
1m 43s
test
27m 27s
clippy
1m 29s
web-client
4m 23s
reconnect-test
11m 51s
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 |
|