Skip to content

Commit

Permalink
Get rid of NetworkService in ChainSync (#2143)
Browse files Browse the repository at this point in the history
Move peer banning from `ChainSync` to `SyncingEngine`.
  • Loading branch information
dmitry-markin authored Nov 6, 2023
1 parent f6ee478 commit 7b06e63
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 278 deletions.
2 changes: 2 additions & 0 deletions substrate/bin/minimal/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -36,5 +37,6 @@ std = [
"pallet-transaction-payment/std",
"parity-scale-codec/std",
"scale-info/std",
"sp-genesis-builder/std",
"substrate-wasm-builder",
]
Loading

0 comments on commit 7b06e63

Please sign in to comment.