Bump versions for XCM `assets_reserve_transfer` precompile
Recent frame-astar contains XCM precompile for assets_reserve_transfer.
This PR bumps collator and runtime versions and spec versions and updates xcm-primitives dependency.
Compiling shiden-runtime v4.24.0 (/home/runner/work/Astar/Astar/runtime/shiden)
error[E0046]: not all trait items implemented, missing: `ManagerOrigin`
--> /home/runner/work/Astar/Astar/runtime/shiden/src/lib.rs:778:1
|
778 | impl pallet_xc_asset_config::Config for Runtime {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `ManagerOrigin` in implementation
|
= help: implement the missing item: `type ManagerOrigin = Type;`
@Dinonard, looks your PR #754 is needed here :thinking: Maybe I am missing something? Is this the result of what you were saying about pallet-xc-asset-config?
@Dinonard, looks your PR #754 is needed here thinking Maybe I am missing something? Is this the result of what you were saying about
pallet-xc-asset-config?
Yes, that's correct. ~~Fix~~Feature should be merged soon though.
In preparation, I'd suggest to change the PR so you exclude your Cargo.lock updates. That way you won't have to do a rebase since there will be no conflicts.