Offchain: Disable http requests (#4188)

We don't use any http requests in the polkadot offchain workers.
This commit is contained in:
Bastian Köcher
2021-11-03 12:03:00 +01:00
committed by GitHub
parent 05bfc53878
commit ffcab0e78a
3 changed files with 186 additions and 165 deletions
+1
View File
@@ -24,6 +24,7 @@ sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch
sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" }