This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[Trappist] XCMv3 + v0.9.31 #6231
Merged
arturgontijo
merged 185 commits into
paritytech:trappist-xcm-v3
from
arturgontijo:trappist-xcm-v3-0931
Nov 2, 2022
Merged
[Trappist] XCMv3 + v0.9.31 #6231
arturgontijo
merged 185 commits into
paritytech:trappist-xcm-v3
from
arturgontijo:trappist-xcm-v3-0931
Nov 2, 2022
Conversation
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
* 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://github.com/hyperium/hyper) from 0.14.19 to 0.14.20. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.40 to 1.0.43. - [Release notes](https://github.com/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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/bluss/indexmap/releases) - [Changelog](https://github.com/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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> 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 <54316454+sandreim@users.noreply.github.com> Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com>
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.56 to 0.1.57. - [Release notes](https://github.com/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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> 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 <oliver.tale-yazdi@parity.io> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Companion for 12095 * fix * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
* 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 <venkatamaturi98@gmail.com>
* add force_open_hrmp_channel call * typo * fix benchmark * Add HRMP benches to Polkadot Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * add benchmark data Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* 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 <info@kchr.de> * update lockfile for {"substrate"} Co-authored-by: Bastian Köcher <info@kchr.de> 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://github.com/docker/setup-buildx-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/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] <support@github.com> * match hash with version Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergejs Kostjucenko <sergejs@parity.io>
* 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 <shawntabrizi@gmail.com> * bump substrate * Co #12558: Update `pallet-multisig` benches (paritytech#6188) * Typo Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add multisig weights Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update multisig weights Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * update lockfile for {"substrate"} Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: parity-processbot <> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* kusama: clean up executed migrations * polkadot: clean up executed migrations * westend: clean up executed migrations
…6214) Co-authored-by: eskimor <eskimor@no-such-url.com>
# 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
User @code-terror, please sign the CLA here. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This one is used by a PoC (with XCMv3) in Trappist/xcm-v3 branch.