Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

chore: update deps #217

Merged
merged 8 commits into from
Apr 28, 2021
Merged

chore: update deps #217

merged 8 commits into from
Apr 28, 2021

Conversation

vasco-santos
Copy link
Member

@vasco-santos vasco-santos commented Apr 13, 2021

Updates dependencies, switch from protons to protobufjs as the rest of the stack

aegir since 31+ does not close the test process if there are outstanding resources being used. This is great as we are able to catch new errors easily. There is a known error where queries are not properly closed which means the tests will not be closed in the end. I am deferring this fix to a follow up PR (need to check if we have an issue, otherwise create one)

Needs:

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
Co-authored-by: Alex Potsides <alex@achingbrain.net>
vasco-santos and others added 3 commits April 19, 2021 10:59
Co-authored-by: Alex Potsides <alex@achingbrain.net>
…ibp2p-kad-dht into chore/update-deps-12-04-2021
@vasco-santos vasco-santos marked this pull request as ready for review April 28, 2021 13:50
@achingbrain
Copy link
Member

LGTM, pending green CI

@vasco-santos
Copy link
Member Author

vasco-santos commented Apr 28, 2021

Prior to libp2p/js-libp2p@b4fb9b7 the event was emitted with empty addresses, which meant the findPeer was working, but no addresses existed. In addition, test dht connect now also adds to the addressBook the peer addresses onConnect, as libp2p would do if we were using its dialer. Also, if self peer receives findPeer query, it was not returning its multiaddrs 🤦🏼

@vasco-santos vasco-santos merged commit fd60ebf into master Apr 28, 2021
@vasco-santos vasco-santos deleted the chore/update-deps-12-04-2021 branch April 28, 2021 15:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants