Skip to content

polkadot stable202409-3 #197

polkadot stable202409-3

polkadot stable202409-3 #197

Triggered via pull request February 5, 2025 16:56
Status Success
Total duration 13m 39s
Artifacts

check-migrations.yml

on: pull_request
Extract tasks from matrix
4s
Extract tasks from matrix
Matrix: check-migrations
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
usage of a legacy numeric method: polkadot-parachains/integritee-polkadot/src/lib.rs#L611
warning: usage of a legacy numeric method --> polkadot-parachains/integritee-polkadot/src/lib.rs:611:43 | 611 | pub const MaxBalance: Balance = Balance::max_value(); | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants = note: `#[warn(clippy::legacy_numeric_constants)]` on by default help: use the associated constant instead | 611 | pub const MaxBalance: Balance = Balance::MAX; | ~~~
usage of a legacy numeric method: polkadot-parachains/integritee-kusama/src/lib.rs#L611
warning: usage of a legacy numeric method --> polkadot-parachains/integritee-kusama/src/lib.rs:611:43 | 611 | pub const MaxBalance: Balance = Balance::max_value(); | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants = note: `#[warn(clippy::legacy_numeric_constants)]` on by default help: use the associated constant instead | 611 | pub const MaxBalance: Balance = Balance::MAX; | ~~~