parent
6aa91b6e04
commit
6c1d11508c
File diff suppressed because it is too large
Load Diff
|
@ -22,57 +22,86 @@ path = '../runtime'
|
|||
version = '2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sc-basic-authorship]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
version = '0.8.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sc-cli]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
version = '0.8.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sc-client]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
version = '0.8.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sc-client-api]
|
||||
version = '2.0.0-alpha.6'
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sc-consensus-aura]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
version = '0.8.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sc-executor]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
version = '0.8.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sc-finality-grandpa]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
version = '0.8.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sc-network]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
version = '0.8.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sc-service]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
version = '0.8.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sc-transaction-pool]
|
||||
version = '2.0.0-alpha.6'
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-consensus]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
version = '0.8.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-consensus-aura]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
version = '0.8.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-core]
|
||||
version = '2.0.0-alpha.6'
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-finality-grandpa]
|
||||
version = '2.0.0-alpha.6'
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-inherents]
|
||||
version = '2.0.0-alpha.6'
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-runtime]
|
||||
version = '2.0.0-alpha.6'
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-transaction-pool]
|
||||
version = '2.0.0-alpha.6'
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[build-dependencies.substrate-build-script-utils]
|
||||
version = '2.0.0-alpha.6'
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[[bin]]
|
||||
name = 'node-template'
|
||||
|
|
|
@ -18,23 +18,29 @@ package = 'parity-scale-codec'
|
|||
version = '1.3.0'
|
||||
|
||||
[dependencies.frame-support]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.frame-system]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dev-dependencies.sp-core]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dev-dependencies.sp-io]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dev-dependencies.sp-runtime]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[features]
|
||||
default = ['std']
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
[dependencies.aura]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
package = 'pallet-aura'
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.balances]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
package = 'pallet-balances'
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.codec]
|
||||
default-features = false
|
||||
|
@ -15,22 +17,26 @@ package = 'parity-scale-codec'
|
|||
version = '1.3.0'
|
||||
|
||||
[dependencies.frame-executive]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.frame-support]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.grandpa]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
package = 'pallet-grandpa'
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.randomness-collective-flip]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
package = 'pallet-randomness-collective-flip'
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.serde]
|
||||
features = ['derive']
|
||||
|
@ -38,62 +44,77 @@ optional = true
|
|||
version = '1.0.101'
|
||||
|
||||
[dependencies.sp-api]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-block-builder]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-consensus-aura]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '0.8.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-core]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-inherents]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-io]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-offchain]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-runtime]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-session]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-std]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-transaction-pool]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sp-version]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.sudo]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
package = 'pallet-sudo'
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.system]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
package = 'frame-system'
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.template]
|
||||
default-features = false
|
||||
|
@ -102,16 +123,19 @@ path = '../pallets/template'
|
|||
version = '2.0.0-alpha.6'
|
||||
|
||||
[dependencies.timestamp]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
package = 'pallet-timestamp'
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[dependencies.transaction-payment]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
default-features = false
|
||||
package = 'pallet-transaction-payment'
|
||||
version = '2.0.0-alpha.6'
|
||||
tag = 'v2.0.0-alpha.6'
|
||||
|
||||
[build-dependencies.wasm-builder-runner]
|
||||
git = 'https://github.com/paritytech/substrate.git'
|
||||
package = 'substrate-wasm-builder-runner'
|
||||
version = '1.0.5'
|
||||
|
||||
|
|
Loading…
Reference in New Issue