Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update and prove that the new re-anchoring process works
  • Loading branch information
girazoki committed Dec 9, 2021
commit 54ff68742b6e8849405c733391c915657cf76936
4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ serde_json = "1.0"
tempfile = "3.2.0"

# Benchmarking
pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }
xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }

[features]
default = [ "moonbase-native", "moonbeam-native", "moonriver-native" ]
Expand Down
16 changes: 8 additions & 8 deletions node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbea
try-runtime-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12", optional = true }

# Cumulus / Nimbus
cumulus-client-cli = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-client-service = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-client-cli = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
cumulus-client-service = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "gorka-try-new-reanchor" }

# Polkadot
polkadot-cli = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
polkadot-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
polkadot-service = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
polkadot-cli = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }
polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }
polkadot-primitives = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }
polkadot-service = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }

[build-dependencies]
substrate-build-script-utils = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12" }
Expand Down
4 changes: 2 additions & 2 deletions node/perf-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-pol
pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.12" }

# Cumulus / Nimbus
cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "gorka-try-new-reanchor" }
32 changes: 16 additions & 16 deletions node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,24 +93,24 @@ fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-pol
pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.12" }

# Cumulus / Nimbus
cumulus-client-cli = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-client-collator = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-client-consensus-relay-chain = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-client-network = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-client-service = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
nimbus-consensus = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-client-cli = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
cumulus-client-collator = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
cumulus-client-consensus-relay-chain = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
cumulus-client-network = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
cumulus-client-service = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }
nimbus-consensus = { git = "https://github.com/purestake/nimbus", branch = "gorka-try-new-reanchor" }
# TODO we should be able to depend only on the primitives crate once we move the inherent data provider there.
nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.12" }
pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.12" }
nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "gorka-try-new-reanchor" }
pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "gorka-try-new-reanchor" }

# Polkadot
polkadot-cli = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
polkadot-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
polkadot-service = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
polkadot-cli = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }
polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }
polkadot-primitives = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }
polkadot-service = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }

# Benchmarking
frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12" }
Expand All @@ -122,7 +122,7 @@ nix = "0.17"
rand = "0.7.3"

# Polkadot dev-dependencies
polkadot-runtime-common = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
polkadot-runtime-common = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }

# Substrate dev-dependencies
pallet-sudo = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12" }
Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbea
sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12", default-features = false }

# Polkadot
xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
xcm = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor", default-features = false }

# Benchmarks
frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/author-mapping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbea
sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12", default-features = false }

# Nimbus
nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "gorka-try-new-reanchor", default-features = false }

[dev-dependencies]
pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12" }
Expand Down
2 changes: 1 addition & 1 deletion pallets/parachain-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-po
substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", default-features = false }

# Nimbus
nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "gorka-try-new-reanchor", default-features = false }

[dev-dependencies]
similar-asserts = "1.1.0"
Expand Down
14 changes: 7 additions & 7 deletions pallets/xcm-transactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbea
sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12", default-features = false }

# Cumulus
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor", default-features = false }

# Polkadot / XCM
orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
polkadot-runtime-common = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "gorka-try-new-reanchor", default-features = false }
polkadot-runtime-common = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor", default-features = false }
xcm = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor", default-features = false }
xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor", default-features = false }
xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor", default-features = false }

[dev-dependencies]
pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12" }
pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12" }
pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }
parity-scale-codec = { version = "2.1.1" }
sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12" }

Expand Down
10 changes: 4 additions & 6 deletions pallets/xcm-transactor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,9 @@ pub mod pallet {
at: &MultiLocation,
weight: u64,
) -> Result<Instruction<()>, DispatchError> {
let inv_at = T::LocationInverter::invert_location(at)
.map_err(|()| Error::<T>::DestinationNotInvertible)?;
let ancestry = T::LocationInverter::ancestry();
let fees = asset
.reanchored(&inv_at)
.reanchored(&at, &ancestry)
.map_err(|_| Error::<T>::CannotReanchor)?;

Ok(BuyExecution {
Expand All @@ -522,10 +521,9 @@ pub mod pallet {
asset: MultiAsset,
at: &MultiLocation,
) -> Result<Instruction<()>, DispatchError> {
let inv_at = T::LocationInverter::invert_location(at)
.map_err(|()| Error::<T>::DestinationNotInvertible)?;
let ancestry = T::LocationInverter::ancestry();
let fees = asset
.reanchored(&inv_at)
.reanchored(&at, &ancestry)
.map_err(|_| Error::<T>::CannotReanchor)?;

Ok(WithdrawAsset(fees.into()))
Expand Down
10 changes: 5 additions & 5 deletions precompiles/crowdloan-rewards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ precompile-utils = { path = "../utils", default-features = false }
fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "gorka-try-new-reanchor", default-features = false }
pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
Expand All @@ -37,10 +37,10 @@ sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-pol
sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12" }

# Cumulus
cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor", default-features = false }
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor", default-features = false }
cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor", default-features = false }
cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor", default-features = false }

[features]
default = [ "std" ]
Expand Down
4 changes: 2 additions & 2 deletions precompiles/relay-encoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-pol
pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.12", default-features = false }

# Cumulus
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor", default-features = false }

[dev-dependencies]
derive_more = "0.99"
Expand All @@ -43,7 +43,7 @@ scale-info = { version = "1.0", default-features = false, features = [ "derive"
sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12", default-features = false }

# Cumulus
cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }

[features]
default = [ "std" ]
Expand Down
2 changes: 1 addition & 1 deletion precompiles/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-pol
pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.12", default-features = false }

# Polkadot / XCM
xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
xcm = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor", default-features = false }

[dev-dependencies]
hex-literal = "0.3.1"
Expand Down
10 changes: 5 additions & 5 deletions precompiles/xcm_transactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ evm = { version = "0.30.1", default-features = false, features = [ "with-codec"
pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.12", default-features = false }

# Polkadot
xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12", default-features = false }
xcm = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor", default-features = false }

[dev-dependencies]
derive_more = "0.99"
Expand All @@ -45,12 +45,12 @@ scale-info = { version = "1.0", default-features = false, features = [ "derive"
sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.12" }

# Cumulus
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.12" }
cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "gorka-try-new-reanchor" }

# Polkadot
pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.12" }
pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }
xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }
xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "gorka-try-new-reanchor" }

[features]
default = [ "std" ]
Expand Down
Loading