Adin Schmahmann
cbf4b2dfd9
Merge pull request #7627 from ipfs/fix/ipns-eol
...
namesys: fixed IPNS republisher to not overwrite IPNS record lifetimes
2020-08-26 15:05:41 -04:00
Adin Schmahmann
38da1cc991
Merge pull request #7625 from ipfs/fix/7624-do-not-fetch-on-pin-ls
...
Fix #7624 : Do not fetch dag nodes when checking if a pin exists
2020-08-26 14:50:18 -04:00
Adin Schmahmann
732101a6df
namesys: fixed IPNS republisher to not overwrite IPNS record lifetimes
2020-08-26 14:36:32 -04:00
Adin Schmahmann
077e3e0648
chore: bump go-path
2020-08-26 14:35:52 -04:00
Adin Schmahmann
2913146357
Merge pull request #7626 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-pubsub-0.3.5
...
chore(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.3.4 to 0.3.5
2020-08-26 10:15:44 -04:00
dependabot-preview[bot]
b542da46f5
chore(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.3.4 to 0.3.5
...
Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub ) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases )
- [Commits](https://github.com/libp2p/go-libp2p-pubsub/compare/v0.3.4...v0.3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26 11:27:48 +00:00
Hector Sanjuan
7d95359c3e
Fix #7624 : Do not fetch dag nodes when checking if a pin exists
2020-08-26 09:13:15 +02:00
Adin Schmahmann
45e574b6bd
Merge pull request #7610 from ipfs/chore/update-deps
...
chore: update dependencies
2020-08-25 23:14:52 -04:00
Adin Schmahmann
2ecde1a18c
chore: update dht and kbucket
2020-08-25 21:13:18 -04:00
Adin Schmahmann
af90822262
chore: update quic
2020-08-25 20:07:54 -04:00
Adin Schmahmann
18013a3bfc
chore: update deps
2020-08-25 20:07:51 -04:00
Adin Schmahmann
b88bdfeb9d
chore: update go-multiaddr and go-multiaddr-net
2020-08-25 15:24:48 -04:00
Adin Schmahmann
bd08c0a4a6
Merge pull request #7550 from trashhalo/dry-up-close
...
use t.Cleanup() to reduce the need to clean up servers in tests
2020-08-25 12:06:26 -04:00
Adin Schmahmann
5f4cb4f406
Merge pull request #7612 from ipfs/fix/pin-ls-errors
...
fix: ipfs pin ls - ignore pins that have errors
2020-08-25 11:15:36 -04:00
Adin Schmahmann
6871e6d056
fix: ipfs pin ls - return an error when encountering a pin retrieval error
2020-08-25 10:54:56 -04:00
Adin Schmahmann
dcae18d32f
Merge pull request #7623 from ipfs/docs/fix-peering-header
...
docs(config): fix Peering header
2020-08-25 10:53:14 -04:00
Marcin Rataj
135b90e087
docs(config): fix Peering header
...
Peering is top level namespace
2020-08-25 10:39:32 -04:00
Adin Schmahmann
b15bcf0d9c
Merge pull request #7620 from ipfs/test/flaky-dnsaddr
...
sharness: use dnsaddr example in ipfs p2p command tests
2020-08-25 09:53:24 -04:00
Adin Schmahmann
aedd6f0431
sharness: switch p2p dnsaddr that was supposed to have only a single address in it to use a specific example
2020-08-24 19:11:01 -04:00
Adin Schmahmann
92fbcc3d1c
Merge pull request #7615 from ipfs/fix/keystore-rotate
...
fix(key): dont allow backup key to be named 'self'
2020-08-24 10:55:52 -04:00
Jacob Heun
edfd3c9743
test: add rotate self test
2020-08-21 20:08:24 +02:00
Jacob Heun
0ed43e903e
fix(key): dont allow backup key to be named 'self'
...
docs: update the key rotate help docs to be clearer about the backup
2020-08-21 19:42:42 +02:00
Adin Schmahmann
e80601b249
Merge pull request #7536 from neatonk/master
...
[BOUNTY] Directory page UI improvements
2020-08-20 16:07:02 -04:00
Marcin Rataj
887de89cac
test(gateway): breadcrumb links in dir listing
...
This adds subdomain tests for breadcrumbs added in:
https://github.com/ipfs/go-ipfs/pull/7536
License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2020-08-19 20:31:23 -04:00
Marcin Rataj
8ffb7ec6df
chore: dir-index-html v1.2.0
...
https://github.com/ipfs/dir-index-html/releases/tag/v1.2.0
also: https://github.com/ipfs/dir-index-html/releases/tag/v1.1.0
License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2020-08-19 20:31:23 -04:00
Kevin Neaton
2feff33235
test: update gateway tests for dir-index-html v1.1.0
2020-08-19 20:31:23 -04:00
Kevin Neaton
9e95a82a05
chore: update dir-index-html to v1.1.0
2020-08-19 20:31:23 -04:00
Kevin Neaton
044790a838
feat: Directory page UI improvements
...
These changes are needed to prepare for the Directory page UI improvements
implemented in https://github.com/ipfs/dir-index-html/issues/37 .
- update dir-index-html type structs
- emit gateway URL for root links
- emit CID of each directoryItem
- emit size of directory
- emit breadcrumbs
2020-08-19 20:09:35 -04:00
Adin Schmahmann
2e7343ca0b
Merge pull request #7609 from ipfs/fix/deterministic-assets
...
fix: make assets deterministic
2020-08-19 20:08:21 -04:00
Steven Allen
4aa210c66a
fix: make assets deterministic
...
Set the "modtime" to the start of the IPFS project, and the mode to 0644.
2020-08-19 16:57:29 -07:00
Adin Schmahmann
2d0cca800c
Merge pull request #7579 from ipfs/petar/ed25519-default
...
use ed25519 keys by default
2020-08-19 19:19:39 -04:00
Petar Maymounkov
56f5a123d9
update ipfs key default type
2020-08-19 15:22:59 -07:00
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