Skip to content

add check metadatahash signed extension #627

add check metadatahash signed extension

add check metadatahash signed extension #627

Triggered via pull request June 28, 2024 13:53
Status Success
Total duration 38m 9s
Artifacts 13

ci.yml

on: pull_request
Matrix: build_primary_binaries
Matrix: Build Runtimes
Set up Config
0s
Set up Config
Cancel Previous Runs
3s
Cancel Previous Runs
license-check
2m 19s
license-check
cargo-toml-fmt
8s
cargo-toml-fmt
Matrix: build_try_runtime_and_benchmark_binaries
Matrix: create_artifacts
Matrix: check
Draft Release
0s
Draft Release
Matrix: Publish Runtimes
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
Cancel Previous Runs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/cancel-workflow-action@0.11.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
cargo-toml-fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
license-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, baptiste0928/cargo-install@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
license-check
New version for cargo-about available: 0.6.2
usage of a legacy numeric method: polkadot-parachains/integritee-runtime/src/lib.rs#L590
warning: usage of a legacy numeric method --> polkadot-parachains/integritee-runtime/src/lib.rs:590:43 | 590 | 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 | 590 | 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
Build Runtimes (shell)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Runtimes (integritee)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Rust check check --features runtime-benchmarks (x86_64-unknown-linux-gnu)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Primary build release for on (ubuntu-22.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
create_artifacts (integritee, moonbase)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
create_artifacts (integritee, westend)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
create_artifacts (integritee, polkadot)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
create_artifacts (integritee, rococo)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
create_artifacts (integritee, paseo)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
create_artifacts (integritee, kusama)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
create_artifacts (shell, kusama-lease2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Extra features build release for on (ubuntu-22.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "integritee-collator-2faa3219958e055301d05f5310b8fbc962ce9604", "integritee-kusama-2faa3219958e055301d05f5310b8fbc962ce9604", "integritee-moonbase-2faa3219958e055301d05f5310b8fbc962ce9604", "integritee-paseo-2faa3219958e055301d05f5310b8fbc962ce9604", "integritee-polkadot-2faa3219958e055301d05f5310b8fbc962ce9604", "integritee-rococo-2faa3219958e055301d05f5310b8fbc962ce9604", "integritee-runtime-2faa3219958e055301d05f5310b8fbc962ce9604", "integritee-srtool-json-2faa3219958e055301d05f5310b8fbc962ce9604", "integritee-westend-2faa3219958e055301d05f5310b8fbc962ce9604", "license", "shell-kusama-lease2-2faa3219958e055301d05f5310b8fbc962ce9604", "shell-runtime-2faa3219958e055301d05f5310b8fbc962ce9604", "shell-srtool-json-2faa3219958e055301d05f5310b8fbc962ce9604". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
integritee-collator-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
173 MB
integritee-kusama-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
774 KB
integritee-moonbase-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
1.52 MB
integritee-paseo-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
2.66 MB
integritee-polkadot-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
809 KB
integritee-rococo-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
2.44 MB
integritee-runtime-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
1.5 MB
integritee-srtool-json-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
1.33 MB
integritee-westend-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
774 KB
license Expired
1.08 MB
shell-kusama-lease2-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
811 KB
shell-runtime-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
861 KB
shell-srtool-json-2faa3219958e055301d05f5310b8fbc962ce9604 Expired
641 KB