-
Notifications
You must be signed in to change notification settings - Fork 473
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: implement dialById #66
Closed
Closed
Conversation
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
see #64 instead |
Done in master now :) |
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
Update badges to point at correct locations.
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
## [3.0.3](libp2p/js-libp2p-utils@v3.0.2...v3.0.3) (2022-12-07) ### Bug Fixes * update project readme ([libp2p#66](libp2p/js-libp2p-utils#66)) ([7e977a2](libp2p/js-libp2p-utils@7e977a2)) ### Dependencies * bump private-ip from 2.3.4 to 3.0.0 ([libp2p#63](libp2p/js-libp2p-utils#63)) ([956f404](libp2p/js-libp2p-utils@956f404)), closes [ChainSafe/is-ip#1](ChainSafe/is-ip#1) [libp2p#19](libp2p/js-libp2p-utils#19) [libp2p#21](libp2p/js-libp2p-utils#21) * **dev:** bump it-all from 1.0.6 to 2.0.0 ([libp2p#62](libp2p/js-libp2p-utils#62)) ([99cca25](libp2p/js-libp2p-utils@99cca25)), closes [libp2p#28](libp2p/js-libp2p-utils#28) [libp2p#28](libp2p/js-libp2p-utils#28) [libp2p#27](libp2p/js-libp2p-utils#27) [libp2p#24](libp2p/js-libp2p-utils#24) * **dev:** bump it-map from 1.0.6 to 2.0.0 ([libp2p#61](libp2p/js-libp2p-utils#61)) ([88b05b4](libp2p/js-libp2p-utils@88b05b4)) * **dev:** bump uint8arrays from 3.1.1 to 4.0.2 ([libp2p#60](libp2p/js-libp2p-utils#60)) ([ca0b632](libp2p/js-libp2p-utils@ca0b632)), closes [libp2p#41](libp2p/js-libp2p-utils#41) [libp2p#40](libp2p/js-libp2p-utils#40) [libp2p#28](libp2p/js-libp2p-utils#28) [libp2p#41](libp2p/js-libp2p-utils#41) [libp2p#40](libp2p/js-libp2p-utils#40) [libp2p#28](libp2p/js-libp2p-utils#28) [libp2p#41](libp2p/js-libp2p-utils#41) [libp2p#40](libp2p/js-libp2p-utils#40) [libp2p#28](libp2p/js-libp2p-utils#28)
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
Co-authored-by: chengcheng <chengcheng@qcraft.ai>
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
## 1.0.0 (2022-12-13) ### Bug Fixes * update project config ([libp2p#65](libp2p/js-libp2p-webrtc#65)) ([09c33cc](libp2p/js-libp2p-webrtc@09c33cc)) ### Dependencies * update libp2p to release version ([dbd0237](libp2p/js-libp2p-webrtc@dbd0237)) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([43c70bc](libp2p/js-libp2p-webrtc@43c70bc)) ### Documentation * fix 'browser to server' build config ([libp2p#66](libp2p/js-libp2p-webrtc#66)) ([b54132c](libp2p/js-libp2p-webrtc@b54132c))
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
* deps(dev): bump aegir from 37.12.1 to 38.1.6 Bumps [aegir](https://github.com/ipfs/aegir) from 37.12.1 to 38.1.6. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v37.12.1...v38.1.6) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix linting and deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
## [6.0.3](libp2p/js-libp2p-peer-store@v6.0.2...v6.0.3) (2023-03-02) ### Dependencies * **dev:** bump aegir from 37.12.1 to 38.1.6 ([libp2p#66](libp2p/js-libp2p-peer-store#66)) ([df47658](libp2p/js-libp2p-peer-store@df47658))
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
libp2p streams are now explicit about the types of sync/sources they provide, showing that they are `AsyncGenerator`s and not just `AsyncIterable`s. Refs: achingbrain/it-stream-types#45 BREAKING CHANGE: the type of the source/sink properties have changed
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
## [2.0.0](libp2p/js-libp2p-webtransport@v1.0.11...v2.0.0) (2023-04-28) ### ⚠ BREAKING CHANGES * the type of the source/sink properties have changed ### Dependencies * update stream types ([libp2p#66](libp2p/js-libp2p-webtransport#66)) ([3772060](libp2p/js-libp2p-webtransport@3772060))
achingbrain
pushed a commit
that referenced
this pull request
Jun 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Need this in preparation for dht