-
Notifications
You must be signed in to change notification settings - Fork 379
Transfer asset via bridge with pallet xcm #2762
base: master
Are you sure you want to change the base?
Conversation
* Dumy weights to get compile * Change UniversalLocation according to paritytech/polkadot#4097 (Location Inversion Removed) * Fix bridge-hubs weights * ".git/.scripts/bench-bot.sh" pallet statemine assets pallet_xcm * ".git/.scripts/bench-bot.sh" pallet statemint assets pallet_xcm * ".git/.scripts/bench-bot.sh" pallet collectives-polkadot collectives pallet_xcm * ".git/.scripts/bench-bot.sh" pallet westmint assets pallet_xcm * ".git/.scripts/bench-bot.sh" xcm bridge-hub-kusama bridge-hubs pallet_xcm_benchmarks::generic * ".git/.scripts/bench-bot.sh" xcm bridge-hub-kusama bridge-hubs pallet_xcm_benchmarks::fungible * ".git/.scripts/bench-bot.sh" pallet bridge-hub-kusama bridge-hubs pallet_xcm * ".git/.scripts/bench-bot.sh" pallet bridge-hub-rococo bridge-hubs pallet_xcm * ".git/.scripts/bench-bot.sh" xcm bridge-hub-rococo bridge-hubs pallet_xcm_benchmarks::fungible * ".git/.scripts/bench-bot.sh" xcm bridge-hub-rococo bridge-hubs pallet_xcm_benchmarks::generic * Change NetworkId to Option<NetworkId> Co-authored-by: command-bot <> Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
* Add UpwardMessageSent event in parachain-system * additional fixes * Message Id * Fix errors from merge * fmt * more fmt * Remove todo * more formatting
…achains (#2060) * Allow explicit unpaid executions from the relay chains for system parachains * Put origin-filtering barriers into WithComputedOrigin * Use ConstU32<8> * Small nits * formatting * cargo fmt
…into bko-transfer-asset-via-bridge
…into bko-transfer-asset-via-bridge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good to me now. Want to take one more pass over it before approving.
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
…via-bridge-pallet-xcm
…via-bridge-pallet-xcm
…via-bridge-pallet-xcm
bot fmt |
@bkontur https://gitlab.parity.io/parity/mirrors/cumulus/-/jobs/3400918 was started for your command Comment |
@bkontur Command |
Relates to: #2528 (BridgeHub for Kusama/Polkadot) - real bridging comes here
PR introduces:
limited_reserve_transfer_assets
withpallet_xcm
both ways + handlingReserveAssetDeposisted
on both sidesparachains/runtimes/bridge-hubs/README.md
in this PR)TODOs: