Add limits to XCMv4 (#3114)
Some more work regarding XCMv4. Two limits from v3 were not transferred
over, those are:
- The instructions limit
- The number of assets limit
Both of these are now in v4.
For some reason `AssetInstance` increased in size, don't know why CI
didn't catch that before.
---------
Co-authored-by:
Bastian Köcher <git@kchr.de>
Co-authored-by: command-bot <>
Showing
- polkadot/xcm/src/lib.rs 1 addition, 1 deletionpolkadot/xcm/src/lib.rs
- polkadot/xcm/src/v3/mod.rs 0 additions, 1 deletionpolkadot/xcm/src/v3/mod.rs
- polkadot/xcm/src/v4/asset.rs 64 additions, 1 deletionpolkadot/xcm/src/v4/asset.rs
- polkadot/xcm/src/v4/mod.rs 54 additions, 2 deletionspolkadot/xcm/src/v4/mod.rs
Please register or sign in to comment