polkadot stable202409-3 #197
check-migrations.yml
on: pull_request
Extract tasks from matrix
4s
Matrix: check-migrations
Annotations
3 errors and 2 warnings
check-migrations (integritee-paseo, integritee-kusama-runtime, polkadot-parachains/integritee-kus...
Process completed with exit code 101.
|
check-migrations (integritee-polkadot, integritee-polkadot-runtime, polkadot-parachains/integrite...
Process completed with exit code 101.
|
check-migrations (integritee-kusama, integritee-kusama-runtime, polkadot-parachains/integritee-ku...
Process completed with exit code 101.
|
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;
| ~~~
|