- 10 Apr, 2020 1 commit
-
-
Steven Allen authored
-
- 09 Apr, 2020 28 commits
-
-
Steven Allen authored
Fix bug in periodic peer pinging
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
Dual DHT scaffold
-
Will Scott authored
-
Aarsh Shah authored
-
Aarsh Shah authored
-
Will Scott authored
-
Will Scott authored
-
Steven Allen authored
chore: linting fixes
-
Aarsh Shah authored
-
Alan Shaw authored
-
Alan Shaw authored
-
Alan Shaw authored
-
Alan Shaw authored
-
Alan Shaw authored
-
Alan Shaw authored
-
Will Scott authored
-
Will Scott authored
-
Will Scott authored
-
Will Scott authored
-
Steven Allen authored
fix: remove local provider check
-
Will Scott authored
-
Will authored
fix: use the routing table filter
-
Will Scott authored
-
Will Scott authored
-
Will Scott authored
-
Steven Allen authored
It doesn't actually work. Blocks are stored under /blocks and have been since 2015. Furthermore, this is just wrong. We shouldn't go digging through the datastore to see if we happen to have the block. If we want something like this, we should include a blockstore in the provider manager.
-
- 08 Apr, 2020 5 commits
-
-
Steven Allen authored
Unfortunately, constructing a router is _not_ cheap. Cache it so we don't have to re-compute it every time we get a query.
-
Steven Allen authored
fixes #575
-
Will Scott authored
-
Will Scott authored
-
Will Scott authored
-
- 07 Apr, 2020 3 commits
-
-
Will Scott authored
-
Steven Allen authored
fix: handle empty keys
-
Steven Allen authored
Handle empty keys, both when sent in RPC requests and in the local API.
-
- 06 Apr, 2020 3 commits
-
-
Steven Allen authored
Set record handlers for the default protocol prefix
-
Adin Schmahmann authored
Users can override the pk and ipns default namespaced validators with other validators, however they are of an invalid type then they will fail if using the default /ipfs protocol prefix
-
Adin Schmahmann authored
DHT defaults to adding a namespaced pk and ipns validator unless the Validator has been changed, in which case neither of them are added. Simply adding additional NamespacedValidators does not remove the pk or ipns validators
-