Merge pull request #14 from r0gue-io/chore-polkadot-v1.10.0 #17
Annotations
3 warnings
this function has too many arguments (14/7):
node/src/service.rs#L221
warning: this function has too many arguments (14/7)
--> node/src/service.rs:221:1
|
221 | / fn start_consensus(
222 | | client: Arc<ParachainClient>,
223 | | backend: Arc<ParachainBackend>,
224 | | block_import: ParachainBlockImport,
... |
235 | | announce_block: Arc<dyn Fn(Hash, Option<Vec<u8>>) + Send + Sync>,
236 | | ) -> Result<(), sc_service::Error> {
| |__________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `#[warn(clippy::too_many_arguments)]` 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/
|