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
0db9e2b3
Commit
0db9e2b3
authored
Aug 15, 2018
by
asynchronous rob
Browse files
replacing references to staging branch
parent
adfbcbed
Changes
22
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
0db9e2b3
This diff is collapsed.
Click to expand it.
Cargo.toml
View file @
0db9e2b3
...
...
@@ -43,10 +43,10 @@ exclude = [
]
[badges]
travis-ci
=
{
repository
=
"paritytech/p
olkadot
"
,
branch
=
"master"
}
travis-ci
=
{
repository
=
"paritytech/p
arity-substrate
"
,
branch
=
"master"
}
maintenance
=
{
status
=
"actively-developed"
}
is-it-maintained-issue-resolution
=
{
repository
=
"paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
is-it-maintained-open-issues
=
{
repository
=
"paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
is-it-maintained-issue-resolution
=
{
repository
=
"paritytech/p
ar
it
y
-substrate"
}
is-it-maintained-open-issues
=
{
repository
=
"paritytech/p
ar
it
y
-substrate"
}
[profile.release]
# Substrate runtime requires unwinding.
...
...
api/Cargo.toml
View file @
0db9e2b3
...
...
@@ -8,14 +8,14 @@ error-chain = "0.12"
polkadot-executor
=
{
path
=
"../executor"
}
polkadot-runtime
=
{
path
=
"../runtime"
}
polkadot-primitives
=
{
path
=
"../primitives"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-io
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-executive
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-client
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-executor
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-state-machine
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-io
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-executive
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-client
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-executor
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-state-machine
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
[dev-dependencies]
substrate-keyring
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-keyring
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
availability-store/Cargo.toml
View file @
0db9e2b3
...
...
@@ -8,8 +8,8 @@ authors = ["Parity Technologies <admin@parity.io>"]
polkadot-primitives
=
{
path
=
"../primitives"
}
parking_lot
=
"0.4"
log
=
"0.3"
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
kvdb
=
{
git
=
"https://github.com/paritytech/parity-common.git"
}
kvdb-rocksdb
=
{
git
=
"https://github.com/paritytech/parity-common.git"
}
kvdb-memorydb
=
{
git
=
"https://github.com/paritytech/parity-common.git"
}
cli/Cargo.toml
View file @
0db9e2b3
...
...
@@ -14,18 +14,18 @@ tokio = "0.1.7"
futures
=
"0.1.17"
parking_lot
=
"0.4"
exit-future
=
"0.1"
substrate-cli
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-client
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-extrinsic-pool
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-network
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-rpc
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-rpc-servers
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-service
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-state-machine
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-telemetry
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-cli
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-client
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-extrinsic-pool
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-network
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-rpc
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-rpc-servers
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-service
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-state-machine
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-telemetry
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
polkadot-primitives
=
{
path
=
"../primitives"
}
polkadot-runtime
=
{
path
=
"../runtime"
}
polkadot-service
=
{
path
=
"../service"
}
...
...
collator/Cargo.toml
View file @
0db9e2b3
...
...
@@ -6,13 +6,13 @@ description = "Collator node implementation"
[dependencies]
futures
=
"0.1.17"
substrate-client
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
version
=
"0.1"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
version
=
"0.1"
}
substrate-client
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
version
=
"0.1"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
version
=
"0.1"
}
polkadot-api
=
{
path
=
"../api"
}
polkadot-runtime
=
{
path
=
"../runtime"
,
version
=
"0.1"
}
polkadot-primitives
=
{
path
=
"../primitives"
,
version
=
"0.1"
}
polkadot-cli
=
{
path
=
"../cli"
}
log
=
"0.4"
ed25519
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
ed25519
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
tokio
=
"0.1.7"
consensus/Cargo.toml
View file @
0db9e2b3
...
...
@@ -7,7 +7,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
futures
=
"0.1.17"
parking_lot
=
"0.4"
tokio
=
"0.1.7"
ed25519
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
ed25519
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
error-chain
=
"0.12"
log
=
"0.3"
exit-future
=
"0.1"
...
...
@@ -19,12 +19,12 @@ polkadot-primitives = { path = "../primitives" }
polkadot-runtime
=
{
path
=
"../runtime"
}
polkadot-statement-table
=
{
path
=
"../statement-table"
}
polkadot-transaction-pool
=
{
path
=
"../transaction-pool"
}
substrate-bft
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-support
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-client
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-bft
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-support
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-client
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
[dev-dependencies]
substrate-keyring
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-keyring
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
executor/Cargo.toml
View file @
0db9e2b3
...
...
@@ -5,6 +5,6 @@ authors = ["Parity Technologies <admin@parity.io>"]
description
=
"Polkadot node implementation in Rust."
[dependencies]
substrate-executor
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-executor
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
polkadot-runtime
=
{
path
=
"../runtime"
}
network/Cargo.toml
View file @
0db9e2b3
...
...
@@ -10,12 +10,12 @@ polkadot-api = { path = "../api" }
polkadot-availability-store
=
{
path
=
"../availability-store"
}
polkadot-consensus
=
{
path
=
"../consensus"
}
polkadot-primitives
=
{
path
=
"../primitives"
}
substrate-bft
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-codec-derive
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-network
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
ed25519
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-bft
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-codec-derive
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-network
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
ed25519
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
futures
=
"0.1"
tokio
=
"0.1.7"
log
=
"0.4"
...
...
parachain/Cargo.toml
View file @
0db9e2b3
...
...
@@ -5,8 +5,8 @@ authors = ["Parity Technologies <admin@parity.io>"]
description
=
"Types and utilities for creating and working with parachains"
[dependencies]
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-codec-derive
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-codec-derive
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
wasmi
=
{
version
=
"0.4"
,
optional
=
true
}
error-chain
=
{
version
=
"0.12"
,
optional
=
true
}
...
...
parachain/tests/res/adder.wasm
View file @
0db9e2b3
No preview for this file type
primitives/Cargo.toml
View file @
0db9e2b3
...
...
@@ -6,14 +6,14 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
serde
=
{
version
=
"1.0"
,
default_features
=
false
}
serde_derive
=
{
version
=
"1.0"
,
optional
=
true
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default_features
=
false
}
substrate-codec-derive
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default_features
=
false
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default_features
=
false
}
substrate-runtime-std
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default_features
=
false
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default_features
=
false
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default_features
=
false
}
substrate-codec-derive
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default_features
=
false
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default_features
=
false
}
substrate-runtime-std
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default_features
=
false
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default_features
=
false
}
[dev-dependencies]
substrate-serializer
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-serializer
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
pretty_assertions
=
"0.4"
[features]
...
...
runtime/Cargo.toml
View file @
0db9e2b3
...
...
@@ -10,23 +10,23 @@ serde = { version = "1.0", default_features = false }
serde_derive
=
{
version
=
"1.0"
,
optional
=
true
}
safe-mix
=
{
version
=
"1.0"
,
default_features
=
false
}
polkadot-primitives
=
{
path
=
"../primitives"
,
default_features
=
false
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-serializer
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-std
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-io
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-support
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-keyring
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-consensus
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-council
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-democracy
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-executive
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-session
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-staking
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-system
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-timestamp
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-version
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-serializer
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-std
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-io
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-support
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-keyring
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-consensus
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-council
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-democracy
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-executive
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-session
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-staking
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-system
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-timestamp
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-version
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
[dev-dependencies]
hex-literal
=
"0.1.0"
...
...
runtime/wasm/Cargo.lock
View file @
0db9e2b3
This diff is collapsed.
Click to expand it.
runtime/wasm/Cargo.toml
View file @
0db9e2b3
...
...
@@ -10,21 +10,21 @@ crate-type = ["cdylib"]
integer-sqrt
=
{
git
=
"https://github.com/paritytech/integer-sqrt-rs.git"
,
branch
=
"master"
}
polkadot-primitives
=
{
path
=
"../../primitives"
,
default-features
=
false
}
safe-mix
=
{
version
=
"1.0"
,
default-features
=
false
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-std
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-io
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-support
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-consensus
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-council
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-democracy
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-executive
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-session
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-staking
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-system
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-timestamp
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-runtime-version
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-std
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-io
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-support
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-consensus
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-council
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-democracy
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-executive
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-session
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-staking
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-system
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-timestamp
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
substrate-runtime-version
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
[features]
default
=
[]
...
...
runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.compact.wasm
View file @
0db9e2b3
No preview for this file type
runtime/wasm/target/wasm32-unknown-unknown/release/polkadot_runtime.wasm
View file @
0db9e2b3
No preview for this file type
service/Cargo.toml
View file @
0db9e2b3
...
...
@@ -11,7 +11,7 @@ log = "0.3"
slog
=
"^2"
tokio
=
"0.1.7"
hex-literal
=
"0.1"
ed25519
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
ed25519
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
polkadot-availability-store
=
{
path
=
"../availability-store"
}
polkadot-primitives
=
{
path
=
"../primitives"
}
polkadot-runtime
=
{
path
=
"../runtime"
}
...
...
@@ -20,10 +20,10 @@ polkadot-executor = { path = "../executor" }
polkadot-api
=
{
path
=
"../api"
}
polkadot-transaction-pool
=
{
path
=
"../transaction-pool"
}
polkadot-network
=
{
path
=
"../network"
}
substrate-runtime-io
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-network
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-client
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-service
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-telemetry
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-runtime-io
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-network
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-client
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-service
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-telemetry
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
statement-table/Cargo.toml
View file @
0db9e2b3
...
...
@@ -4,7 +4,7 @@ version = "0.1.0"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
[dependencies]
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-codec-derive
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
substrate-codec
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-codec-derive
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
polkadot-primitives
=
{
path
=
"../primitives"
}
test-parachains/adder/Cargo.toml
View file @
0db9e2b3
...
...
@@ -6,5 +6,5 @@ description = "Test parachain which adds to a number as its state transition"
[dependencies]
polkadot-parachain
=
{
path
=
"../../parachain/"
,
default-features
=
false
}
substrate-codec-derive
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
,
default-features
=
false
}
substrate-codec-derive
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
,
default-features
=
false
}
tiny-keccak
=
"1.4"
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment