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
@@ -40,6 +40,8 @@ pub mod request_response;
/// Accessing authority discovery service
pub mod authority_discovery;
/// Grid topology support module
pub mod grid_topology;
/// A version of the protocol.
pub type ProtocolVersion = u32;