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
a3bd3621
Unverified
Commit
a3bd3621
authored
Feb 17, 2021
by
Tomasz Drwięga
Browse files
Switch branch
parent
d3cb5942
Changes
48
Hide whitespace changes
Inline
Side-by-side
runtime/parachains/Cargo.toml
View file @
a3bd3621
...
...
@@ -12,27 +12,27 @@ rustc-hex = { version = "2.1.0", default-features = false }
serde
=
{
version
=
"1.0.123"
,
features
=
[
"derive"
],
optional
=
true
}
derive_more
=
"0.99.11"
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
}
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-session
=
{
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-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
optional
=
true
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-std
=
{
package
=
"sp-std"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
optional
=
true
,
branch
=
"td-mmr-custom"
}
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-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-session
=
{
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
}
frame-system
=
{
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-vesting
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-offences
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
pallet-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-vesting
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-offences
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
optional
=
true
,
branch
=
"td-mmr-custom"
}
xcm
=
{
package
=
"xcm"
,
path
=
"../../xcm"
,
default-features
=
false
}
xcm-executor
=
{
package
=
"xcm-executor"
,
path
=
"../../xcm/xcm-executor"
,
default-features
=
false
}
...
...
@@ -45,17 +45,17 @@ rand_chacha = { version = "0.3.0", default-features = false }
[dev-dependencies]
futures
=
"0.3.12"
hex-literal
=
"0.3.1"
keyring
=
{
package
=
"sp-keyring"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-staking-reward-curve
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-treasury
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
keyring
=
{
package
=
"sp-keyring"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pallet-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pallet-staking-reward-curve
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pallet-treasury
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
serde_json
=
"1.0.61"
libsecp256k1
=
"0.3.5"
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
[features]
...
...
runtime/polkadot/Cargo.toml
View file @
a3bd3621
...
...
@@ -15,59 +15,59 @@ serde_derive = { version = "1.0.117", optional = true }
static_assertions
=
"1.1.0"
smallvec
=
"1.6.1"
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
=
{
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"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
offchain-primitives
=
{
package
=
"sp-offchain"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
tx-pool-api
=
{
package
=
"sp-transaction-pool"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
block-builder-api
=
{
package
=
"sp-block-builder"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
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-bounties
=
{
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
=
{
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-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
}
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
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
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-tips
=
{
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-vesting
=
{
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-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-bounties
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-transaction-payment-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-collective
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-democracy
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-elections-phragmen
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-identity
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-im-online
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-indices
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-membership
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-multisig
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-nicks
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-offences
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-proxy
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-scheduler
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-staking-reward-curve
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-tips
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-treasury
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-vesting
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-utility
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
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"
,
default-features
=
false
,
optional
=
true
,
branch
=
"td-mmr-custom"
}
frame-system-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
optional
=
true
,
branch
=
"td-mmr-custom"
}
pallet-offences-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
optional
=
true
,
branch
=
"td-mmr-custom"
}
pallet-session-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
optional
=
true
,
branch
=
"td-mmr-custom"
}
hex-literal
=
{
version
=
"0.3.1"
,
optional
=
true
}
runtime-common
=
{
package
=
"polkadot-runtime-common"
,
path
=
"../common"
,
default-features
=
false
}
...
...
@@ -77,8 +77,8 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau
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
=
"
td-mmr-custom
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
trie-db
=
"0.22.3"
serde_json
=
"1.0.61"
...
...
runtime/rococo/Cargo.toml
View file @
a3bd3621
...
...
@@ -12,42 +12,42 @@ serde_derive = { version = "1.0.117", optional = true }
smallvec
=
"1.6.1"
hex-literal
=
"0.3.1"
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-api
=
{
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-std
=
{
package
=
"sp-std"
,
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-session
=
{
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-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-std
=
{
package
=
"sp-std"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
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
}
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
}
tx-pool-api
=
{
package
=
"sp-transaction-pool"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
block-builder-api
=
{
package
=
"sp-block-builder"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
offchain-primitives
=
{
package
=
"sp-offchain"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
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-sudo
=
{
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
}
pallet-balances
=
{
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-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-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-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
"
}
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-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-offences
=
{
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
=
"master"
,
default-features
=
false
}
pallet-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-sudo
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-im-online
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-indices
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-transaction-payment-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-staking-reward-curve
=
{
package
=
"pallet-staking-reward-curve"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-offences
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
authority-discovery-primitives
=
{
package
=
"sp-authority-discovery"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
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
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
runtime-common
=
{
package
=
"polkadot-runtime-common"
,
path
=
"../common"
,
default-features
=
false
}
primitives
=
{
package
=
"polkadot-primitives"
,
path
=
"../../primitives"
,
default-features
=
false
}
...
...
runtime/test-runtime/Cargo.toml
View file @
a3bd3621
...
...
@@ -14,42 +14,42 @@ serde = { version = "1.0.123", default-features = false }
serde_derive
=
{
version
=
"1.0.117"
,
optional
=
true
}
smallvec
=
"1.6.1"
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
=
{
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"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
offchain-primitives
=
{
package
=
"sp-offchain"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
tx-pool-api
=
{
package
=
"sp-transaction-pool"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
block-builder-api
=
{
package
=
"sp-block-builder"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
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
}
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-indices
=
{
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-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-session
=
{
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
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
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-sudo
=
{
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"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-transaction-payment-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-indices
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-nicks
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-offences
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-staking-reward-curve
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-sudo
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-vesting
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
runtime-common
=
{
package
=
"polkadot-runtime-common"
,
path
=
"../common"
,
default-features
=
false
}
primitives
=
{
package
=
"polkadot-primitives"
,
path
=
"../../primitives"
,
default-features
=
false
}
...
...
@@ -60,8 +60,8 @@ polkadot-runtime-parachains = { path = "../parachains", 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
=
"
td-mmr-custom
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
serde_json
=
"1.0.61"
[build-dependencies]
...
...
runtime/westend/Cargo.toml
View file @
a3bd3621
...
...
@@ -15,60 +15,60 @@ serde_derive = { version = "1.0.117", optional = true }
smallvec
=
"1.6.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"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
offchain-primitives
=
{
package
=
"sp-offchain"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-std
=
{
package
=
"sp-std"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
tx-pool-api
=
{
package
=
"sp-transaction-pool"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
block-builder-api
=
{
package
=
"sp-block-builder"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
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"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-transaction-payment-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-collective
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-democracy
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-elections-phragmen
=
{
package
=
"pallet-elections-phragmen"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-identity
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-im-online
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-indices
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-membership
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-multisig
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-nicks
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-offences
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-proxy
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-recovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-scheduler
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-society
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-staking-reward-curve
=
{
package
=
"pallet-staking-reward-curve"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pallet-sudo
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}