-
Notifications
You must be signed in to change notification settings - Fork 37
Conversation
@victorbjelkholm circle is failing with |
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.
What was the fix? Can you add tests to make sure it doesn't happen again?
package.json
Outdated
@@ -51,22 +51,23 @@ | |||
"peer-book": "~0.5.1", | |||
"pre-commit": "^1.2.2", | |||
"pull-goodbye": "0.0.2", | |||
"pump": "^2.0.0", |
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.
Why add an unused dep?
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.
Hmm, it was failing to run on ci because apparently https://github.com/libp2p/js-libp2p-multiplex/blob/fa78df420ca5762b2a003e658fd74bdf1dd3e6b3/src/index.js#L9 is failing to include it as a dep - https://github.com/libp2p/js-libp2p-multiplex/blob/master/package.json#L31..L48. I'll patch js-libp2p-multiplex
.
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.
this should fix the pump issues, as well as port multiplex to use the new aegir libp2p/js-libp2p-mplex#70
tests are on the way. |
Fixing circuit dialing