-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bee-autopeering
crate
#755
Merged
thibault-martinez
merged 138 commits into
iotaledger:dev
from
Alex6323:cpt2-autopeering
Dec 21, 2021
Merged
Add bee-autopeering
crate
#755
thibault-martinez
merged 138 commits into
iotaledger:dev
from
Alex6323:cpt2-autopeering
Dec 21, 2021
Conversation
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
Alex6323
changed the title
Introduce autopeering via Kademlia DHT
Introduce autopeering
Sep 30, 2021
Alex6323
force-pushed
the
cpt2-autopeering
branch
from
October 19, 2021 11:26
ac4fd85
to
f990b2d
Compare
Before you complain about the many |
pvdrz
reviewed
Oct 20, 2021
pvdrz
reviewed
Nov 5, 2021
Alex6323
force-pushed
the
cpt2-autopeering
branch
from
November 5, 2021 16:24
a818140
to
f59c8be
Compare
pvdrz
reviewed
Nov 8, 2021
thibault-martinez
requested changes
Nov 15, 2021
Alex6323
force-pushed
the
cpt2-autopeering
branch
2 times, most recently
from
November 24, 2021 12:02
f3142a1
to
7f20768
Compare
samuel-rufi
requested changes
Dec 2, 2021
* Rename bee-network to bee-gossip; * Move bee-autopeering and bee-gossip into bee-network directory * Add enabled option to autopeering config section
Alex6323
force-pushed
the
cpt2-autopeering
branch
from
December 20, 2021 13:00
5775e15
to
801e477
Compare
thibault-martinez
approved these changes
Dec 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Autopeering service/plugin ported from Hornet/Hive.go.