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
node/network/collator-protocol/Cargo.toml
View file @
a3bd3621
...
...
@@ -22,7 +22,7 @@ env_logger = "0.8.2"
assert_matches
=
"1.4.0"
futures-timer
=
"3.0.2"
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
features
=
["std"]
}
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
features
=
["std"]
,
branch
=
"td-mmr-custom"
}
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
polkadot-subsystem-testhelpers
=
{
package
=
"polkadot-node-subsystem-test-helpers"
,
path
=
"../../subsystem-test-helpers"
}
node/network/pov-distribution/Cargo.toml
View file @
a3bd3621
...
...
@@ -20,7 +20,7 @@ assert_matches = "1.4.0"
env_logger
=
"0.8.1"
log
=
"0.4.13"
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
polkadot-node-subsystem-test-helpers
=
{
path
=
"../../subsystem-test-helpers"
}
node/network/protocol/Cargo.toml
View file @
a3bd3621
...
...
@@ -10,7 +10,7 @@ polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives
=
{
path
=
"../../primitives"
}
polkadot-node-jaeger
=
{
path
=
"../../jaeger"
}
parity-scale-codec
=
{
version
=
"2.0.0"
,
default-features
=
false
,
features
=
["derive"]
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
strum
=
{
version
=
"0.20"
,
features
=
["derive"]
}
thiserror
=
"1.0.23"
futures
=
"0.3.12"
...
...
node/network/statement-distribution/Cargo.toml
View file @
a3bd3621
...
...
@@ -11,7 +11,7 @@ tracing = "0.1.22"
tracing-futures
=
"0.2.4"
polkadot-primitives
=
{
path
=
"../../../primitives"
}
node-primitives
=
{
package
=
"polkadot-node-primitives"
,
path
=
"../../primitives"
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
polkadot-subsystem
=
{
package
=
"polkadot-node-subsystem"
,
path
=
"../../subsystem"
}
polkadot-node-subsystem-util
=
{
path
=
"../../subsystem-util"
}
polkadot-node-network-protocol
=
{
path
=
"../../network/protocol"
}
...
...
@@ -21,8 +21,8 @@ indexmap = "1.6.1"
[dev-dependencies]
polkadot-node-subsystem-test-helpers
=
{
path
=
"../../subsystem-test-helpers"
}
assert_matches
=
"1.4.0"
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
node/overseer/Cargo.toml
View file @
a3bd3621
...
...
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
async-trait
=
"0.1.42"
client
=
{
package
=
"sc-client-api"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
client
=
{
package
=
"sc-client-api"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
futures
=
"0.3.12"
futures-timer
=
"3.0.2"
oorandom
=
"11.1.3"
...
...
@@ -18,7 +18,7 @@ tracing = "0.1.22"
tracing-futures
=
"0.2.4"
[dev-dependencies]
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
polkadot-node-network-protocol
=
{
path
=
"../network/protocol"
}
futures
=
{
version
=
"0.3.12"
,
features
=
["thread-pool"]
}
futures-timer
=
"3.0.2"
...
...
node/primitives/Cargo.toml
View file @
a3bd3621
...
...
@@ -10,10 +10,10 @@ futures = "0.3.12"
polkadot-primitives
=
{
path
=
"../../primitives"
}
polkadot-statement-table
=
{
path
=
"../../statement-table"
}
parity-scale-codec
=
{
version
=
"2.0.0"
,
default-features
=
false
,
features
=
["derive"]
}
runtime_primitives
=
{
package
=
"sp-runtime"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-consensus-vrf
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-consensus-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
runtime_primitives
=
{
package
=
"sp-runtime"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-consensus-vrf
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-consensus-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
schnorrkel
=
"0.9.1"
thiserror
=
"1.0.22"
node/service/Cargo.toml
View file @
a3bd3621
...
...
@@ -6,53 +6,53 @@ edition = "2018"
[dependencies]
# Substrate Client
sc-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
babe
=
{
package
=
"sc-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
grandpa
=
{
package
=
"sc-finality-grandpa"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-chain-spec
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-client-db
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-consensus-slots
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-finality-grandpa-warp-sync
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
optional
=
true
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
service
=
{
package
=
"sc-service"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
telemetry
=
{
package
=
"sc-telemetry"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
babe
=
{
package
=
"sc-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
grandpa
=
{
package
=
"sc-finality-grandpa"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-chain-spec
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-client-db
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-consensus-slots
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-finality-grandpa-warp-sync
=
{
git
=
"https://github.com/paritytech/substrate"
,
optional
=
true
,
branch
=
"td-mmr-custom"
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
service
=
{
package
=
"sc-service"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
telemetry
=
{
package
=
"sc-telemetry"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
# Substrate Primitives
sp-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
consensus_common
=
{
package
=
"sp-consensus"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
grandpa_primitives
=
{
package
=
"sp-finality-grandpa"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-offchain
=
{
package
=
"sp-offchain"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-storage
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
consensus_common
=
{
package
=
"sp-consensus"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
grandpa_primitives
=
{
package
=
"sp-finality-grandpa"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-offchain
=
{
package
=
"sp-offchain"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-storage
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
# Substrate Pallets
pallet-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-im-online
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-transaction-payment-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pallet-im-online
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pallet-transaction-payment-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
# Substrate Other
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
prometheus-endpoint
=
{
package
=
"substrate-prometheus-endpoint"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
prometheus-endpoint
=
{
package
=
"substrate-prometheus-endpoint"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
# External Crates
futures
=
"0.3.12"
...
...
node/subsystem-test-helpers/Cargo.toml
View file @
a3bd3621
...
...
@@ -19,9 +19,9 @@ polkadot-node-subsystem = { path = "../subsystem" }
polkadot-node-subsystem-util
=
{
path
=
"../subsystem-util"
}
polkadot-primitives
=
{
path
=
"../../primitives"
}
polkadot-statement-table
=
{
path
=
"../../statement-table"
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
smallvec
=
"1.6.1"
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
[dev-dependencies]
polkadot-overseer
=
{
path
=
"../overseer"
}
node/subsystem-util/Cargo.toml
View file @
a3bd3621
...
...
@@ -24,11 +24,11 @@ polkadot-node-network-protocol = { path = "../network/protocol" }
polkadot-primitives
=
{
path
=
"../../primitives"
}
metered-channel
=
{
path
=
"../metered-channel"
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-prometheus-endpoint
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-application-crypto
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
substrate-prometheus-endpoint
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
[dev-dependencies]
assert_matches
=
"1.4.0"
...
...
node/subsystem/Cargo.toml
View file @
a3bd3621
...
...
@@ -23,10 +23,10 @@ polkadot-node-network-protocol = { path = "../network/protocol" }
polkadot-primitives
=
{
path
=
"../../primitives"
}
polkadot-statement-table
=
{
path
=
"../../statement-table"
}
polkadot-node-jaeger
=
{
path
=
"../jaeger"
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
smallvec
=
"1.6.1"
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-prometheus-endpoint
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
substrate-prometheus-endpoint
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
thiserror
=
"1.0.23"
log
=
"0.4.13"
...
...
node/test/client/Cargo.toml
View file @
a3bd3621
...
...
@@ -14,19 +14,19 @@ polkadot-primitives = { path = "../../../primitives" }
polkadot-node-subsystem
=
{
path
=
"../../subsystem"
}
# Substrate dependencies
substrate-test-client
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-consensus-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-test-client
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-consensus-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
[dev-dependencies]
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
node/test/service/Cargo.toml
View file @
a3bd3621
...
...
@@ -26,38 +26,38 @@ polkadot-test-runtime = { path = "../../../runtime/test-runtime" }
polkadot-runtime-parachains
=
{
path
=
"../../../runtime/parachains"
}
# Substrate dependencies
sp-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
babe
=
{
package
=
"sc-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
consensus_common
=
{
package
=
"sp-consensus"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
grandpa
=
{
package
=
"sc-finality-grandpa"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
grandpa_primitives
=
{
package
=
"sp-finality-grandpa"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-chain-spec
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-tracing
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
service
=
{
package
=
"sc-service"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-test-client
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
babe
=
{
package
=
"sc-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
babe-primitives
=
{
package
=
"sp-consensus-babe"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
consensus_common
=
{
package
=
"sp-consensus"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
grandpa
=
{
package
=
"sc-finality-grandpa"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
grandpa_primitives
=
{
package
=
"sp-finality-grandpa"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
inherents
=
{
package
=
"sp-inherents"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pallet-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-chain-spec
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-network
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-tracing
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
service
=
{
package
=
"sc-service"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
substrate-test-client
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
[dev-dependencies]
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
serde_json
=
"1.0.61"
substrate-test-utils
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-test-utils
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
tokio
=
{
version
=
"0.2"
,
features
=
["macros"]
}
parachain/Cargo.toml
View file @
a3bd3621
...
...
@@ -11,19 +11,19 @@ edition = "2018"
# various unnecessary Substrate-specific endpoints.
parity-scale-codec
=
{
version
=
"2.0.0"
,
default-features
=
false
,
features
=
[
"derive"
]
}
parity-util-mem
=
{
version
=
"0.9.0"
,
optional
=
true
}
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-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-wasm-interface
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
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-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-wasm-interface
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
polkadot-core-primitives
=
{
path
=
"../core-primitives"
,
default-features
=
false
}
derive_more
=
"0.99.11"
# all optional crates.
thiserror
=
{
version
=
"1.0.22"
,
optional
=
true
}
serde
=
{
version
=
"1.0.117"
,
default-features
=
false
,
features
=
[
"derive"
],
optional
=
true
}
sp-externalities
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
optional
=
true
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
optional
=
true
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
optional
=
true
}
sp-externalities
=
{
git
=
"https://github.com/paritytech/substrate"
,
optional
=
true
,
branch
=
"td-mmr-custom"
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate"
,
optional
=
true
,
branch
=
"td-mmr-custom"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
optional
=
true
,
branch
=
"td-mmr-custom"
}
parking_lot
=
{
version
=
"0.11.1"
,
optional
=
true
}
log
=
{
version
=
"0.4.11"
,
optional
=
true
}
futures
=
{
version
=
"0.3.8"
,
optional
=
true
}
...
...
parachain/test-parachains/Cargo.toml
View file @
a3bd3621
...
...
@@ -14,7 +14,7 @@ adder = { package = "test-parachain-adder", path = "adder" }
halt
=
{
package
=
"test-parachain-halt"
,
path
=
"halt"
}
[dev-dependencies]
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
[features]
default
=
[
"std"
]
...
...
parachain/test-parachains/adder/Cargo.toml
View file @
a3bd3621
...
...
@@ -9,12 +9,12 @@ build = "build.rs"
[dependencies]
parachain
=
{
package
=
"polkadot-parachain"
,
path
=
"../../"
,
default-features
=
false
,
features
=
[
"wasm-api"
]
}
parity-scale-codec
=
{
version
=
"2.0.0"
,
default-features
=
false
,
features
=
["derive"]
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
tiny-keccak
=
{
version
=
"2.0.2"
,
features
=
["keccak"]
}
dlmalloc
=
{
version
=
"0.2.1"
,
features
=
[
"global"
]
}
# We need to make sure the global allocator is disabled until we have support of full substrate externalities
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
,
features
=
[
"disable_allocator"
]
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
features
=
[
"disable_allocator"
]
,
branch
=
"td-mmr-custom"
}
[build-dependencies]
substrate-wasm-builder
=
"3.0.0"
...
...
parachain/test-parachains/adder/collator/Cargo.toml
View file @
a3bd3621
...
...
@@ -23,18 +23,18 @@ polkadot-service = { path = "../../../../node/service" }
polkadot-node-primitives
=
{
path
=
"../../../../node/primitives"
}
polkadot-node-subsystem
=
{
path
=
"../../../../node/subsystem"
}
sc-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
[dev-dependencies]
polkadot-parachain
=
{
path
=
"../../.."
}
polkadot-test-service
=
{
path
=
"../../../../node/test/service"
}
substrate-test-utils
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-test-utils
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sp-keyring
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
tokio
=
{
version
=
"0.2"
,
features
=
["macros"]
}
...
...
primitives/Cargo.toml
View file @
a3bd3621
...
...
@@ -7,28 +7,28 @@ edition = "2018"
[dependencies]
serde
=
{
version
=
"1.0.123"
,
optional
=
true
,
features
=
["derive"]
}
parity-scale-codec
=
{
version
=
"2.0.0"
,
default-features
=
false
,
features
=
[
"bit-vec"
,
"derive"
]
}
primitives
=
{
package
=
"sp-core"
,
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
}
application-crypto
=
{
package
=
"sp-application-crypto"
,
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"
,
branch
=
"master"
,
default-features
=
false
}
sp-version
=
{
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-staking
=
{
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-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
runtime_primitives
=
{
package
=
"sp-runtime"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
primitives
=
{
package
=
"sp-core"
,
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"
}
application-crypto
=
{
package
=
"sp-application-crypto"
,
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"
}
sp-api
=
{
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"
}
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-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
sp-authority-discovery
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
runtime_primitives
=
{
package
=
"sp-runtime"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
polkadot-parachain
=
{
path
=
"../parachain"
,
default-features
=
false
}
polkadot-core-primitives
=
{
path
=
"../core-primitives"
,
default-features
=
false
}
trie
=
{
package
=
"sp-trie"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
trie
=
{
package
=
"sp-trie"
,
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"td-mmr-custom"
}
bitvec
=
{
version
=
"0.20.1"
,
default-features
=
false
,
features
=
["alloc"]
}
frame-system
=
{
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"
}
hex-literal
=
"0.3.1"
parity-util-mem
=
{
version
=
"0.9.0"
,
default-features
=
false
,
optional
=
true
}
[dev-dependencies]
sp-serializer
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-serializer
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
pretty_assertions
=
"0.6.1"
[features]
...
...
rpc/Cargo.toml
View file @
a3bd3621
...
...
@@ -7,24 +7,24 @@ edition = "2018"
[dependencies]
jsonrpc-core
=
"15.1.0"
polkadot-primitives
=
{
path
=
"../primitives"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sp-consensus-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sc-chain-spec
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-consensus-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sc-consensus-babe-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sc-consensus-epochs
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sc-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-finality-grandpa-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
sc-sync-state-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
txpool-api
=
{
package
=
"sp-transaction-pool"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-rpc-system
=
{
package
=
"substrate-frame-rpc-system"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master"
}
pallet-transaction-payment-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
sp-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
sp-consensus-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
sc-chain-spec
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-consensus-babe
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
sc-consensus-babe-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
sc-consensus-epochs
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
sc-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-finality-grandpa-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
sc-sync-state-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
txpool-api
=
{
package
=
"sp-transaction-pool"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
frame-rpc-system
=
{
package
=
"substrate-frame-rpc-system"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom"
}
pallet-transaction-payment-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
parity-scale-codec
=
{
version
=
"2.0.0"
,
default-features
=
false
}
sp-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
td-mmr-custom
"
}
runtime/common/Cargo.toml
View file @
a3bd3621
...
...
@@ -13,27 +13,27 @@ serde = { version = "1.0.123", default-features = false }
serde_derive
=
{
version
=
"1.0.117"
,
optional
=
true
}
static_assertions
=
"1.1.0"
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-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"
}
pallet-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}