Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libp2p/js-libp2p-mdns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64a16d79030df602b878802d34b85262294fdc75
Choose a base ref
...
head repository: libp2p/js-libp2p-mdns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2acf9a619a09355a9ebe8090c1b31e00b394cd0d
Choose a head ref

Commits on Sep 27, 2019

  1. refactor: callbacks -> async / await (#78)

    BREAKING CHANGE: All places in the API that used callbacks are now replaced with async/await
    
    * chore: update CI file
    * test: add compliance tests
    dirkmc authored and jacobheun committed Sep 27, 2019
    Copy the full SHA
    46d78eb View commit details
  2. chore: update contributors

    jacobheun committed Sep 27, 2019
    Copy the full SHA
    8a5cced View commit details
  3. chore: release version v0.13.0

    License: MIT
    Signed-off-by: Jacob Heun <jacobheun@gmail.com>
    jacobheun committed Sep 27, 2019
    Copy the full SHA
    de2c897 View commit details

Commits on Jan 17, 2020

  1. fix: do not emit empty peer info objects (#85)

    I noticed stack traces in the logs from trying to access properties
    of `undefined`. It seems this module emits `undefined` `peerInfo`
    values, for example when recieving a response to your own mDNS
    query or a response with an invalid PeerID.
    
    This PR guards on empty PeerInfo objects from `query.gotResponse`
    achingbrain authored and jacobheun committed Jan 17, 2020
    Copy the full SHA
    a88483c View commit details
  2. chore: update contributors

    jacobheun committed Jan 17, 2020
    Copy the full SHA
    a02a6d2 View commit details
  3. Copy the full SHA
    a9661bd View commit details

Commits on Feb 2, 2020

  1. chore: remove unused dep async (#86)

    Alan Shaw authored Feb 2, 2020
    Copy the full SHA
    084ee53 View commit details
  2. chore: update contributors

    jacobheun committed Feb 2, 2020
    Copy the full SHA
    0d2c1a1 View commit details
  3. Copy the full SHA
    bea3dd1 View commit details

Commits on Feb 17, 2020

  1. fix: remove use of assert module (#87)

    The polyfill is big, we can simulate it by throwing an Error and it doesn't work under React Native.
    achingbrain authored Feb 17, 2020
    Copy the full SHA
    e362b04 View commit details
  2. chore(deps-dev): bump aegir from 20.6.1 to 21.0.2

    Bumps [aegir](https://github.com/ipfs/aegir) from 20.6.1 to 21.0.2.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v20.6.1...v21.0.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and jacobheun committed Feb 17, 2020
    Copy the full SHA
    cf180e1 View commit details
  3. chore: update contributors

    jacobheun committed Feb 17, 2020
    Copy the full SHA
    28c0ae1 View commit details
  4. Copy the full SHA
    ecdda6e View commit details

Commits on Apr 23, 2020

  1. chore: peer-discovery not using peer-info (#90)

    * chore: peer-discovery not using peer-info
    
    BREAKING CHANGE: peer event emitted with id and multiaddrs properties instead of peer-info
    
    * chore: add tests for peer-discovery interface
    
    * chore: apply suggestions from code review
    
    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    
    * chore: update readme with peerData and peerId
    
    Co-authored-by: Jacob Heun <jacobheun@gmail.com>
    vasco-santos and jacobheun authored Apr 23, 2020
    Copy the full SHA
    fca175e View commit details
  2. chore: update contributors

    jacobheun committed Apr 23, 2020
    Copy the full SHA
    bcf3e44 View commit details
  3. Copy the full SHA
    5b46aaa View commit details

Commits on Apr 29, 2020

  1. Copy the full SHA
    cfe90c6 View commit details
  2. Copy the full SHA
    3dc9475 View commit details
  3. chore: update contributors

    jacobheun committed Apr 29, 2020
    Copy the full SHA
    edec51d View commit details
  4. Copy the full SHA
    60a0dbe View commit details

Commits on Jul 2, 2020

  1. fix: actually check tcp multiaddrs (#94)

    * chore: update deps
    
    * fix: only use actual tcp addresses
    jacobheun authored Jul 2, 2020
    Copy the full SHA
    9f45f73 View commit details
  2. chore: update contributors

    jacobheun committed Jul 2, 2020
    Copy the full SHA
    183c065 View commit details
  3. Copy the full SHA
    9186dbf View commit details

Commits on Aug 7, 2020

  1. Copy the full SHA
    9fea1f6 View commit details
  2. chore: update contributors

    jacobheun committed Aug 7, 2020
    Copy the full SHA
    0ecc116 View commit details
  3. Copy the full SHA
    e1087a9 View commit details

Commits on Aug 11, 2020

  1. chore: upgrade deps (#97)

    * chore: upgrade deps
    
    BREAKING CHANGES:
    
    - All deps of this module now use Uint8Arrays instead of node Buffers
    
    * chore: address pr comments
    achingbrain authored Aug 11, 2020
    Copy the full SHA
    3cf0e75 View commit details
  2. chore: update contributors

    jacobheun committed Aug 11, 2020
    Copy the full SHA
    061c3f0 View commit details
  3. Copy the full SHA
    ddcc10b View commit details

Commits on Apr 13, 2021

  1. Copy the full SHA
    b8c7bf3 View commit details
  2. Copy the full SHA
    3285018 View commit details
  3. Copy the full SHA
    0bb4d4a View commit details

Commits on Jul 8, 2021

  1. chore: update deps (#100)

    BREAKING CHANGE: uses then new multiaddr and friends
    achingbrain authored Jul 8, 2021
    Copy the full SHA
    0b974bc View commit details
  2. Copy the full SHA
    3787bfa View commit details
  3. Copy the full SHA
    afca4bf View commit details

Commits on Dec 2, 2021

  1. chore: update to new peer-id (#102)

    BREAKING CHANGE: requires node 15+
    achingbrain authored Dec 2, 2021
    Copy the full SHA
    d88eda5 View commit details
  2. Copy the full SHA
    d0ae105 View commit details
  3. Copy the full SHA
    2acf9a6 View commit details
Showing with 895 additions and 651 deletions.
  1. +8 −0 .github/dependabot.yml
  2. +33 −0 .github/workflows/main.yml
  3. +0 −30 .travis.yml
  4. +168 −0 CHANGELOG.md
  5. +6 −4 README.md
  6. +19 −22 package.json
  7. +28 −21 src/compat/index.js
  8. +55 −60 src/compat/querier.js
  9. +24 −21 src/compat/responder.js
  10. +57 −40 src/index.js
  11. +37 −41 src/query.js
  12. +60 −58 test/compat/go-multicast-dns.spec.js
  13. +87 −114 test/compat/querier.spec.js
  14. +102 −115 test/compat/responder.spec.js
  15. +43 −0 test/compliance.spec.js
  16. +168 −125 test/multicast-dns.spec.js
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
33 changes: 33 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npx aegir lint
- run: npx aegir dep-check
test-node:
needs: check
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node: [16]
fail-fast: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npx aegir test -t node --bail --cov
- uses: codecov/codecov-action@v1
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

168 changes: 168 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,171 @@
# [0.18.0](https://github.com/libp2p/js-libp2p-mdns/compare/v0.17.0...v0.18.0) (2021-12-02)


### chore

* update to new peer-id ([#102](https://github.com/libp2p/js-libp2p-mdns/issues/102)) ([d88eda5](https://github.com/libp2p/js-libp2p-mdns/commit/d88eda5fca9a589ecba519be89150f25a36271e6))


### BREAKING CHANGES

* requires node 15+



# [0.17.0](https://github.com/libp2p/js-libp2p-mdns/compare/v0.16.0...v0.17.0) (2021-07-08)


### chore

* update deps ([#100](https://github.com/libp2p/js-libp2p-mdns/issues/100)) ([0b974bc](https://github.com/libp2p/js-libp2p-mdns/commit/0b974bc9e0d110303e2d15a173447ec5631d15f9))


### BREAKING CHANGES

* uses then new multiaddr and friends



# [0.16.0](https://github.com/libp2p/js-libp2p-mdns/compare/v0.13.3...v0.16.0) (2021-04-13)


### Bug Fixes

* actually check tcp multiaddrs ([#94](https://github.com/libp2p/js-libp2p-mdns/issues/94)) ([9f45f73](https://github.com/libp2p/js-libp2p-mdns/commit/9f45f731e91f225016d11cc3471bd0874e4b5490))
* ensure event handlers are removed on MulticastDNS.stop ([#96](https://github.com/libp2p/js-libp2p-mdns/issues/96)) ([9fea1f6](https://github.com/libp2p/js-libp2p-mdns/commit/9fea1f6eb9d68b8e7c145e8b615ac504e0031b0e))


### chore

* peer-discovery not using peer-info ([#90](https://github.com/libp2p/js-libp2p-mdns/issues/90)) ([fca175e](https://github.com/libp2p/js-libp2p-mdns/commit/fca175e6bc706be07a14b81ef3b3c8143ce97a0a))


### BREAKING CHANGES

* peer event emitted with id and multiaddrs properties instead of peer-info

* chore: add tests for peer-discovery interface

* chore: apply suggestions from code review

Co-Authored-By: Jacob Heun <jacobheun@gmail.com>

* chore: update readme with peerData and peerId

Co-authored-by: Jacob Heun <jacobheun@gmail.com>



<a name="0.15.0"></a>
# [0.15.0](https://github.com/libp2p/js-libp2p-mdns/compare/v0.14.3...v0.15.0) (2020-08-11)


### Chores

* upgrade deps ([#97](https://github.com/libp2p/js-libp2p-mdns/issues/97)) ([3cf0e75](https://github.com/libp2p/js-libp2p-mdns/commit/3cf0e75))


### BREAKING CHANGES

* - All deps of this module now use Uint8Arrays instead of node Buffers

* chore: address pr comments



<a name="0.14.3"></a>
## [0.14.3](https://github.com/libp2p/js-libp2p-mdns/compare/v0.14.2...v0.14.3) (2020-08-07)


### Bug Fixes

* ensure event handlers are removed on MulticastDNS.stop ([#96](https://github.com/libp2p/js-libp2p-mdns/issues/96)) ([9fea1f6](https://github.com/libp2p/js-libp2p-mdns/commit/9fea1f6))



<a name="0.14.2"></a>
## [0.14.2](https://github.com/libp2p/js-libp2p-mdns/compare/v0.14.1...v0.14.2) (2020-07-02)


### Bug Fixes

* actually check tcp multiaddrs ([#94](https://github.com/libp2p/js-libp2p-mdns/issues/94)) ([9f45f73](https://github.com/libp2p/js-libp2p-mdns/commit/9f45f73))



<a name="0.14.1"></a>
## [0.14.1](https://github.com/libp2p/js-libp2p-mdns/compare/v0.14.0...v0.14.1) (2020-04-29)



<a name="0.14.0"></a>
# [0.14.0](https://github.com/libp2p/js-libp2p-mdns/compare/v0.13.3...v0.14.0) (2020-04-23)


### Chores

* peer-discovery not using peer-info ([#90](https://github.com/libp2p/js-libp2p-mdns/issues/90)) ([fca175e](https://github.com/libp2p/js-libp2p-mdns/commit/fca175e))


### BREAKING CHANGES

* peer event emitted with id and multiaddrs properties instead of peer-info

* chore: add tests for peer-discovery interface

* chore: apply suggestions from code review

Co-Authored-By: Jacob Heun <jacobheun@gmail.com>

* chore: update readme with peerData and peerId

Co-authored-by: Jacob Heun <jacobheun@gmail.com>



<a name="0.13.3"></a>
## [0.13.3](https://github.com/libp2p/js-libp2p-mdns/compare/v0.13.2...v0.13.3) (2020-02-17)


### Bug Fixes

* remove use of assert module ([#87](https://github.com/libp2p/js-libp2p-mdns/issues/87)) ([e362b04](https://github.com/libp2p/js-libp2p-mdns/commit/e362b04))



<a name="0.13.2"></a>
## [0.13.2](https://github.com/libp2p/js-libp2p-mdns/compare/v0.13.1...v0.13.2) (2020-02-02)



<a name="0.13.1"></a>
## [0.13.1](https://github.com/libp2p/js-libp2p-mdns/compare/v0.13.0...v0.13.1) (2020-01-17)


### Bug Fixes

* do not emit empty peer info objects ([#85](https://github.com/libp2p/js-libp2p-mdns/issues/85)) ([a88483c](https://github.com/libp2p/js-libp2p-mdns/commit/a88483c))



<a name="0.13.0"></a>
# [0.13.0](https://github.com/libp2p/js-libp2p-mdns/compare/v0.12.3...v0.13.0) (2019-09-27)


### Code Refactoring

* callbacks -> async / await ([#78](https://github.com/libp2p/js-libp2p-mdns/issues/78)) ([46d78eb](https://github.com/libp2p/js-libp2p-mdns/commit/46d78eb))


### BREAKING CHANGES

* All places in the API that used callbacks are now replaced with async/await

* chore: update CI file
* test: add compliance tests



<a name="0.12.3"></a>
## [0.12.3](https://github.com/libp2p/js-libp2p-mdns/compare/v0.12.2...v0.12.3) (2019-05-09)

10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -23,16 +23,18 @@ const MDNS = require('libp2p-mdns')

const mdns = new MDNS(options)

mdns.on('peer', (peerInfo) => {
console.log('Found a peer in the local network', peerInfo.id.toB58String())
mdns.on('peer', (peerData) => {
console.log('Found a peer in the local network', peerData.id.toB58String(), peerData.multiaddrs)
})

// Broadcast for 20 seconds
mdns.start(() => setTimeout(() => mdns.stop(() => {}), 20 * 1000))
mdns.start()
setTimeout(() => mdns.stop(), 20 * 1000)
```

- options
- `peerInfo` - PeerInfo to announce
- `peerId` - PeerId to announce
- `multiaddrs` - multiaddrs to announce
- `broadcast` - (true/false) announce our presence through mDNS, default `false`
- `interval` - query interval, default 10 * 1000 (10 seconds)
- `serviceTag` - name of the service announce , default 'ipfs.local`
41 changes: 19 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p-mdns",
"version": "0.12.3",
"version": "0.18.0",
"description": "Node.js libp2p mDNS discovery implementation for peer discovery",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",
@@ -18,9 +18,6 @@
"release-major": "aegir release --type major -t node --no-build",
"coverage-publish": "aegir coverage publish"
},
"pre-push": [
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/libp2p/js-libp2p-mdns.git"
@@ -34,32 +31,32 @@
},
"homepage": "https://github.com/libp2p/js-libp2p-mdns",
"devDependencies": {
"aegir": "^18.2.2",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1"
"aegir": "^36.0.2",
"delay": "^5.0.0",
"libp2p-interfaces": "^2.0.1",
"libp2p-interfaces-compliance-tests": "^2.0.1",
"p-defer": "^3.0.0",
"p-wait-for": "^3.1.0"
},
"dependencies": {
"async": "^2.6.2",
"debug": "^4.1.1",
"libp2p-tcp": "~0.13.0",
"multiaddr": "^6.0.6",
"debug": "^4.3.1",
"multiaddr": "^10.0.0",
"multicast-dns": "^7.2.0",
"peer-id": "~0.12.2",
"peer-info": "~0.15.1"
"peer-id": "^0.16.0"
},
"contributors": [
"Alan Shaw <alan.shaw@protocol.ai>",
"David Dias <daviddias.p@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Jacob Heun <jacobheun@gmail.com>",
"Jacob Heun <jake@andyet.net>",
"Nuno Nogueira <nunofmn@gmail.com>",
"Richard Littauer <richard.littauer@gmail.com>",
"Richard Schneider <makaretu@gmail.com>",
"Vasco Santos <vasco.santos@ua.pt>",
"Vasco Santos <vasco.santos@moxy.studio>",
"emersion <contact@emersion.fr>",
"greenkeeperio-bot <support@greenkeeper.io>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>"
"Alex Potsides <alex@achingbrain.net>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Richard Schneider <makaretu@gmail.com>",
"Alan Shaw <alan.shaw@protocol.ai>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>",
"Richard Littauer <richard.littauer@gmail.com>",
"Hubertus Hohl <hubertus.hohl@siemens.com>",
"dirkmc <dirkmdev@gmail.com>",
"emersion <contact@emersion.fr>"
]
}
Loading