integrate teerdays #159
check-migrations.yml
on: pull_request
Extract tasks from matrix
3s
Matrix: check-migrations
Annotations
2 errors and 6 warnings
check-migrations (integritee-paseo, integritee-runtime, polkadot-parachains/integritee-runtime, w...
Process completed with exit code 101.
|
check-migrations (integritee-kusama, integritee-runtime, polkadot-parachains/integritee-runtime, ...
Process completed with exit code 101.
|
Extract tasks from matrix
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Extract tasks from matrix
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
usage of a legacy numeric method:
polkadot-parachains/integritee-runtime/src/lib.rs#L601
warning: usage of a legacy numeric method
--> polkadot-parachains/integritee-runtime/src/lib.rs:601:43
|
601 | 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
|
601 | pub const MaxBalance: Balance = Balance::MAX;
| ~~~
|
use of deprecated struct `pallet_transaction_payment::CurrencyAdapter`: Please use the fungible trait and FungibleAdapter. This struct will be removed some time after March 2024.:
polkadot-parachains/integritee-runtime/src/lib.rs#L258
warning: use of deprecated struct `pallet_transaction_payment::CurrencyAdapter`: Please use the fungible trait and FungibleAdapter. This struct will be removed some time after March 2024.
--> polkadot-parachains/integritee-runtime/src/lib.rs:258:57
|
258 | type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
check-migrations (integritee-paseo, integritee-runtime, polkadot-parachains/integritee-runtime, w...
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check-migrations (integritee-kusama, integritee-runtime, polkadot-parachains/integritee-runtime, ...
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|