Commit Graph

12021 Commits

Author SHA1 Message Date
Jacob Heun
00e33f68f6 test: use js-ipfs rc in interop 2020-08-19 08:31:51 -07:00
Petar Maymounkov
ece0cda10d switch ipfs init default key 2020-08-19 08:31:44 -07:00
Adin Schmahmann
0c57e9dcf8
Merge pull request #7319 from MichaelMure/wildcard-gateways
feat: wildcard support for public gateways
2020-08-19 11:02:28 -04:00
Marcin Rataj
6b6569f3e5
refactor: cleanup/comment
https://github.com/ipfs/go-ipfs/pull/7319#discussion_r472734905

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2020-08-19 15:59:47 +02:00
Adin Schmahmann
9af4d425f1
Merge pull request #7605 from ipfs/fix/go-bindata
fix: fix go-bindata import path
2020-08-19 00:42:44 -04:00
Steven Allen
9d92823dad fix: fix go-bindata import path 2020-08-18 20:34:42 -07:00
Adin Schmahmann
40738e4fec
Merge pull request #7598 from ipfs/chore/bump-graphsync-dep
Upgrade graphsync deps
2020-08-18 19:53:52 -04:00
Adin Schmahmann
7abaaa42a5
Merge pull request #7591 from ipfs/petar/idbase
Add --peerid-base to ipfs id command
2020-08-18 19:52:54 -04:00
Petar Maymounkov
a68e1469ba add --peerid-base to ipfs id 2020-08-18 16:39:23 -07:00
Adin Schmahmann
c7a24a3e9b
Merge pull request #7582 from ipfs/petar/keys
use b36 keys by default for keys and IPNS
2020-08-18 19:08:35 -04:00
Petar Maymounkov
4975d9b179 renames 2020-08-18 08:39:47 -07:00
Petar Maymounkov
b4ad66eda4 add --ipns-base to publish and subs commands
add sharness tests for --ipns-base in name publish and subs commands
2020-08-17 21:43:02 -07:00
Petar Maymounkov
3e25355eeb fix keystore sharness default case 2020-08-17 21:43:01 -07:00
Petar Maymounkov
2b013a1ac5 use standard multibase format labels 2020-08-17 21:43:01 -07:00
Petar Maymounkov
23a26c05d3 rename -f to --ipns-base 2020-08-17 21:43:01 -07:00
Petar Maymounkov
80e859ef6f add format flag to key rename and remove, defaulting to b36cid; update sharness 2020-08-17 21:43:01 -07:00
Petar Maymounkov
a7629a27c0 fix rotate sharness 2020-08-17 21:43:01 -07:00
Adin Schmahmann
a1ae867bad Namesys cache uses IPNS keys with their binary representation instead of string representation to avoid encoding mismatches 2020-08-17 21:43:01 -07:00
Petar Maymounkov
3cbe111b2d use b36 keys by default for keys and IPNS 2020-08-17 21:43:01 -07:00
Adin Schmahmann
8ae5aa56d1
add ipfs dag stat command (#7553)
* commands: add ipfs dag stat command
* sharness: add ipfs dag stat tests
2020-08-17 14:29:36 -04:00
Adin Schmahmann
992e4a71ca
Merge pull request #7599 from ipfs/feat/move-key-rotate
Move key rotation command to ipfs key rotate
2020-08-17 13:14:03 -04:00
Adin Schmahmann
1a0474bb0d
Merge pull request #7600 from ipfs/feat/disable-secio-default
Disable secio by default
2020-08-17 13:05:07 -04:00
Adin Schmahmann
08913c70ad feat: disable secio by default 2020-08-17 08:16:54 -04:00
Adin Schmahmann
eb66461333 switch ipfs key rotate flags to use the same ones as ipfs key gen 2020-08-17 07:26:47 -04:00
Adin Schmahmann
0f658484d1 move key rotation command to ipfs key rotate 2020-08-17 07:26:47 -04:00
Adin Schmahmann
28cdfdfd1f chore: go fmt 2020-08-17 06:58:57 -04:00
Peter Rabbitson
90a573354a Upgrade graphsync deps 2020-08-17 12:23:59 +02:00
Adin Schmahmann
8e73021852
Stop searching for public keys before doing an IPNS Get (#7549)
* 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.
2020-08-14 18:08:09 -04:00
Adin Schmahmann
dc869c981f
Merge pull request #7409 from ipfs/feat/id-list-protocols
feat: return supported protocols in id output
2020-08-14 18:05:15 -04:00
Oli Evans
97fee07bd2
Merge pull request #7585 from Luflosi/fix-typo
docs: fix typo in default swarm addrs config docs
2020-08-11 09:53:42 +01:00
Adin Schmahmann
7b9bb8fd24
Merge pull request #7429 from ipfs/fix/plugin-load-error
feat: nice errors when failing to load plugins
2020-08-08 23:04:01 -04:00
Steven Allen
c07b6fb1d1 feat: nice errors when failing to load plugins
partially fixes #7305
2020-08-08 22:53:18 -04:00
Steven Allen
7648a46780
Merge pull request #7478 from ipfs/fix/document-reverse-proxy-bug
doc: document reverse proxy bug
2020-08-08 19:15:28 -07:00
Adin Schmahmann
34c0e5c0f6 fix: sort addresses returned by ipfs id 2020-08-08 21:39:18 -04:00
Adin Schmahmann
d6b94360e2 fix: sort protocols returned by ipfs id 2020-08-08 21:38:34 -04:00
Luflosi
0155a88e5f
docs: fix typo 2020-08-08 23:12:49 +02:00
Steven Allen
dd47364e24 feat: add protocol list to ipfs id 2020-08-07 19:46:44 -04:00
Steven Allen
dd1093f438 fix: use connect instead of findpeer so we ensure we actually connect
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.
2020-08-07 19:46:44 -04:00
Adin Schmahmann
7565da9bc2 fix: ipfs name resolve --dht-record-count flag uses correct type and now works 2020-08-07 19:14:36 -04:00
Marcin Rataj
2ff6f1a80d
test(gateway): IPNS cleanup and implicit defaults fix
This ensures implicit defaults are always present, even when
Gateway.PublicGateways is defined in the config.

User still can disable them, but needs to do it per hostname.

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2020-08-06 14:00:16 +02:00
Adin Schmahmann
692e9f59ff refactor: get rid of cmdDetails awkwardness 2020-08-04 18:28:40 -04:00
Adin Schmahmann
18a27564cb
Merge pull request #7554 from ipfs/petar/namefmt
IPNS format keys in b36cid
2020-08-04 14:08:09 -04:00
Adin Schmahmann
dff0c47050 improve keystore sharness tests 2020-08-04 11:28:40 -04:00
Petar Maymounkov
e384b5964a IPNS format keys in b36cid 2020-08-04 00:18:29 -04:00
Petar Maymounkov
086ea33827 update libp2p deps 2020-08-03 17:53:19 -04:00
Adin Schmahmann
dfb8141d2f
Merge pull request #7546 from rendaw/master
Key import and export cli commands
2020-08-03 17:51:04 -04:00
Adin Schmahmann
fab3a3578d ipfs key export output keys with .key extension by default 2020-08-03 17:28:55 -04:00
Adin Schmahmann
7f15be2ae5 switch ipfs key import/export to use files instead of strings 2020-08-03 16:27:12 -04:00
rendaw
356ca3aefa
Remove export option from generate 2020-08-01 10:45:38 +09:00
Adin Schmahmann
a70d04b68f remove ipfs key identify command 2020-07-30 16:26:40 -04:00