This repository was archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[WIP] experimental routers to make ipns faster #2201
Closed
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
c9639c1
chore: update contributors
88f4e26
chore: release version v0.36.4
c5322b5
chore(package): update pull-stream to version 3.6.12 (#2143)
e46e6ad
fix: ipns reference to libp2p dht config (#2182)
Qmstream 3e63ef2
fix(package): update file-type to version 12.0.0 (#2176)
greenkeeper[bot] 9e2171b
docs: remove missing tutorial
b1388a1
chore: encode buffers before printing (#2164)
achingbrain 103e359
docs: update bitswap maintainer (#2199)
5044a30
feat: add support for ipns name resolve /ipns/<fqdn> (#2002)
hugomrdias 03dcab9
feat: add support to ipns resolve /ipns/<fqdn>
hugomrdias 2905816
fix: moves tests to interface-core and removes path from output
hugomrdias 2f5bc69
fix: update deps and fix tests
hugomrdias f85d018
WIP dns datastore
hugomrdias a980b52
fix: remove check
hugomrdias 4920e03
feat: add fast ipns datastores
hugomrdias debcff9
fix: make it experimental
hugomrdias f674826
fix: disable workers router
hugomrdias 1405e1f
fix: fix resolve response validation
hugomrdias 19fc85d
fix: bring back dht check in ipns routing
hugomrdias File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -1008,7 +1008,7 @@ Listing of the main packages used in the IPFS ecosystem. There are also three sp | |
| [`ipfs-repo`](//github.com/ipfs/js-ipfs-repo) | [](//github.com/ipfs/js-ipfs-repo/releases) | [](https://david-dm.org/ipfs/js-ipfs-repo) | [](https://travis-ci.com/ipfs/js-ipfs-repo) | [](https://codecov.io/gh/ipfs/js-ipfs-repo) | [Jacob Heun](mailto:[email protected]) | | ||
| **Exchange** | | ||
| [`ipfs-block-service`](//github.com/ipfs/js-ipfs-block-service) | [](//github.com/ipfs/js-ipfs-block-service/releases) | [](https://david-dm.org/ipfs/js-ipfs-block-service) | [](https://travis-ci.com/ipfs/js-ipfs-block-service) | [](https://codecov.io/gh/ipfs/js-ipfs-block-service) | [Volker Mische](mailto:[email protected]) | | ||
| [`ipfs-bitswap`](//github.com/ipfs/js-ipfs-bitswap) | [](//github.com/ipfs/js-ipfs-bitswap/releases) | [](https://david-dm.org/ipfs/js-ipfs-bitswap) | [](https://travis-ci.com/ipfs/js-ipfs-bitswap) | [](https://codecov.io/gh/ipfs/js-ipfs-bitswap) | [Volker Mische](mailto:[email protected]) | | ||
| [`ipfs-bitswap`](//github.com/ipfs/js-ipfs-bitswap) | [](//github.com/ipfs/js-ipfs-bitswap/releases) | [](https://david-dm.org/ipfs/js-ipfs-bitswap) | [](https://travis-ci.com/ipfs/js-ipfs-bitswap) | [](https://codecov.io/gh/ipfs/js-ipfs-bitswap) | [Dirk McCormick](mailto:[email protected]) | | ||
| **libp2p** | | ||
| [`libp2p`](//github.com/libp2p/js-libp2p) | [](//github.com/libp2p/js-libp2p/releases) | [](https://david-dm.org/libp2p/js-libp2p) | [](https://travis-ci.com/libp2p/js-libp2p) | [](https://codecov.io/gh/libp2p/js-libp2p) | [Jacob Heun](mailto:[email protected]) | | ||
| [`libp2p-circuit`](//github.com/libp2p/js-libp2p-circuit) | [](//github.com/libp2p/js-libp2p-circuit/releases) | [](https://david-dm.org/libp2p/js-libp2p-circuit) | [](https://travis-ci.com/libp2p/js-libp2p-circuit) | [](https://codecov.io/gh/libp2p/js-libp2p-circuit) | [Jacob Heun](mailto:[email protected]) | | ||
|
This file contains hidden or 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 hidden or 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,6 +1,6 @@ | ||
{ | ||
"name": "ipfs", | ||
"version": "0.36.3", | ||
"version": "0.36.4", | ||
"description": "JavaScript implementation of the IPFS specification", | ||
"keywords": [ | ||
"IPFS" | ||
|
@@ -76,23 +76,27 @@ | |
"cid-tool": "~0.3.0", | ||
"cids": "~0.7.1", | ||
"class-is": "^1.1.0", | ||
"clear-module": "^3.2.0", | ||
"datastore-core": "~0.6.0", | ||
"datastore-pubsub": "~0.1.1", | ||
"debug": "^4.1.0", | ||
"dlv": "^1.1.3", | ||
"dns-packet": "^5.2.1", | ||
"dns-socket": "^4.2.0", | ||
"err-code": "^1.1.2", | ||
"file-type": "^11.1.0", | ||
"file-type": "^12.0.0", | ||
"fnv1a": "^1.0.1", | ||
"fsm-event": "^2.1.0", | ||
"get-folder-size": "^2.0.0", | ||
"glob": "^7.1.3", | ||
"hapi-pino": "^6.0.0", | ||
"hashlru": "^2.3.0", | ||
"human-to-milliseconds": "^1.0.0", | ||
"interface-datastore": "~0.6.0", | ||
"ipfs-bitswap": "~0.24.1", | ||
"ipfs-block": "~0.8.1", | ||
"ipfs-block-service": "~0.15.1", | ||
"ipfs-http-client": "^32.0.0", | ||
"ipfs-http-client": "^32.0.1", | ||
"ipfs-http-response": "~0.3.0", | ||
"ipfs-mfs": "~0.11.4", | ||
"ipfs-multipart": "~0.1.0", | ||
|
@@ -110,13 +114,16 @@ | |
"ipld-raw": "^4.0.0", | ||
"ipld-zcash": "~0.3.0", | ||
"ipns": "~0.5.2", | ||
"is-domain-name": "^1.0.1", | ||
"is-ipfs": "~0.6.1", | ||
"is-pull-stream": "~0.0.0", | ||
"is-stream": "^2.0.0", | ||
"iso-url": "~0.4.6", | ||
"just-flatten-it": "^2.1.0", | ||
"just-safe-set": "^2.1.0", | ||
"kind-of": "^6.0.2", | ||
"ky": "^0.11.1", | ||
"ky-universal": "^0.2.1", | ||
"libp2p": "~0.25.3", | ||
"libp2p-bootstrap": "~0.9.3", | ||
"libp2p-crypto": "~0.16.0", | ||
|
@@ -141,6 +148,8 @@ | |
"multihashes": "~0.4.14", | ||
"multihashing-async": "~0.6.0", | ||
"node-fetch": "^2.3.0", | ||
"p-any": "^2.1.0", | ||
"p-settle": "^3.1.0", | ||
"peer-book": "~0.9.0", | ||
"peer-id": "~0.12.0", | ||
"peer-info": "~0.15.0", | ||
|
@@ -155,7 +164,7 @@ | |
"pull-ndjson": "~0.1.1", | ||
"pull-pushable": "^2.2.0", | ||
"pull-sort": "^1.0.1", | ||
"pull-stream": "^3.6.9", | ||
"pull-stream": "^3.6.12", | ||
"pull-stream-to-async-iterator": "^1.0.1", | ||
"pull-stream-to-stream": "^1.3.4", | ||
"pull-traverse": "^1.0.3", | ||
|
@@ -176,15 +185,16 @@ | |
"aegir": "^19.0.3", | ||
"base64url": "^3.0.1", | ||
"chai": "^4.2.0", | ||
"clear-module": "^3.2.0", | ||
"delay": "^4.1.0", | ||
"detect-node": "^2.0.4", | ||
"dir-compare": "^1.4.0", | ||
"dirty-chai": "^2.0.1", | ||
"execa": "^1.0.0", | ||
"form-data": "^2.3.3", | ||
"hat": "0.0.3", | ||
"interface-ipfs-core": "~0.104.0", | ||
"ipfsd-ctl": "~0.42.0", | ||
"interface-ipfs-core": "~0.105.0", | ||
"ipfsd-ctl": "~0.43.0", | ||
"libp2p-websocket-star": "~0.10.2", | ||
"ncp": "^2.0.0", | ||
"qs": "^6.5.2", | ||
|
@@ -248,8 +258,8 @@ | |
"Henrique Dias <[email protected]>", | ||
"Henry Rodrick <[email protected]>", | ||
"Heo Sangmin <[email protected]>", | ||
"Hugo Dias <[email protected]>", | ||
"Hugo Dias <[email protected]>", | ||
"Hugo Dias <[email protected]>", | ||
"Irakli Gozalishvili <[email protected]>", | ||
"Jacob Heun <[email protected]>", | ||
"Jacob Heun <[email protected]>", | ||
|
@@ -282,6 +292,7 @@ | |
"Paulo Rodrigues <[email protected]>", | ||
"Pedro Teixeira <[email protected]>", | ||
"Portia Burton <[email protected]>", | ||
"Prabhakar Poudel <[email protected]>", | ||
"Raoul Millais <[email protected]>", | ||
"RasmusErik Voel Jensen <[email protected]>", | ||
"Richard Littauer <[email protected]>", | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These new constructor options need to be documented on the README.