Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
669fde1e
Commit
669fde1e
authored
Dec 24, 2020
by
asynchronous rob
Browse files
point to branch
parent
14da83d5
Changes
45
Hide whitespace changes
Inline
Side-by-side
runtime/westend/Cargo.toml
View file @
669fde1e
...
...
@@ -15,60 +15,60 @@ serde_derive = { version = "1.0.117", optional = true }
smallvec
=
"1.5.1"
static_assertions
=
"1.1.0"
authority-discovery-primitives
=
{
package
=
"sp-authority-discovery"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
offchain-primitives
=
{
package
=
"sp-offchain"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-std
=
{
package
=
"sp-std"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
tx-pool-api
=
{
package
=
"sp-transaction-pool"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
block-builder-api
=
{
package
=
"sp-block-builder"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
authority-discovery-primitives
=
{
package
=
"sp-authority-discovery"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
offchain-primitives
=
{
package
=
"sp-offchain"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-std
=
{
package
=
"sp-std"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
tx-pool-api
=
{
package
=
"sp-transaction-pool"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
block-builder-api
=
{
package
=
"sp-block-builder"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-transaction-payment-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-collective
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-democracy
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-elections-phragmen
=
{
package
=
"pallet-elections-phragmen"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-identity
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-im-online
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-indices
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-membership
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-multisig
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-nicks
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-offences
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-proxy
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-recovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-scheduler
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-society
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-staking-reward-curve
=
{
package
=
"pallet-staking-reward-curve"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-sudo
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-treasury
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-utility
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-vesting
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
pallet-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-transaction-payment-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-collective
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-democracy
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-elections-phragmen
=
{
package
=
"pallet-elections-phragmen"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-identity
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-im-online
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-indices
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-membership
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-multisig
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-nicks
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-offences
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-proxy
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-recovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-scheduler
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-society
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-staking-reward-curve
=
{
package
=
"pallet-staking-reward-curve"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
pallet-sudo
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-treasury
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-utility
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
pallet-vesting
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
,
optional
=
true
}
frame-system-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
,
optional
=
true
}
pallet-offences-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
,
optional
=
true
}
pallet-session-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
,
optional
=
true
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
,
optional
=
true
}
frame-system-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
,
optional
=
true
}
pallet-offences-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
,
optional
=
true
}
pallet-session-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
,
optional
=
true
}
hex-literal
=
{
version
=
"0.3.1"
,
optional
=
true
}
runtime-common
=
{
package
=
"polkadot-runtime-common"
,
path
=
"../common"
,
default-features
=
false
}
...
...
@@ -79,8 +79,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false }
hex-literal
=
"0.3.1"
libsecp256k1
=
"0.3.5"
tiny-keccak
=
"2.0.2"
keyring
=
{
package
=
"sp-keyring"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
keyring
=
{
package
=
"sp-keyring"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
serde_json
=
"1.0.60"
[build-dependencies]
...
...
statement-table/Cargo.toml
View file @
669fde1e
...
...
@@ -6,5 +6,5 @@ edition = "2018"
[dependencies]
parity-scale-codec
=
{
version
=
"1.3.5"
,
default-features
=
false
,
features
=
["derive"]
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
primitives
=
{
package
=
"polkadot-primitives"
,
path
=
"../primitives"
}
validation/Cargo.toml
View file @
669fde1e
...
...
@@ -7,25 +7,25 @@ edition = "2018"
[dependencies]
polkadot-primitives
=
{
path
=
"../primitives"
}
parachain
=
{
package
=
"polkadot-parachain"
,
path
=
"../parachain"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-basic-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
consensus
=
{
package
=
"sp-consensus"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
runtime_primitives
=
{
package
=
"sp-runtime"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
sc-basic-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
consensus
=
{
package
=
"sp-consensus"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
runtime_primitives
=
{
package
=
"sp-runtime"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
futures
=
"0.3.8"
log
=
"0.4.11"
parity-scale-codec
=
{
version
=
"1.3.5"
,
default-features
=
false
,
features
=
["derive"]
}
grandpa
=
{
package
=
"sc-finality-grandpa"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
primitives
=
{
package
=
"sp-core"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
txpool-api
=
{
package
=
"sp-transaction-pool"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
block-builder
=
{
package
=
"sc-block-builder"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
trie
=
{
package
=
"sp-trie"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
prometheus-endpoint
=
{
package
=
"substrate-prometheus-endpoint"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
grandpa
=
{
package
=
"sc-finality-grandpa"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
primitives
=
{
package
=
"sp-core"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
txpool-api
=
{
package
=
"sp-transaction-pool"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
block-builder
=
{
package
=
"sc-block-builder"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
trie
=
{
package
=
"sp-trie"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
prometheus-endpoint
=
{
package
=
"substrate-prometheus-endpoint"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
thiserror
=
"1.0.22"
[dev-dependencies]
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
}
xcm/xcm-builder/Cargo.toml
View file @
669fde1e
...
...
@@ -9,11 +9,11 @@ version = "0.8.22"
parity-scale-codec
=
{
version
=
"1.3.5"
,
default-features
=
false
,
features
=
["derive"]
}
xcm
=
{
path
=
".."
,
default-features
=
false
}
xcm-executor
=
{
path
=
"../xcm-executor"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
# Polkadot dependencies
polkadot-parachain
=
{
path
=
"../../parachain"
,
default-features
=
false
}
...
...
xcm/xcm-executor/Cargo.toml
View file @
669fde1e
...
...
@@ -9,12 +9,12 @@ version = "0.8.22"
impl-trait-for-tuples
=
"0.2.0"
parity-scale-codec
=
{
version
=
"1.3.5"
,
default-features
=
false
,
features
=
["derive"]
}
xcm
=
{
path
=
".."
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
rh-babe-current-epoch-info
"
,
default-features
=
false
}
[features]
default
=
["std"]
...
...
Prev
1
2
3
Next
Ghost User
@ghost
mentioned in commit
0b06ae6c
·
Dec 25, 2020
mentioned in commit
0b06ae6c
mentioned in commit 0b06ae6cf7e0f3a593a6df22751788c1aa9c1fa3
Toggle commit list
Ghost User
@ghost
mentioned in commit
2495a6b0
·
Dec 27, 2020
mentioned in commit
2495a6b0
mentioned in commit 2495a6b0ef91bad4d980cbbb5161d0fb7d5b78d4
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment