@@ -14,48 +14,48 @@ safe-mix = { version = "1.0", default-features = false}
1414serde = { version = " 1.0" , default-features = false }
1515serde_derive = { version = " 1.0" , optional = true }
1616
17- babe-primitives = { package = " substrate-consensus-babe-primitives" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
18- client = { package = " substrate-client" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
19- inherents = { package = " substrate-inherents" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
20- offchain-primitives = { package = " substrate-offchain-primitives" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
21- rstd = { package = " sr-std" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
22- sr-io = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
23- sr-primitives = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
24- sr-staking-primitives = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
25- substrate-primitives = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
26- substrate-serializer = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
27- substrate-session = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
28- version = { package = " sr-version" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
17+ babe-primitives = { package = " substrate-consensus-babe-primitives" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
18+ client = { package = " substrate-client" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
19+ inherents = { package = " substrate-inherents" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
20+ offchain-primitives = { package = " substrate-offchain-primitives" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
21+ rstd = { package = " sr-std" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
22+ sr-io = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
23+ sr-primitives = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
24+ sr-staking-primitives = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
25+ substrate-primitives = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
26+ substrate-serializer = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
27+ substrate-session = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
28+ version = { package = " sr-version" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
2929
30- authorship = { package = " srml-authorship" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
31- babe = { package = " srml-babe" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
32- balances = { package = " srml-balances" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
33- collective = { package = " srml-collective" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
34- democracy = { package = " srml-democracy" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
35- elections = { package = " srml-elections" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
36- executive = { package = " srml-executive" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
37- finality-tracker = { package = " srml-finality-tracker" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
38- grandpa = { package = " srml-grandpa" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
39- im-online = { package = " srml-im-online" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
40- indices = { package = " srml-indices" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
41- membership = { package = " srml-membership" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
42- offences = { package = " srml-offences" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
43- session = { package = " srml-session" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
44- srml-support = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
45- staking = { package = " srml-staking" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
46- sudo = { package = " srml-sudo" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
47- system = { package = " srml-system" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
48- timestamp = { package = " srml-timestamp" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
49- treasury = { package = " srml-treasury" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-testing " }
30+ authorship = { package = " srml-authorship" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
31+ babe = { package = " srml-babe" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
32+ balances = { package = " srml-balances" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
33+ collective = { package = " srml-collective" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
34+ democracy = { package = " srml-democracy" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
35+ elections = { package = " srml-elections" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
36+ executive = { package = " srml-executive" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
37+ finality-tracker = { package = " srml-finality-tracker" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
38+ grandpa = { package = " srml-grandpa" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
39+ im-online = { package = " srml-im-online" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
40+ indices = { package = " srml-indices" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
41+ membership = { package = " srml-membership" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
42+ offences = { package = " srml-offences" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
43+ session = { package = " srml-session" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
44+ srml-support = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
45+ staking = { package = " srml-staking" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
46+ sudo = { package = " srml-sudo" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
47+ system = { package = " srml-system" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
48+ timestamp = { package = " srml-timestamp" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
49+ treasury = { package = " srml-treasury" , git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-master " }
5050
5151primitives = { package = " polkadot-primitives" , path = " ../primitives" , default-features = false }
5252
5353[dev-dependencies ]
5454hex-literal = " 0.2.0"
5555libsecp256k1 = " 0.2.1"
5656tiny-keccak = " 1.4.2"
57- keyring = { package = " substrate-keyring" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-testing " }
58- substrate-trie = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-testing " }
57+ keyring = { package = " substrate-keyring" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-master " }
58+ substrate-trie = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-master " }
5959trie-db = " 0.15"
6060serde_json = " 1.0"
6161
0 commit comments