-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(peersync)!: push local peer record to connected peer on change (#…
…1202) Description --- feat(peersync)!: push local peer record to connected peer on change Add libp2p logs to log4rs Motivation and Context --- Connected peers should have an up-to-date and shareable address record for peers they are connected to. This PR adds this to the peer sync protocol. How Has This Been Tested? --- Manually - looked at logs to observe it working What process can a PR reviewer use to test or verify this change? --- Given node A connected to node B prior, a node C can request node B from Node A and always get a response. Breaking Changes --- - [ ] None - [ ] Requires data directory to be deleted - [x] Other - Please specify BREAKING CHANGE: peer sync protocol is not compatible with previous versions
- Loading branch information
Showing
15 changed files
with
602 additions
and
241 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
Oops, something went wrong.