Skip to content
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

move go-libp2p-peerstore to p2p/host/peerstore #1667

Merged
merged 384 commits into from
Aug 15, 2022
Merged

Conversation

marten-seemann
Copy link
Contributor

Part of #1556.

raulk and others added 30 commits September 4, 2018 18:07
* Refactor the peerstore into interface, in-memory implementation, datastore implementation. 
* Create common test suites to test all implementations against. 
* Normalise naming: rename AddrMgr => AddrBook everywhere. 
* Create interface PeerMetadata, with in-memory implementation.
* Adjust wait times in time-dependent tests.
* Introduce tests for KeyBook to increase coverage.
* Change usages of []peer.ID to IDSlice, which supports sorting.
* Restructure AddrBook tests into subtests.
* Import aliases.
@marten-seemann
Copy link
Contributor Author

We should fix libp2p/go-libp2p-peerstore#203 and libp2p/go-libp2p-peerstore#204 first. Tests are flaky.

@marten-seemann marten-seemann force-pushed the merge-peerstore branch 2 times, most recently from 786beee to 8db02ca Compare August 15, 2022 09:11
@marten-seemann marten-seemann merged commit 357ebfd into master Aug 15, 2022
@marten-seemann marten-seemann deleted the merge-peerstore branch November 8, 2022 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.