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

Refactor to use Libp2p directly #28

Closed
3 tasks done
tabcat opened this issue Nov 22, 2022 · 0 comments
Closed
3 tasks done

Refactor to use Libp2p directly #28

tabcat opened this issue Nov 22, 2022 · 0 comments

Comments

@tabcat
Copy link
Member

tabcat commented Nov 22, 2022

Have been avoiding using the libp2p provided by ipfs because it is not available when using ipfs via the ipfs-http-client. Recently have cared less about this use-case.

The two pieces to be refactored to use libp2p directly are:

The peer monitor will benefit from being able to listen for updates instead of polling.

Replacing the Keychain with libp2p.keychain will nullify headaches around the KeyChain not being exported in the first place.

In the further future, will be able to use libp2p protocol handlers to build the BEC push replicator.

@tabcat tabcat closed this as completed in 81e6afd Nov 23, 2022
tabcat added a commit that referenced this issue Nov 23, 2022
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

No branches or pull requests

1 participant