- 18 Aug, 2020 2 commits
-
-
Adin Schmahmann authored
Namesys cache uses IPNS keys with their binary representation instead of string representation to avoid encoding mismatches
-
Petar Maymounkov authored
-
- 17 Aug, 2020 7 commits
-
-
Adin Schmahmann authored
* commands: add ipfs dag stat command * sharness: add ipfs dag stat tests
-
Adin Schmahmann authored
Move key rotation command to ipfs key rotate
-
Adin Schmahmann authored
Disable secio by default
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 14 Aug, 2020 2 commits
-
-
Adin Schmahmann authored
* feat: stop checking the DHT for public keys before doing an IPNS get. It has been many releases since we started adding the public keys into the IPNS records by default.
-
Adin Schmahmann authored
feat: return supported protocols in id output
-
- 11 Aug, 2020 1 commit
-
-
Oli Evans authored
docs: fix typo in default swarm addrs config docs
-
- 09 Aug, 2020 5 commits
-
-
Adin Schmahmann authored
feat: nice errors when failing to load plugins
-
Steven Allen authored
partially fixes #7305
-
Steven Allen authored
doc: document reverse proxy bug
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 08 Aug, 2020 1 commit
-
-
Luflosi authored
-
- 07 Aug, 2020 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
Otherwise, the ID is going to be incorrect. Note: technically, the previous logic didn't need to connect to the target peer to complete. However, I'm fine dropping that capability in favor of more up-to-date information.
-
Adin Schmahmann authored
-
- 04 Aug, 2020 4 commits
-
-
Adin Schmahmann authored
-
Adin Schmahmann authored
IPNS format keys in b36cid
-
Adin Schmahmann authored
-
Petar Maymounkov authored
-
- 03 Aug, 2020 4 commits
-
-
Petar Maymounkov authored
-
Adin Schmahmann authored
Key import and export cli commands
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 01 Aug, 2020 1 commit
-
-
rendaw authored
-
- 30 Jul, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 24 Jul, 2020 4 commits
-
-
Adin Schmahmann authored
feat: add snap package configuration
-
Rafael Ramalho authored
-
Adin Schmahmann authored
chore: use published ipfs-interop module instead of master branch
-
achingbrain authored
-
- 23 Jul, 2020 2 commits
-
-
achingbrain authored
-
achingbrain authored
Changes the CI pipeline to use a published version of the `ipfs-interop` module instead of whatever's the HEAD of master in order to control the versions of what's being tested. Otherwise it becomes hard to release breaking changes in an ordered fashion.
-
- 21 Jul, 2020 1 commit
-
-
Oli Evans authored
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
- 20 Jul, 2020 2 commits
-
-
Petar Maymounkov authored
* repeat gateway subdomain test for all key types Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
-
Steven Allen authored
That way we can combine our GOFLAGS with the user specified ones. This also switches to the new -trimpath build flag for reproducible builds. fixes #7475
-