Use DecodeLimit for decoding XCM messages (#605)
* Use DecodeLimit for decoding XCM messages * Use decode_all_with_depth_limit in appropriate places * Use decode_all while decoding byte vector * cargo fmt
parent
7739dfe1
Showing
- cumulus/Cargo.lock 2 additions, 2 deletionscumulus/Cargo.lock
- cumulus/client/collator/Cargo.toml 1 addition, 1 deletioncumulus/client/collator/Cargo.toml
- cumulus/client/consensus/aura/Cargo.toml 1 addition, 1 deletioncumulus/client/consensus/aura/Cargo.toml
- cumulus/client/consensus/common/Cargo.toml 1 addition, 1 deletioncumulus/client/consensus/common/Cargo.toml
- cumulus/client/network/Cargo.toml 1 addition, 1 deletioncumulus/client/network/Cargo.toml
- cumulus/client/pov-recovery/Cargo.toml 1 addition, 1 deletioncumulus/client/pov-recovery/Cargo.toml
- cumulus/client/service/Cargo.toml 1 addition, 1 deletioncumulus/client/service/Cargo.toml
- cumulus/pallets/aura-ext/Cargo.toml 1 addition, 1 deletioncumulus/pallets/aura-ext/Cargo.toml
- cumulus/pallets/collator-selection/Cargo.toml 1 addition, 1 deletioncumulus/pallets/collator-selection/Cargo.toml
- cumulus/pallets/dmp-queue/Cargo.toml 1 addition, 1 deletioncumulus/pallets/dmp-queue/Cargo.toml
- cumulus/pallets/dmp-queue/src/lib.rs 7 additions, 4 deletionscumulus/pallets/dmp-queue/src/lib.rs
- cumulus/pallets/parachain-system/Cargo.toml 1 addition, 1 deletioncumulus/pallets/parachain-system/Cargo.toml
- cumulus/pallets/xcm/Cargo.toml 1 addition, 1 deletioncumulus/pallets/xcm/Cargo.toml
- cumulus/pallets/xcm/src/lib.rs 12 additions, 4 deletionscumulus/pallets/xcm/src/lib.rs
- cumulus/pallets/xcmp-queue/Cargo.toml 2 additions, 2 deletionscumulus/pallets/xcmp-queue/Cargo.toml
- cumulus/pallets/xcmp-queue/src/lib.rs 16 additions, 6 deletionscumulus/pallets/xcmp-queue/src/lib.rs
- cumulus/polkadot-parachains/Cargo.toml 1 addition, 1 deletioncumulus/polkadot-parachains/Cargo.toml
- cumulus/polkadot-parachains/pallets/parachain-info/Cargo.toml 1 addition, 1 deletion...lus/polkadot-parachains/pallets/parachain-info/Cargo.toml
- cumulus/polkadot-parachains/pallets/ping/Cargo.toml 1 addition, 1 deletioncumulus/polkadot-parachains/pallets/ping/Cargo.toml
- cumulus/polkadot-parachains/parachains-common/Cargo.toml 1 addition, 1 deletioncumulus/polkadot-parachains/parachains-common/Cargo.toml
Please register or sign in to comment