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
Hide whitespace changes
Inline
Side-by-side
test-parachains/adder/collator/Cargo.toml
View file @
0db9e2b3
...
...
@@ -8,7 +8,7 @@ adder = { path = ".." }
polkadot-parachain
=
{
path
=
"../../../parachain"
}
polkadot-collator
=
{
path
=
"../../../collator"
}
polkadot-primitives
=
{
path
=
"../../../primitives"
}
ed25519
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-substrate"
}
ed25519
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
parking_lot
=
"0.4"
ctrlc
=
{
git
=
"https://github.com/paritytech/rust-ctrlc.git"
}
futures
=
"0.1"
...
...
transaction-pool/Cargo.toml
View file @
0db9e2b3
...
...
@@ -10,10 +10,10 @@ parking_lot = "0.4"
polkadot-api
=
{
path
=
"../api"
}
polkadot-primitives
=
{
path
=
"../primitives"
}
polkadot-runtime
=
{
path
=
"../runtime"
}
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-keyring
=
{
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-primitives
=
{
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"
}
ed25519
=
{
git
=
"https://github.com/paritytech/p
olkadot"
,
branch
=
"spl
it-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-keyring
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-extrinsic-pool
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
substrate-runtime-primitives
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
ed25519
=
{
git
=
"https://github.com/paritytech/p
ar
it
y
-substrate"
}
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