Add People and Coretime #80
Annotations
6 errors and 6 warnings
Clippy:
src/types.rs#L23
error[E0433]: failed to resolve: use of undeclared crate or module `kusama_people`
--> src/types.rs:23:16
|
23 | pub(super) use kusama_people::runtime_types::people_kusama_runtime::RuntimeCall as KusamaPeopleRuntimeCall;
| ^^^^^^^^^^^^^ use of undeclared crate or module `kusama_people`
|
Clippy:
src/types.rs#L27
error[E0433]: failed to resolve: use of undeclared crate or module `kusama_coretime`
--> src/types.rs:27:16
|
27 | pub(super) use kusama_coretime::runtime_types::coretime_kusama_runtime::RuntimeCall as KusamaCoretimeRuntimeCall;
| ^^^^^^^^^^^^^^^ use of undeclared crate or module `kusama_coretime`
|
Clippy:
src/build_upgrade.rs#L301
error[E0433]: failed to resolve: use of undeclared crate or module `kusama_people`
--> src/build_upgrade.rs:301:9
|
301 | use kusama_people::runtime_types::cumulus_pallet_parachain_system::pallet::Call;
| ^^^^^^^^^^^^^ use of undeclared crate or module `kusama_people`
|
Clippy:
src/build_upgrade.rs#L319
error[E0433]: failed to resolve: use of undeclared crate or module `kusama_coretime`
--> src/build_upgrade.rs:319:9
|
319 | use kusama_coretime::runtime_types::cumulus_pallet_parachain_system::pallet::Call;
| ^^^^^^^^^^^^^^^ use of undeclared crate or module `kusama_coretime`
|
Clippy:
src/types.rs#L191
error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
--> src/types.rs:191:17
|
191 | let (network, encoded) = match &call {
| ^^^^^^^ doesn't have a size known at compile-time
|
= help: the trait `std::marker::Sized` is not implemented for `[u8]`
= note: all local variables must have a statically known size
= help: unsized locals are gated as an unstable feature
|
Clippy
Clippy had exited with the 101 exit code
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Install nightly toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install nightly toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install nightly toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install nightly toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading