You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2023. It is now read-only.
We should remove all .js code from the interfaces module and just make it .ts interfaces, so we can use the types declared there without pulling in heavy implementations such as libp2p-crypto or peer-id.
The only significant chunks of code we have are the pubsub and connection base classes but these could be moved to packages within this repo. We could even repurpose the old libp2p-pubsub npm module.