Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new features to RoutingTableActor (#5160)
Add new features to routing table actor. - do edge pruning (not used yet) - store all edges in `edges_info` - `StartRoutingTableSync` (handling first message of protocol_feature_routing_exchange_algorithm) (not yet used) - `RoutingTableUpdate` (updating routing table and maybe pruning edges) (not yet used) - `AddVerifiedEdges` - adds verified edges and updates stats (Similar to `AddEdges`, but does more) (not yet used) This is done to split #5089 into smaller pieces. This should be reviewed after #5159, as this PR also includes changes in that request.
- Loading branch information