-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore: update peer store api and libp2p api without peer-info #38
Merged
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
This was referenced Apr 1, 2020
vasco-santos
force-pushed
the
chore/update-peer-store-api
branch
from
April 2, 2020 20:10
1f3410d
to
7f3cf58
Compare
vasco-santos
force-pushed
the
chore/update-peer-store-api
branch
from
April 16, 2020 09:08
7f3cf58
to
cdde4c5
Compare
vasco-santos
changed the title
chore: update peer store api
chore: update peer store api and libp2p api without peer-info
Apr 17, 2020
This was referenced Apr 17, 2020
vasco-santos
force-pushed
the
chore/update-peer-store-api
branch
2 times, most recently
from
April 21, 2020 12:50
48bd58f
to
eb986d7
Compare
vasco-santos
force-pushed
the
chore/update-peer-store-api
branch
9 times, most recently
from
April 29, 2020 16:18
8c39e16
to
22c4622
Compare
vasco-santos
force-pushed
the
chore/update-peer-store-api
branch
3 times, most recently
from
May 7, 2020 15:18
9445d5d
to
2c76c0b
Compare
vasco-santos
force-pushed
the
chore/update-peer-store-api
branch
from
May 13, 2020 08:51
2c76c0b
to
0656a22
Compare
vasco-santos
force-pushed
the
chore/update-peer-store-api
branch
from
May 28, 2020 11:55
0656a22
to
fef6023
Compare
18 tasks
vasco-santos
force-pushed
the
chore/update-peer-store-api
branch
from
June 5, 2020 14:09
07b4c2b
to
b41763b
Compare
jacobheun
approved these changes
Jun 5, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
v0.4.0 is released |
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.
In the context of the PeerStore improvements specified on libp2p/js-libp2p#582 and as a follow up of libp2p/js-libp2p#590.
This PR contains two commits, one for updating the
peer-store
API and a second one to use the newlibp2p
API with nopeer-info
The modules changed (
libp2p
andlibp2p-kad-dht
) were updated.Needs: