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

deps!: update all libp2p deps for compat with libp2p@0.45.x #160

Merged
merged 6 commits into from
May 11, 2023

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented May 10, 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 Add webrtc transport to uci protocol/.github#519 )

- Updates all streaming deps
- Removes unused peer-store dependency
- Updates project config and fixes badges
@achingbrain achingbrain requested a review from maschad May 10, 2023 10:42
@achingbrain
Copy link
Member Author

Just tidying up the examples and fixing some weirdness, push incoming..

@achingbrain achingbrain requested a review from maschad May 10, 2023 18:58
Copy link
Member

@maschad maschad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are some of the other changes introduced required for compatibility? If not maybe we should move them to a separate PR

src/maconn.ts Show resolved Hide resolved
src/peer_transport/handler.ts Show resolved Hide resolved
@achingbrain achingbrain changed the title deps: update all libp2p deps for compat with libp2p@0.45.x deps!: update all libp2p deps for compat with libp2p@0.45.x May 11, 2023
@achingbrain achingbrain merged commit b20875d into main May 11, 2023
@achingbrain achingbrain deleted the deps/update-libp2p-deps branch May 11, 2023 16:27
github-actions bot pushed a commit that referenced this pull request May 11, 2023
## [2.0.0](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 ([#160](#160)) ([b20875d](b20875d))
@github-actions
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

2 participants