-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: Move address from `PeerId` to `Peer` Signed-off-by: Dmitry Murzin <[email protected]> * feat!: Gossip peer addresses Signed-off-by: Dmitry Murzin <[email protected]> * Review fixes Signed-off-by: Dmitry Murzin <[email protected]> * Review fixes: limit `gossip_peers` to peers from topology Signed-off-by: Dmitry Murzin <[email protected]> * Review fixes: use full `public_address` (instead of `external_port`) Signed-off-by: Dmitry Murzin <[email protected]> * Store address from each peer independently and use majority rule Signed-off-by: Dmitry Murzin <[email protected]> * Fix clippy warnings Signed-off-by: Dmitry Murzin <[email protected]> * Review fixes Signed-off-by: Dmitry Murzin <[email protected]> --------- Signed-off-by: Dmitry Murzin <[email protected]>
- Loading branch information
Showing
49 changed files
with
819 additions
and
625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.