dispute statements node side limiting (#4541)

This commit is contained in:
Bernhard Schuster
2021-12-17 15:50:26 +01:00
committed by GitHub
parent b0a4f78edc
commit fad55b95fa
3 changed files with 124 additions and 43 deletions
@@ -10,9 +10,11 @@ futures = "0.3.17"
tracing = "0.1.29"
thiserror = "1.0.30"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
futures-timer = "3.0.2"
rand = "0.8.4"
[dev-dependencies]
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }