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

feat: add acceptIncomingConnection to ConnectionManager #295

Merged
merged 2 commits into from
Oct 4, 2022

Conversation

achingbrain
Copy link
Member

In order to check we can accept an incoming connection before exchanging PeerIds, add a method to the ConnectionManager interface that can be called by the upgrader.

In order to check we can accept an incoming connection before exchanging
PeerIds, add a method to the ConnectionManager interface that can
be called by the upgrader.
@mpetrunic mpetrunic merged commit 5d460e8 into master Oct 4, 2022
@mpetrunic mpetrunic deleted the feat/add-accept-incoming-connection-method branch October 4, 2022 15:20
github-actions bot pushed a commit that referenced this pull request Oct 4, 2022
## [@libp2p/interface-connection-manager-v1.2.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-manager-v1.1.1...@libp2p/interface-connection-manager-v1.2.0) (2022-10-04)

### Features

* add acceptIncomingConnection to ConnectionManager ([#295](#295)) ([5d460e8](5d460e8))
@github-actions
Copy link

github-actions bot commented Oct 4, 2022

🎉 This PR is included in version @libp2p/interface-connection-manager-v1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Oct 4, 2022
## [@libp2p/interface-mocks-v5.1.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v5.0.0...@libp2p/interface-mocks-v5.1.0) (2022-10-04)

### Features

* add acceptIncomingConnection to ConnectionManager ([#295](#295)) ([5d460e8](5d460e8))
@github-actions
Copy link

github-actions bot commented Oct 4, 2022

🎉 This PR is included in version @libp2p/interface-mocks-v5.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MarcoPolo
Copy link
Contributor

MarcoPolo commented Oct 4, 2022

So does this break js-libp2p until libp2p/js-libp2p#1398 is merged? My trivial change is breaking CI: libp2p/js-libp2p#1398

@mpetrunic
Copy link
Member

So does this break js-libp2p until libp2p/js-libp2p#1398 is merged? My trivial change is breaking CI: libp2p/js-libp2p#1398

libp2p/js-libp2p#1404 is merged as temporary fix

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants