Skip to content

Commit

Permalink
XCM Update (#1043)
Browse files Browse the repository at this point in the history
* add native token support for transfer

* pallet-xcm change and xtokens for funcs

* minor changes

* minor refactor and pallet_xcm weights

* remove custom pallet-xcm code and cleanup

* fix reserve_withdraw_assets tests

* add native support for transfer_with_fee

* filter token transfer from pallet-xcm and tests

* minor changes

* fmt

* remove polkadot-runtime deps

* remove block xcm calls
  • Loading branch information
gitofdeepanshu authored Oct 12, 2023
1 parent 6cf07c5 commit 58780ad
Show file tree
Hide file tree
Showing 28 changed files with 1,291 additions and 5,578 deletions.
49 changes: 11 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,11 @@ polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", bra
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }

# Temporary, to ensure `runtime-benchmarks` features can compile
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }

# XCM
# (wasm)
cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43", default-features = false }
xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
Expand All @@ -276,7 +274,6 @@ pallet-collator-selection = { path = "./pallets/collator-selection", default-fea
pallet-dapps-staking = { path = "./pallets/dapps-staking", default-features = false }
pallet-xc-asset-config = { path = "./pallets/xc-asset-config", default-features = false }
pallet-xvm = { path = "./pallets/xvm", default-features = false }
pallet-xcm = { path = "./pallets/pallet-xcm", default-features = false }
pallet-ethereum-checked = { path = "./pallets/ethereum-checked", default-features = false }
pallet-dynamic-evm-base-fee = { path = "./pallets/dynamic-evm-base-fee", default-features = false }
pallet-unified-accounts = { path = "./pallets/unified-accounts", default-features = false }
Expand Down
58 changes: 0 additions & 58 deletions pallets/pallet-xcm/Cargo.toml

This file was deleted.

Loading

0 comments on commit 58780ad

Please sign in to comment.