Extract peers grid topology related code to a separate unit (#5365)

* Initial attempt to extract grid topology related code

* Use shared code in the approval distribution subsystem

* Fix spellcheck issues

* Moe Aggression stuff back to the approval-distribution subsystem

* Cargo fmt
This commit is contained in:
Vsevolod Stakhov
2022-04-22 11:19:36 +01:00
committed by GitHub
parent bb3cc7b041
commit a5742b9ec1
6 changed files with 256 additions and 159 deletions
+2 -1
View File
@@ -17,4 +17,5 @@ strum = { version = "0.24", features = ["derive"] }
futures = "0.3.21"
thiserror = "1.0.30"
fatality = "0.0.6"
derive_more = "0.99"
rand = "0.8"
derive_more = "0.99"