Skip to content
Snippets Groups Projects
Unverified Commit 0c1e2989 authored by Shaun Wang's avatar Shaun Wang Committed by GitHub
Browse files

Use polkadot-0.9.1 branch. (#491)

* Use polkadot-0.9.1 branch.

* Comment out xcm related crate.
parent 3b9acc25
No related branches found
No related tags found
No related merge requests found
...@@ -10,16 +10,16 @@ edition = "2018" ...@@ -10,16 +10,16 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
[dev-dependencies] [dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
[features] [features]
default = ["std"] default = ["std"]
......
...@@ -10,17 +10,17 @@ edition = "2018" ...@@ -10,17 +10,17 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
[dev-dependencies] [dev-dependencies]
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "statemint" } pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
[features] [features]
default = ["std"] default = ["std"]
......
...@@ -11,17 +11,17 @@ edition = "2018" ...@@ -11,17 +11,17 @@ edition = "2018"
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
paste = "1.0" paste = "1.0"
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
[dev-dependencies] [dev-dependencies]
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint" } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
hex-literal = "0.2.1" hex-literal = "0.2.1"
[features] [features]
......
...@@ -10,19 +10,19 @@ edition = "2018" ...@@ -10,19 +10,19 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false }
[dev-dependencies] [dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "statemint" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
orml_tokens = { package = "orml-tokens", path = "../tokens", version = "0.4.1-dev" } orml_tokens = { package = "orml-tokens", path = "../tokens", version = "0.4.1-dev" }
[features] [features]
......
...@@ -10,12 +10,12 @@ edition = "2018" ...@@ -10,12 +10,12 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
[features] [features]
default = ["std"] default = ["std"]
......
...@@ -10,15 +10,15 @@ edition = "2018" ...@@ -10,15 +10,15 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
[dev-dependencies] [dev-dependencies]
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
[features] [features]
default = ["std"] default = ["std"]
......
...@@ -10,19 +10,19 @@ edition = "2018" ...@@ -10,19 +10,19 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false }
[dev-dependencies] [dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
[features] [features]
default = ["std"] default = ["std"]
......
...@@ -11,8 +11,8 @@ codec = { package = "parity-scale-codec", version = "2.0.0" } ...@@ -11,8 +11,8 @@ codec = { package = "parity-scale-codec", version = "2.0.0" }
jsonrpc-core = "15.0.0" jsonrpc-core = "15.0.0"
jsonrpc-core-client = "15.0.0" jsonrpc-core-client = "15.0.0"
jsonrpc-derive = "15.0.0" jsonrpc-derive = "15.0.0"
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
orml-oracle-rpc-runtime-api = { path = "runtime-api", version = "0.4.1-dev" } orml-oracle-rpc-runtime-api = { path = "runtime-api", version = "0.4.1-dev" }
...@@ -8,8 +8,8 @@ description = "Runtime API module for orml-oracle-rpc." ...@@ -8,8 +8,8 @@ description = "Runtime API module for orml-oracle-rpc."
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
[features] [features]
default = ["std"] default = ["std"]
......
...@@ -10,15 +10,15 @@ edition = "2018" ...@@ -10,15 +10,15 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
[dev-dependencies] [dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
[features] [features]
default = ["std"] default = ["std"]
......
...@@ -10,16 +10,16 @@ edition = "2018" ...@@ -10,16 +10,16 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
[dev-dependencies] [dev-dependencies]
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "statemint" } pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
# Patch doesn't work as `pallet-elections-phragmen` is now 4.0.0 version. Revert `rev` to `statemint` branch after # Patch doesn't work as `pallet-elections-phragmen` is now 4.0.0 version. Revert `rev` to `statemint` branch after
# other `statemint` dependencies upgraded. # other `statemint` dependencies upgraded.
pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" } pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", rev = "3f110196163b5ec03bac5ee188d60bedf3ebd91d" }
......
...@@ -10,14 +10,14 @@ edition = "2018" ...@@ -10,14 +10,14 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
num-traits = { version = "0.2.14", default-features = false } num-traits = { version = "0.2.14", default-features = false }
impl-trait-for-tuples = "0.2.1" impl-trait-for-tuples = "0.2.1"
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false }
xcm = { git = "https://github.com/paritytech/polkadot", branch = "statemint", default-features = false } # xcm = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1", default-features = false }
[features] [features]
default = ["std"] default = ["std"]
...@@ -30,5 +30,5 @@ std = [ ...@@ -30,5 +30,5 @@ std = [
"num-traits/std", "num-traits/std",
"frame-support/std", "frame-support/std",
"orml-utilities/std", "orml-utilities/std",
"xcm/std", # "xcm/std",
] ]
...@@ -10,18 +10,18 @@ edition = "2018" ...@@ -10,18 +10,18 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
xcm = { git = "https://github.com/paritytech/polkadot", branch = "statemint", default-features = false } xcm = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1", default-features = false }
orml-xcm-support = { path = "../xcm-support", default-features = false } orml-xcm-support = { path = "../xcm-support", default-features = false }
[dev-dependencies] [dev-dependencies]
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
[features] [features]
default = ["std"] default = ["std"]
......
...@@ -10,14 +10,14 @@ edition = "2018" ...@@ -10,14 +10,14 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
[dev-dependencies] [dev-dependencies]
serde_json = "1.0.64" serde_json = "1.0.64"
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint" } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
[features] [features]
default = ["std"] default = ["std"]
......
...@@ -10,16 +10,16 @@ edition = "2018" ...@@ -10,16 +10,16 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
[dev-dependencies] [dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "statemint" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
[features] [features]
default = ["std"] default = ["std"]
......
...@@ -10,13 +10,13 @@ edition = "2018" ...@@ -10,13 +10,13 @@ edition = "2018"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
xcm = { git = "https://github.com/paritytech/polkadot", branch = "statemint", default-features = false } xcm = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1", default-features = false }
xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "statemint", default-features = false } xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1", default-features = false }
orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false }
......
...@@ -10,30 +10,30 @@ edition = "2018" ...@@ -10,30 +10,30 @@ edition = "2018"
[dependencies] [dependencies]
serde = { version = "1.0.124", optional = true } serde = { version = "1.0.124", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false }
cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "statemint", default-features = false } cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1", default-features = false }
xcm = { git = "https://github.com/paritytech/polkadot", branch = "statemint", default-features = false } xcm = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1", default-features = false }
orml-xcm-support = { path = "../xcm-support", default-features = false } orml-xcm-support = { path = "../xcm-support", default-features = false }
orml-traits = { path = "../traits", default-features = false} orml-traits = { path = "../traits", default-features = false}
[dev-dependencies] [dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", branch = "statemint" } polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "statemint" } polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1" }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "statemint" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
xcm-simulator = { git = "https://github.com/shaunxw/xcm-simulator", branch = "master" } xcm-simulator = { git = "https://github.com/shaunxw/xcm-simulator", branch = "master" }
cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech/cumulus", branch = "statemint" } cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1" }
parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "statemint" } parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "statemint" } xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "statemint" } xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1" }
orml-tokens = { path = "../tokens", version = "0.4.1-dev" } orml-tokens = { path = "../tokens", version = "0.4.1-dev" }
orml-traits = { path = "../traits", version = "0.4.1-dev" } orml-traits = { path = "../traits", version = "0.4.1-dev" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment