Skip to content

chore: upgrade to polkadot v1.12.0 #11

chore: upgrade to polkadot v1.12.0

chore: upgrade to polkadot v1.12.0 #11

Triggered via pull request August 7, 2024 17:36
@AlexD10SAlexD10S
opened #6
Status Success
Total duration 10s
Artifacts

lint-pr.yml

on: pull_request_target
Validate PR title for conventional commit compliance
3s
Validate PR title for conventional commit compliance
Fit to window
Zoom out
Zoom in

Annotations

1 warning
redundant field names in struct initialization: node/src/service.rs#L342
warning: redundant field names in struct initialization --> node/src/service.rs:342:9 | 342 | network: network, | ^^^^^^^^^^^^^^^^ help: replace it with: `network` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names = note: `#[warn(clippy::redundant_field_names)]` on by default