Derive `DecodeWithMemTracking` for cumulus pallets and for `polkadot-sdk` runtimes (#7627)
Related to https://github.com/paritytech/polkadot-sdk/issues/7360 Derive `DecodeWithMemTracking` for the structures in the cumulus pallets and for the structures in the `polkadot-sdk` runtimes. The PR contains no functional changes and no manual implementation. Just deriving `DecodeWithMemTracking`.
Showing
- bridges/snowbridge/pallets/system/src/mock.rs 11 additions, 1 deletionbridges/snowbridge/pallets/system/src/mock.rs
- cumulus/pallets/xcm/src/lib.rs 11 additions, 1 deletioncumulus/pallets/xcm/src/lib.rs
- cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs 2 additions, 1 deletion...us/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs
- cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs 2 additions, 1 deletion...s/parachains/runtimes/assets/asset-hub-westend/src/lib.rs
- cumulus/parachains/runtimes/bridge-hubs/common/src/message_queue.rs 13 additions, 2 deletions...rachains/runtimes/bridge-hubs/common/src/message_queue.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/ambassador/origins.rs 11 additions, 1 deletion...collectives/collectives-westend/src/ambassador/origins.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/fellowship/origins.rs 11 additions, 1 deletion...collectives/collectives-westend/src/fellowship/origins.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs 2 additions, 1 deletion...hains/runtimes/collectives/collectives-westend/src/lib.rs
- cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs 2 additions, 1 deletion...s/parachains/runtimes/coretime/coretime-rococo/src/lib.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs 2 additions, 1 deletion.../parachains/runtimes/coretime/coretime-westend/src/lib.rs
- cumulus/parachains/runtimes/people/people-rococo/src/lib.rs 2 additions, 1 deletioncumulus/parachains/runtimes/people/people-rococo/src/lib.rs
- cumulus/parachains/runtimes/people/people-rococo/src/people.rs 1 addition, 0 deletions...us/parachains/runtimes/people/people-rococo/src/people.rs
- cumulus/parachains/runtimes/people/people-westend/src/lib.rs 2 additions, 1 deletioncumulus/parachains/runtimes/people/people-westend/src/lib.rs
- cumulus/parachains/runtimes/people/people-westend/src/people.rs 1 addition, 0 deletions...s/parachains/runtimes/people/people-westend/src/people.rs
- cumulus/primitives/core/src/lib.rs 4 additions, 2 deletionscumulus/primitives/core/src/lib.rs
- cumulus/primitives/parachain-inherent/src/lib.rs 9 additions, 1 deletioncumulus/primitives/parachain-inherent/src/lib.rs
- docs/sdk/src/reference_docs/frame_origin.rs 11 additions, 1 deletiondocs/sdk/src/reference_docs/frame_origin.rs
- docs/sdk/src/reference_docs/frame_runtime_types.rs 11 additions, 1 deletiondocs/sdk/src/reference_docs/frame_runtime_types.rs
- polkadot/core-primitives/src/lib.rs 32 additions, 5 deletionspolkadot/core-primitives/src/lib.rs
- polkadot/parachain/src/primitives.rs 29 additions, 3 deletionspolkadot/parachain/src/primitives.rs
Please register or sign in to comment