@@ -6,21 +6,21 @@ edition = "2018"
66
77[dependencies ]
88# Substrate dependencies
9- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
10- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
11- sp-consensus = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
12- sp-inherents = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
13- sp-api = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
14- sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
15- sc-service = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
16- sc-cli = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
9+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
10+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
11+ sp-consensus = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
12+ sp-inherents = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
13+ sp-api = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
14+ sc-client-api = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
15+ sc-service = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
16+ sc-cli = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
1717
1818# Polkadot dependencies
19- polkadot-collator = { git = " https://github.com/paritytech/polkadot" , branch = " cecton-use-custom-block-announce-validator " }
20- polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " cecton-use-custom-block-announce-validator " }
21- polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " cecton-use-custom-block-announce-validator " }
22- polkadot-primitives = { git = " https://github.com/paritytech/polkadot" , branch = " cecton-use-custom-block-announce-validator " }
23- polkadot-validation = { git = " https://github.com/paritytech/polkadot" , branch = " cecton-use-custom-block-announce-validator " }
19+ polkadot-collator = { git = " https://github.com/paritytech/polkadot" , branch = " cumulus-branch " }
20+ polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " cumulus-branch " }
21+ polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " cumulus-branch " }
22+ polkadot-primitives = { git = " https://github.com/paritytech/polkadot" , branch = " cumulus-branch " }
23+ polkadot-validation = { git = " https://github.com/paritytech/polkadot" , branch = " cumulus-branch " }
2424
2525# Cumulus dependencies
2626cumulus-consensus = { path = " ../consensus" }
@@ -40,13 +40,13 @@ test-runtime = { package = "cumulus-test-runtime", path = "../test/runtime" }
4040test-client = { package = " cumulus-test-client" , path = " ../test/client" }
4141
4242# Substrate dependencies
43- substrate-test-client = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
44- sp-keyring = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
45- sp-blockchain = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
46- sp-state-machine = { git = " https://github.com/paritytech/substrate" , branch = " cecton-use-custom-block-announce-validator " }
43+ substrate-test-client = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
44+ sp-keyring = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
45+ sp-blockchain = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
46+ sp-state-machine = { git = " https://github.com/paritytech/substrate" , branch = " cumulus-branch " }
4747
4848# Polkadot dependencies
49- polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " cecton-use-custom-block-announce-validator " }
49+ polkadot-service = { git = " https://github.com/paritytech/polkadot" , branch = " cumulus-branch " }
5050
5151# Other dependencies
5252env_logger = " 0.7.1"
0 commit comments