feat(xcm): reserver transfer + xcm emulator #58
Annotations
5 errors and 6 warnings
not all trait items implemented, missing: `try_successful_origin`:
/home/runner/.cargo/git/checkouts/polkadot-sdk-cff69157b985ed76/2a91d5a/cumulus/parachains/runtimes/assets/common/src/foreign_creators.rs#L28
error[E0046]: not all trait items implemented, missing: `try_successful_origin`
--> /home/runner/.cargo/git/checkouts/polkadot-sdk-cff69157b985ed76/2a91d5a/cumulus/parachains/runtimes/assets/common/src/foreign_creators.rs:28:1
|
28 | / impl<
29 | | IsForeign: ContainsPair<L, L>,
30 | | AccountOf: ConvertLocation<AccountId>,
31 | | AccountId: Clone,
... |
36 | | RuntimeOrigin::PalletsOrigin:
37 | | From<XcmOrigin> + TryInto<XcmOrigin, Error = RuntimeOrigin::PalletsOrigin>,
| |___________________________________________________________________________________^ missing `try_successful_origin` in implementation
|
= help: implement the missing item: `fn try_successful_origin(_: &L) -> Result<RuntimeOrigin, ()> { todo!() }`
|
not all trait items implemented, missing: `unanimity`, `rejection`, `from_requirements`, `setup`:
/home/runner/.cargo/git/checkouts/polkadot-sdk-cff69157b985ed76/2a91d5a/substrate/frame/conviction-voting/src/types.rs#L58
error[E0046]: not all trait items implemented, missing: `unanimity`, `rejection`, `from_requirements`, `setup`
--> /home/runner/.cargo/git/checkouts/polkadot-sdk-cff69157b985ed76/2a91d5a/substrate/frame/conviction-voting/src/types.rs:58:1
|
58 | / impl<
59 | | Votes: Clone + Default + PartialEq + Eq + Debug + Copy + AtLeast32BitUnsigned + TypeInfo + Codec,
60 | | Total: Get<Votes>,
61 | | Class,
62 | | > VoteTally<Votes, Class> for Tally<Votes, Total>
| |_____________________________________________________^ missing `unanimity`, `rejection`, `from_requirements`, `setup` in implementation
|
= help: implement the missing item: `fn unanimity(_: Class) -> Self { todo!() }`
= help: implement the missing item: `fn rejection(_: Class) -> Self { todo!() }`
= help: implement the missing item: `fn from_requirements(_: sp_runtime::Perbill, _: sp_runtime::Perbill, _: Class) -> Self { todo!() }`
= help: implement the missing item: `fn setup(_: Class, _: sp_runtime::Perbill) { todo!() }`
|
clippy
Clippy had exited with the 101 exit code
|
check
Process completed with exit code 101.
|
test
Process completed with exit code 101.
|
lint
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/.
|
this is a decimal constant:
runtime/src/lib.rs#L191
warning: this is a decimal constant
--> runtime/src/lib.rs:191:16
|
191 | spec_version: 00_01_00,
| ^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal
= note: `#[warn(clippy::zero_prefixed_literal)]` on by default
help: if you mean to use a decimal constant, remove the `0` to avoid confusion
|
191 | spec_version: 1_00,
| ~~~~
help: if you mean to use an octal constant, use `0o`
|
191 | spec_version: 0o1_00,
| ~~~~~~
|
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, Swatinem/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|