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: update dht #1009

Merged
merged 25 commits into from
Nov 25, 2021
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2188efe
feat: update dht
achingbrain Oct 12, 2021
911772f
chore: use dht branch
achingbrain Nov 8, 2021
f62745f
chore: fix up content routing
achingbrain Nov 8, 2021
020c73e
chore: fix types and references
achingbrain Nov 8, 2021
42360a6
chore: fix types and references
achingbrain Nov 8, 2021
2aae8fb
chore: fix types and references
achingbrain Nov 8, 2021
00cef1f
chore: update to new dht api
achingbrain Nov 8, 2021
70925c2
chore: fix build
achingbrain Nov 8, 2021
a612204
chore: fix interop tests
achingbrain Nov 17, 2021
1b30af6
Merge remote-tracking branch 'origin/master' into feat/update-dht
achingbrain Nov 17, 2021
db065d0
chore: linting
achingbrain Nov 17, 2021
b771719
chore: update config docs
achingbrain Nov 17, 2021
661b26e
chore: update build
achingbrain Nov 17, 2021
c4f3e3e
chore: remove gh urls
achingbrain Nov 18, 2021
e17a62c
chore: remove gh versions
achingbrain Nov 18, 2021
40fab21
chore: fix examples
achingbrain Nov 18, 2021
47629c3
chore: remove gh versions
achingbrain Nov 18, 2021
142a724
chore: set up node
achingbrain Nov 18, 2021
29970cf
chore: add pre-gyp
achingbrain Nov 18, 2021
e418e78
Merge remote-tracking branch 'origin/master' into feat/update-dht
achingbrain Nov 19, 2021
602a1b0
Merge remote-tracking branch 'origin/master' into feat/update-dht
achingbrain Nov 19, 2021
f1a539d
chore: start is async
achingbrain Nov 19, 2021
725c543
chore: revert change
achingbrain Nov 19, 2021
ae94357
chore: revert change
achingbrain Nov 19, 2021
28fad6b
chore: update dht
achingbrain Nov 25, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove gh versions
  • Loading branch information
achingbrain committed Nov 18, 2021
commit 47629c39f58b5a87ed4b3729bd3dbe5160597d99
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:node": "aegir test -t node -f \"./test/**/*.{node,spec}.js\"",
"test:browser": "aegir test -t browser",
"test:examples": "cd examples && npm run test:all",
"test:interop": "LIBP2P_JS=$PWD npx aegir test -t node -f ./node_modules/interop-libp2p/test/*",
"test:interop": "LIBP2P_JS=$PWD npx aegir test -t node -f ./node_modules/libp2p-interop/test/*",
"prepare": "aegir build --no-bundle",
"release": "aegir release -t node -t browser",
"release-minor": "aegir release --type minor -t node -t browser",
Expand Down Expand Up @@ -143,7 +143,6 @@
"buffer": "^6.0.3",
"datastore-core": "^6.0.7",
"delay": "^5.0.0",
"interop-libp2p": "libp2p/interop#chore/update-dht",
"into-stream": "^7.0.0",
"ipfs-http-client": "^52.0.2",
"it-concat": "^2.0.0",
Expand All @@ -156,6 +155,7 @@
"libp2p-floodsub": "^0.27.0",
"libp2p-gossipsub": "^0.11.0",
"libp2p-interfaces-compliance-tests": "^1.0.0",
"libp2p-interop": "^0.5.0",
"libp2p-kad-dht": "^0.26.0",
"libp2p-mdns": "^0.17.0",
"libp2p-mplex": "^0.10.1",
Expand Down