mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 02:31:03 +00:00
Get rid of NetworkService in ChainSync (#2143)
Move peer banning from `ChainSync` to `SyncingEngine`.
This commit is contained in:
@@ -28,6 +28,7 @@ substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [
|
||||
"frame-support/std",
|
||||
"frame/std",
|
||||
"pallet-balances/std",
|
||||
"pallet-sudo/std",
|
||||
@@ -36,5 +37,6 @@ std = [
|
||||
"pallet-transaction-payment/std",
|
||||
"parity-scale-codec/std",
|
||||
"scale-info/std",
|
||||
"sp-genesis-builder/std",
|
||||
"substrate-wasm-builder",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user