forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Serialize/Deserialize trait implemented in no-std for XCM assets (par…
…itytech#3057) Continues the work of paritytech/polkadot#7312. `MultiLocation` was modified to implement serialize in no-std in that PR, but not the assets types. This PR does the same for assets, and this also allows to inject them in pallets that require them in genesis. # Conflicts: # polkadot/xcm/src/v4/asset.rs
- Loading branch information
Showing
2 changed files
with
118 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
||
title: Serialize/Deserialize trait implemented in no-std for XCM assets types | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
Serialize/Deserialize trait implemented in no-std for XCM v3 and v4 | ||
assets types | ||
|
||
crates: | ||
- name: staging-xcm |