This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps!: update all libp2p deps for compat with libp2p@0.45.x (#160)
- 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
- Loading branch information
1 parent
4f1840e
commit b20875d
Showing
22 changed files
with
864 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,9 @@ | ||
lib-cov | ||
*.seed | ||
*.log | ||
*.csv | ||
*.dat | ||
*.out | ||
*.pid | ||
*.gz | ||
*.swp | ||
|
||
pids | ||
logs | ||
results | ||
tmp | ||
|
||
# Build | ||
public/css/main.css | ||
|
||
# Coverage reports | ||
coverage | ||
node_modules | ||
build | ||
dist | ||
.docs | ||
.coverage | ||
.nyc_output | ||
|
||
# API keys and secrets | ||
.env | ||
|
||
# Dependency directory | ||
node_modules | ||
bower_components | ||
|
||
# Editors | ||
.idea | ||
*.iml | ||
.vscode/launch.json | ||
|
||
# OS metadata | ||
.DS_Store | ||
Thumbs.db | ||
|
||
# Ignore built ts files | ||
dist/ | ||
types/ | ||
|
||
# ignore yarn.lock | ||
yarn.lock | ||
package-lock.json | ||
|
||
|
||
yarn.lock | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.