-
Notifications
You must be signed in to change notification settings - Fork 2
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 packages #107
Conversation
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.
Looks good 👍 just the one comment and we can get this merged 💯
Also, wondering if it was necessary to bump zzzync with the libp2p bump
Yeah, the old zzzync uses the older interfaces which were giving errors. |
plan to refactor tests and test utils in the future so everything is less flaky, already started #103 but thinking about refactoring code first and closing that PR |
This PR updates all the libp2p related packages to make it work with the newer versions of libp2p.
The breaking changes is the libp2p streams interface that has changed - as far as I can tell this only breaks the bootstrap replicator.