@@ -17,26 +17,26 @@ crate-type = ["cdylib", "rlib"]
1717log = " 0.4.8"
1818futures = { version = " 0.3.4" , features = [" compat" ] }
1919structopt = " 0.3.8"
20- sp-api = { git = " https://github.com/paritytech/substrate " , branch = " master " }
21- sp-core = { git = " https://github.com/paritytech/substrate " , branch = " master " }
22- sp-runtime = { git = " https://github.com/paritytech/substrate " , branch = " master " }
23- sc-client-api = { git = " https://github.com/paritytech/substrate " , branch = " master " }
24- sc-client-db = { git = " https://github.com/paritytech/substrate " , branch = " master " }
25- sc-executor = { git = " https://github.com/paritytech/substrate " , branch = " master " }
20+ sp-api = { git = " https://github.com/tomaka/polkadot " , branch = " legacy-send-status " }
21+ sp-core = { git = " https://github.com/tomaka/polkadot " , branch = " legacy-send-status " }
22+ sp-runtime = { git = " https://github.com/tomaka/polkadot " , branch = " legacy-send-status " }
23+ sc-client-api = { git = " https://github.com/tomaka/polkadot " , branch = " legacy-send-status " }
24+ sc-client-db = { git = " https://github.com/tomaka/polkadot " , branch = " legacy-send-status " }
25+ sc-executor = { git = " https://github.com/tomaka/polkadot " , branch = " legacy-send-status " }
2626service = { package = " polkadot-service" , path = " ../service" , default-features = false , optional = true }
2727service-new = { package = " polkadot-service-new" , path = " ../node/service" , default-features = false , optional = true }
2828
2929tokio = { version = " 0.2.13" , features = [" rt-threaded" ], optional = true }
30- frame-benchmarking-cli = { git = " https://github.com/paritytech/substrate " , branch = " master " , optional = true }
31- sc-cli = { git = " https://github.com/paritytech/substrate " , branch = " master " , optional = true }
32- sc-service = { git = " https://github.com/paritytech/substrate " , branch = " master " , optional = true }
30+ frame-benchmarking-cli = { git = " https://github.com/tomaka/polkadot " , branch = " legacy-send-status " , optional = true }
31+ sc-cli = { git = " https://github.com/tomaka/polkadot " , branch = " legacy-send-status " , optional = true }
32+ sc-service = { git = " https://github.com/tomaka/polkadot " , branch = " legacy-send-status " , optional = true }
3333
3434wasm-bindgen = { version = " 0.2.57" , optional = true }
3535wasm-bindgen-futures = { version = " 0.4.7" , optional = true }
36- browser-utils = { package = " substrate-browser-utils" , git = " https://github.com/paritytech/substrate " , branch = " master " , optional = true }
36+ browser-utils = { package = " substrate-browser-utils" , git = " https://github.com/tomaka/polkadot " , branch = " legacy-send-status " , optional = true }
3737
3838[build-dependencies ]
39- substrate-build-script-utils = { git = " https://github.com/paritytech/substrate " , branch = " master " }
39+ substrate-build-script-utils = { git = " https://github.com/tomaka/polkadot " , branch = " legacy-send-status " }
4040
4141[features ]
4242default = [ " wasmtime" , " db" , " cli" , " service-old" ]
0 commit comments