Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

[Trappist] XCMv3 + v0.9.31 #6231

Merged

Conversation

arturgontijo
Copy link

This one is used by a PoC (with XCMv3) in Trappist/xcm-v3 branch.

KiChjang and others added 30 commits June 20, 2022 21:09
* CallDispatcher trait

* fmt

* unused import

* fix test-runtime

* remove JustDispatch type

* fix typo in test-runtime

* missing CallDispatcher

* more missing CallDispatcher
* Fix import to make it compatible with paritytech/substrate#12006

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
Bumps [hyper](https:/hyperium/hyper) from 0.14.19 to 0.14.20.
- [Release notes](https:/hyperium/hyper/releases)
- [Changelog](https:/hyperium/hyper/blob/v0.14.20/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.19...v0.14.20)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [proc-macro2](https:/dtolnay/proc-macro2) from 1.0.40 to 1.0.43.
- [Release notes](https:/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.40...1.0.43)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [indexmap](https:/bluss/indexmap) from 1.9.0 to 1.9.1.
- [Release notes](https:/bluss/indexmap/releases)
- [Changelog](https:/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@1.9.0...1.9.1)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…y is missing. (paritytech#5925)

* Send back empty votes + log.

* Update node/core/approval-voting/src/lib.rs

Co-authored-by: Andrei Sandu <[email protected]>

Co-authored-by: Andrei Sandu <[email protected]>
Bumps [async-trait](https:/dtolnay/async-trait) from 0.1.56 to 0.1.57.
- [Release notes](https:/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.56...0.1.57)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Clean up MigrateToV10

* fixup
* rococo: update weigths

* polkadot: update weigths

* kusama: update weigths

* westend: update weights

Co-authored-by: parity-processbot <>
I merged some prs that require one manual update.
* use generated preimage weight

* cargo update -p sp-io

Signed-off-by: Oliver Tale-Yazdi <[email protected]>

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
* Companion for 12095

* fix

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
pepoviola and others added 26 commits October 13, 2022 15:17
* bump version

* make test required

* change zombienet version

* change zombienet version

* bump version and typo

* typo and add within
…clone (paritytech#6145)

* Re-export `pub` stuff from universal_exports.rs

* Removed unnecessary clone
* BlockId removal refactor: Backend::state_at

* formatting

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
* fix fuzzing builds

* change Cargo.lock

* change honggfuzz

Co-authored-by: commented-line <[email protected]>
* add force_open_hrmp_channel call

* typo

* fix benchmark

* Add HRMP benches to Polkadot

Signed-off-by: Oliver Tale-Yazdi <[email protected]>

* add benchmark data

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
* Move clap to 4.0.9

* Remove "deprecated" feature flag

* Convert to default_value_t

* update lockfile for {"substrate"}

* Add group(skip) to avoid naming conflict

* More group(skip)

Co-authored-by: parity-processbot <>
…aritytech#6081)

* availability-recovery: use `IfDisconnected::TryConnect` for chunks

* fix tests
* BlockId removal: refactor: StorageProvider

It changes the arguments of `Backend::StorageProvider` trait from:
block: `BlockId<Block>` to: hash: `&Block::Hash`

* Update node/client/src/lib.rs

Co-authored-by: Bastian Köcher <[email protected]>

* update lockfile for {"substrate"}

Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: parity-processbot <>
* companion for #12212

* cargo fmt

* fix build

* update Cargo.lock

* update Cargo.lock
* Bump docker/setup-buildx-action from 2.0.0 to 2.1.0

Bumps [docker/setup-buildx-action](https:/docker/setup-buildx-action) from 2.0.0 to 2.1.0.
- [Release notes](https:/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@dc7b971...95cb08c)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* match hash with version

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergejs Kostjucenko <[email protected]>
* Bump transaction_version for polkadot

* Bump transaction_version for kusama

* Bump transaction_version for rococo

* Bump transaction_version for westend

* Bump transaction_version for polkadot

* Bump transaction_version for kusama

* Bump transaction_version for rococo

* Bump transaction_version for westend
* westend: update weights

* rococo: update weights

* kusama: update weights

* polkadot: update weights

* add deps

fix compilation

Co-authored-by: Shawn Tabrizi <[email protected]>

* bump substrate

* Co #12558: Update `pallet-multisig` benches (paritytech#6188)

* Typo

Signed-off-by: Oliver Tale-Yazdi <[email protected]>

* Add multisig weights

Signed-off-by: Oliver Tale-Yazdi <[email protected]>

* Update multisig weights

Signed-off-by: Oliver Tale-Yazdi <[email protected]>

* update lockfile for {"substrate"}

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: parity-processbot <>

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: Shawn Tabrizi <[email protected]>
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
* kusama: clean up executed migrations

* polkadot: clean up executed migrations

* westend: clean up executed migrations
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	cli/Cargo.toml
#	core-primitives/Cargo.toml
#	erasure-coding/Cargo.toml
#	erasure-coding/fuzzer/Cargo.toml
#	node/client/Cargo.toml
#	node/collation-generation/Cargo.toml
#	node/core/approval-voting/Cargo.toml
#	node/core/av-store/Cargo.toml
#	node/core/backing/Cargo.toml
#	node/core/bitfield-signing/Cargo.toml
#	node/core/candidate-validation/Cargo.toml
#	node/core/chain-api/Cargo.toml
#	node/core/chain-selection/Cargo.toml
#	node/core/dispute-coordinator/Cargo.toml
#	node/core/parachains-inherent/Cargo.toml
#	node/core/provisioner/Cargo.toml
#	node/core/pvf-checker/Cargo.toml
#	node/core/pvf/Cargo.toml
#	node/core/runtime-api/Cargo.toml
#	node/gum/Cargo.toml
#	node/gum/proc-macro/Cargo.toml
#	node/jaeger/Cargo.toml
#	node/malus/Cargo.toml
#	node/metrics/Cargo.toml
#	node/network/approval-distribution/Cargo.toml
#	node/network/availability-distribution/Cargo.toml
#	node/network/availability-recovery/Cargo.toml
#	node/network/bitfield-distribution/Cargo.toml
#	node/network/bridge/Cargo.toml
#	node/network/collator-protocol/Cargo.toml
#	node/network/dispute-distribution/Cargo.toml
#	node/network/gossip-support/Cargo.toml
#	node/network/protocol/Cargo.toml
#	node/network/statement-distribution/Cargo.toml
#	node/overseer/Cargo.toml
#	node/primitives/Cargo.toml
#	node/service/Cargo.toml
#	node/subsystem-test-helpers/Cargo.toml
#	node/subsystem-types/Cargo.toml
#	node/subsystem-util/Cargo.toml
#	node/subsystem/Cargo.toml
#	node/test/client/Cargo.toml
#	node/test/performance-test/Cargo.toml
#	node/test/service/Cargo.toml
#	node/zombienet-backchannel/Cargo.toml
#	parachain/Cargo.toml
#	parachain/test-parachains/Cargo.toml
#	parachain/test-parachains/adder/Cargo.toml
#	parachain/test-parachains/adder/collator/Cargo.toml
#	parachain/test-parachains/halt/Cargo.toml
#	parachain/test-parachains/undying/Cargo.toml
#	parachain/test-parachains/undying/collator/Cargo.toml
#	primitives/Cargo.toml
#	primitives/test-helpers/Cargo.toml
#	rpc/Cargo.toml
#	runtime/common/Cargo.toml
#	runtime/common/slot_range_helper/Cargo.toml
#	runtime/kusama/Cargo.toml
#	runtime/kusama/constants/Cargo.toml
#	runtime/kusama/constants/src/weights/block_weights.rs
#	runtime/kusama/src/lib.rs
#	runtime/kusama/src/weights/frame_benchmarking_baseline.rs
#	runtime/kusama/src/weights/frame_election_provider_support.rs
#	runtime/kusama/src/weights/frame_system.rs
#	runtime/kusama/src/weights/pallet_bags_list.rs
#	runtime/kusama/src/weights/pallet_balances.rs
#	runtime/kusama/src/weights/pallet_bounties.rs
#	runtime/kusama/src/weights/pallet_child_bounties.rs
#	runtime/kusama/src/weights/pallet_democracy.rs
#	runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs
#	runtime/kusama/src/weights/pallet_elections_phragmen.rs
#	runtime/kusama/src/weights/pallet_gilt.rs
#	runtime/kusama/src/weights/pallet_identity.rs
#	runtime/kusama/src/weights/pallet_im_online.rs
#	runtime/kusama/src/weights/pallet_indices.rs
#	runtime/kusama/src/weights/pallet_membership.rs
#	runtime/kusama/src/weights/pallet_multisig.rs
#	runtime/kusama/src/weights/pallet_nomination_pools.rs
#	runtime/kusama/src/weights/pallet_preimage.rs
#	runtime/kusama/src/weights/pallet_proxy.rs
#	runtime/kusama/src/weights/pallet_scheduler.rs
#	runtime/kusama/src/weights/pallet_session.rs
#	runtime/kusama/src/weights/pallet_staking.rs
#	runtime/kusama/src/weights/pallet_timestamp.rs
#	runtime/kusama/src/weights/pallet_tips.rs
#	runtime/kusama/src/weights/pallet_treasury.rs
#	runtime/kusama/src/weights/pallet_utility.rs
#	runtime/kusama/src/weights/pallet_vesting.rs
#	runtime/kusama/src/weights/runtime_common_auctions.rs
#	runtime/kusama/src/weights/runtime_common_claims.rs
#	runtime/kusama/src/weights/runtime_common_crowdloan.rs
#	runtime/kusama/src/weights/runtime_common_paras_registrar.rs
#	runtime/kusama/src/weights/runtime_common_slots.rs
#	runtime/kusama/src/weights/runtime_parachains_configuration.rs
#	runtime/kusama/src/weights/runtime_parachains_disputes.rs
#	runtime/kusama/src/weights/runtime_parachains_hrmp.rs
#	runtime/kusama/src/weights/runtime_parachains_initializer.rs
#	runtime/kusama/src/weights/runtime_parachains_paras.rs
#	runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs
#	runtime/kusama/src/weights/runtime_parachains_ump.rs
#	runtime/metrics/Cargo.toml
#	runtime/parachains/Cargo.toml
#	runtime/polkadot/Cargo.toml
#	runtime/polkadot/constants/Cargo.toml
#	runtime/polkadot/constants/src/weights/block_weights.rs
#	runtime/polkadot/src/lib.rs
#	runtime/polkadot/src/weights/frame_benchmarking_baseline.rs
#	runtime/polkadot/src/weights/frame_election_provider_support.rs
#	runtime/polkadot/src/weights/frame_system.rs
#	runtime/polkadot/src/weights/pallet_bags_list.rs
#	runtime/polkadot/src/weights/pallet_balances.rs
#	runtime/polkadot/src/weights/pallet_bounties.rs
#	runtime/polkadot/src/weights/pallet_child_bounties.rs
#	runtime/polkadot/src/weights/pallet_democracy.rs
#	runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs
#	runtime/polkadot/src/weights/pallet_elections_phragmen.rs
#	runtime/polkadot/src/weights/pallet_identity.rs
#	runtime/polkadot/src/weights/pallet_im_online.rs
#	runtime/polkadot/src/weights/pallet_indices.rs
#	runtime/polkadot/src/weights/pallet_membership.rs
#	runtime/polkadot/src/weights/pallet_multisig.rs
#	runtime/polkadot/src/weights/pallet_nomination_pools.rs
#	runtime/polkadot/src/weights/pallet_preimage.rs
#	runtime/polkadot/src/weights/pallet_proxy.rs
#	runtime/polkadot/src/weights/pallet_scheduler.rs
#	runtime/polkadot/src/weights/pallet_session.rs
#	runtime/polkadot/src/weights/pallet_staking.rs
#	runtime/polkadot/src/weights/pallet_timestamp.rs
#	runtime/polkadot/src/weights/pallet_tips.rs
#	runtime/polkadot/src/weights/pallet_treasury.rs
#	runtime/polkadot/src/weights/pallet_utility.rs
#	runtime/polkadot/src/weights/pallet_vesting.rs
#	runtime/polkadot/src/weights/runtime_common_auctions.rs
#	runtime/polkadot/src/weights/runtime_common_claims.rs
#	runtime/polkadot/src/weights/runtime_common_crowdloan.rs
#	runtime/polkadot/src/weights/runtime_common_paras_registrar.rs
#	runtime/polkadot/src/weights/runtime_common_slots.rs
#	runtime/polkadot/src/weights/runtime_parachains_configuration.rs
#	runtime/polkadot/src/weights/runtime_parachains_disputes.rs
#	runtime/polkadot/src/weights/runtime_parachains_initializer.rs
#	runtime/polkadot/src/weights/runtime_parachains_paras.rs
#	runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs
#	runtime/rococo/Cargo.toml
#	runtime/rococo/constants/Cargo.toml
#	runtime/rococo/constants/src/weights/block_weights.rs
#	runtime/rococo/src/lib.rs
#	runtime/rococo/src/weights/frame_system.rs
#	runtime/rococo/src/weights/pallet_balances.rs
#	runtime/rococo/src/weights/pallet_collective.rs
#	runtime/rococo/src/weights/pallet_im_online.rs
#	runtime/rococo/src/weights/pallet_indices.rs
#	runtime/rococo/src/weights/pallet_membership.rs
#	runtime/rococo/src/weights/pallet_multisig.rs
#	runtime/rococo/src/weights/pallet_proxy.rs
#	runtime/rococo/src/weights/pallet_timestamp.rs
#	runtime/rococo/src/weights/pallet_utility.rs
#	runtime/rococo/src/weights/runtime_common_auctions.rs
#	runtime/rococo/src/weights/runtime_common_crowdloan.rs
#	runtime/rococo/src/weights/runtime_common_paras_registrar.rs
#	runtime/rococo/src/weights/runtime_common_slots.rs
#	runtime/rococo/src/weights/runtime_parachains_configuration.rs
#	runtime/rococo/src/weights/runtime_parachains_disputes.rs
#	runtime/rococo/src/weights/runtime_parachains_hrmp.rs
#	runtime/rococo/src/weights/runtime_parachains_initializer.rs
#	runtime/rococo/src/weights/runtime_parachains_paras.rs
#	runtime/rococo/src/weights/runtime_parachains_ump.rs
#	runtime/rococo/src/xcm_config.rs
#	runtime/test-runtime/Cargo.toml
#	runtime/test-runtime/constants/Cargo.toml
#	runtime/westend/Cargo.toml
#	runtime/westend/constants/Cargo.toml
#	runtime/westend/constants/src/weights/block_weights.rs
#	runtime/westend/src/lib.rs
#	runtime/westend/src/weights/frame_election_provider_support.rs
#	runtime/westend/src/weights/frame_system.rs
#	runtime/westend/src/weights/pallet_bags_list.rs
#	runtime/westend/src/weights/pallet_balances.rs
#	runtime/westend/src/weights/pallet_election_provider_multi_phase.rs
#	runtime/westend/src/weights/pallet_identity.rs
#	runtime/westend/src/weights/pallet_im_online.rs
#	runtime/westend/src/weights/pallet_indices.rs
#	runtime/westend/src/weights/pallet_multisig.rs
#	runtime/westend/src/weights/pallet_nomination_pools.rs
#	runtime/westend/src/weights/pallet_preimage.rs
#	runtime/westend/src/weights/pallet_proxy.rs
#	runtime/westend/src/weights/pallet_scheduler.rs
#	runtime/westend/src/weights/pallet_session.rs
#	runtime/westend/src/weights/pallet_staking.rs
#	runtime/westend/src/weights/pallet_timestamp.rs
#	runtime/westend/src/weights/pallet_utility.rs
#	runtime/westend/src/weights/pallet_vesting.rs
#	runtime/westend/src/weights/runtime_common_auctions.rs
#	runtime/westend/src/weights/runtime_common_crowdloan.rs
#	runtime/westend/src/weights/runtime_common_paras_registrar.rs
#	runtime/westend/src/weights/runtime_common_slots.rs
#	runtime/westend/src/weights/runtime_parachains_configuration.rs
#	runtime/westend/src/weights/runtime_parachains_disputes.rs
#	runtime/westend/src/weights/runtime_parachains_hrmp.rs
#	runtime/westend/src/weights/runtime_parachains_initializer.rs
#	runtime/westend/src/weights/runtime_parachains_paras.rs
#	runtime/westend/src/weights/runtime_parachains_paras_inherent.rs
#	runtime/westend/src/weights/runtime_parachains_ump.rs
#	runtime/westend/src/xcm_config.rs
#	statement-table/Cargo.toml
#	utils/generate-bags/Cargo.toml
#	utils/remote-ext-tests/bags-list/Cargo.toml
#	utils/staking-miner/Cargo.toml
#	xcm/Cargo.toml
#	xcm/pallet-xcm-benchmarks/Cargo.toml
#	xcm/pallet-xcm/Cargo.toml
#	xcm/pallet-xcm/src/lib.rs
#	xcm/procedural/Cargo.toml
#	xcm/src/v2/junction.rs
#	xcm/src/v2/multilocation.rs
#	xcm/xcm-builder/Cargo.toml
#	xcm/xcm-builder/src/fungibles_adapter.rs
#	xcm/xcm-builder/src/lib.rs
#	xcm/xcm-builder/src/nonfungibles_adapter.rs
#	xcm/xcm-builder/src/origin_conversion.rs
#	xcm/xcm-builder/src/test_utils.rs
#	xcm/xcm-executor/Cargo.toml
#	xcm/xcm-executor/integration-tests/Cargo.toml
#	xcm/xcm-executor/src/traits/export.rs
#	xcm/xcm-simulator/Cargo.toml
#	xcm/xcm-simulator/example/Cargo.toml
#	xcm/xcm-simulator/fuzzer/Cargo.toml
# Conflicts:
#	Cargo.lock
#	node/overseer/Cargo.toml
#	node/subsystem-types/Cargo.toml
#	runtime/kusama/Cargo.toml
#	xcm/Cargo.toml
#	xcm/pallet-xcm-benchmarks/Cargo.toml
#	xcm/pallet-xcm/Cargo.toml
#	xcm/xcm-simulator/example/Cargo.toml
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	cli/Cargo.toml
#	core-primitives/Cargo.toml
#	erasure-coding/Cargo.toml
#	erasure-coding/fuzzer/Cargo.toml
#	node/client/Cargo.toml
#	node/collation-generation/Cargo.toml
#	node/core/approval-voting/Cargo.toml
#	node/core/av-store/Cargo.toml
#	node/core/backing/Cargo.toml
#	node/core/bitfield-signing/Cargo.toml
#	node/core/candidate-validation/Cargo.toml
#	node/core/chain-api/Cargo.toml
#	node/core/chain-selection/Cargo.toml
#	node/core/dispute-coordinator/Cargo.toml
#	node/core/parachains-inherent/Cargo.toml
#	node/core/provisioner/Cargo.toml
#	node/core/pvf-checker/Cargo.toml
#	node/core/pvf/Cargo.toml
#	node/core/runtime-api/Cargo.toml
#	node/gum/Cargo.toml
#	node/gum/proc-macro/Cargo.toml
#	node/jaeger/Cargo.toml
#	node/malus/Cargo.toml
#	node/metrics/Cargo.toml
#	node/network/approval-distribution/Cargo.toml
#	node/network/availability-distribution/Cargo.toml
#	node/network/availability-recovery/Cargo.toml
#	node/network/bitfield-distribution/Cargo.toml
#	node/network/bridge/Cargo.toml
#	node/network/collator-protocol/Cargo.toml
#	node/network/dispute-distribution/Cargo.toml
#	node/network/gossip-support/Cargo.toml
#	node/network/protocol/Cargo.toml
#	node/network/statement-distribution/Cargo.toml
#	node/overseer/Cargo.toml
#	node/primitives/Cargo.toml
#	node/service/Cargo.toml
#	node/subsystem-test-helpers/Cargo.toml
#	node/subsystem-types/Cargo.toml
#	node/subsystem-util/Cargo.toml
#	node/subsystem/Cargo.toml
#	node/test/client/Cargo.toml
#	node/test/performance-test/Cargo.toml
#	node/test/service/Cargo.toml
#	node/zombienet-backchannel/Cargo.toml
#	parachain/Cargo.toml
#	parachain/test-parachains/Cargo.toml
#	parachain/test-parachains/adder/Cargo.toml
#	parachain/test-parachains/adder/collator/Cargo.toml
#	parachain/test-parachains/halt/Cargo.toml
#	parachain/test-parachains/undying/Cargo.toml
#	parachain/test-parachains/undying/collator/Cargo.toml
#	primitives/Cargo.toml
#	primitives/test-helpers/Cargo.toml
#	rpc/Cargo.toml
#	runtime/common/Cargo.toml
#	runtime/common/slot_range_helper/Cargo.toml
#	runtime/kusama/Cargo.toml
#	runtime/kusama/constants/Cargo.toml
#	runtime/kusama/src/lib.rs
#	runtime/metrics/Cargo.toml
#	runtime/parachains/Cargo.toml
#	runtime/polkadot/Cargo.toml
#	runtime/polkadot/constants/Cargo.toml
#	runtime/polkadot/src/lib.rs
#	runtime/rococo/Cargo.toml
#	runtime/rococo/constants/Cargo.toml
#	runtime/rococo/src/lib.rs
#	runtime/test-runtime/Cargo.toml
#	runtime/test-runtime/constants/Cargo.toml
#	runtime/westend/Cargo.toml
#	runtime/westend/constants/Cargo.toml
#	runtime/westend/src/lib.rs
#	statement-table/Cargo.toml
#	utils/generate-bags/Cargo.toml
#	utils/remote-ext-tests/bags-list/Cargo.toml
#	utils/staking-miner/Cargo.toml
#	xcm/Cargo.toml
#	xcm/pallet-xcm-benchmarks/Cargo.toml
#	xcm/pallet-xcm/Cargo.toml
#	xcm/procedural/Cargo.toml
#	xcm/xcm-builder/Cargo.toml
#	xcm/xcm-executor/Cargo.toml
#	xcm/xcm-executor/integration-tests/Cargo.toml
#	xcm/xcm-executor/integration-tests/src/lib.rs
#	xcm/xcm-simulator/Cargo.toml
#	xcm/xcm-simulator/example/Cargo.toml
#	xcm/xcm-simulator/fuzzer/Cargo.toml
@arturgontijo arturgontijo requested review from a team and chevdor as code owners November 2, 2022 21:26
@cla-bot-2021
Copy link

cla-bot-2021 bot commented Nov 2, 2022

User @code-terror, please sign the CLA here.

@arturgontijo arturgontijo merged commit de09d44 into paritytech:trappist-xcm-v3 Nov 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.