Skip to content
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

feat: add DI #160

Closed
wants to merge 1 commit into from
Closed

feat: add DI #160

wants to merge 1 commit into from

Conversation

mkg20001
Copy link
Member

@mkg20001 mkg20001 commented Feb 5, 2018

This should fix #130.
(Not like I tested anything - yolo :D)

@ghost ghost assigned mkg20001 Feb 5, 2018
@ghost ghost added the status/in-progress In progress label Feb 5, 2018
@daviddias daviddias closed this Jun 4, 2018
@daviddias daviddias deleted the feat/add-di branch June 4, 2018 10:19
@ghost ghost removed the status/in-progress In progress label Jun 4, 2018
maschad pushed a commit to maschad/js-libp2p that referenced this pull request Jun 21, 2023
- Use event bus to populate listened-on addresses
- Derive the connection remote address from the SDP offer so the remote address is a webrtc address and not related to the underlying transport that was used to do the SDP handshake
- Simplify example tests with `test-ipfs-example` - no need to install playwright separately
- Update browser to browser example test to test without the relay
- Set connection close time when RTCPeerConnection closes
- Updates all streaming deps
- Removes unused peer-store dependency
- Updates project config and fixes badges
- Updates ci files (will be automated by protocol/.github#519 )

BREAKING CHANGE: must be used with libp2p@0.45.x
maschad pushed a commit to maschad/js-libp2p that referenced this pull request Jun 21, 2023
## [2.0.0](libp2p/js-libp2p-webrtc@v1.2.0...v2.0.0) (2023-05-11)

### ⚠ BREAKING CHANGES

* must be used with libp2p@0.45.x

### Dependencies

* update all libp2p deps for compat with libp2p@0.45.x ([libp2p#160](libp2p/js-libp2p-webrtc#160)) ([b20875d](libp2p/js-libp2p-webrtc@b20875d))
achingbrain pushed a commit that referenced this pull request Jun 27, 2023
)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
achingbrain pushed a commit that referenced this pull request Jun 27, 2023
## [3.0.2](libp2p/js-libp2p-floodsub@v3.0.1...v3.0.2) (2022-06-30)

### Trivial Changes

* **deps-dev:** bump @libp2p/peer-collections from 1.0.3 to 2.0.0 ([#160](libp2p/js-libp2p-floodsub#160)) ([29026d8](libp2p/js-libp2p-floodsub@29026d8))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dependency injection during boot time
2 participants