Commit Graph

12425 Commits

Author SHA1 Message Date
Marcin Rataj
041de2aed1 fix: typo in migration error 2021-06-01 08:31:15 -07:00
Adin Schmahmann
9c8b1019e5 chore: update go-libp2p-yamux 2021-05-27 14:02:54 -07:00
Marcin Rataj
f40dc731e9 refactor: improved humanNumber and humanSI
This hides "(n)" when value is same as SI,
and makes SI "3k" (instead of "3 k")
2021-05-27 13:35:19 -07:00
Marcin Rataj
e5ac70456d feat: humanized durations in stat provide 2021-05-27 13:35:19 -07:00
Marcin Rataj
c082c73135 feat: humanized numbers in stat provide
https://github.com/ipfs/go-ipfs/pull/8154#discussion_r639231040
2021-05-27 13:35:19 -07:00
Adin Schmahmann
37de3d0586 feat: add a text output encoding for the stats provide command 2021-05-27 13:35:19 -07:00
Adin Schmahmann
3746c2d630 chore: update deps 2021-05-27 11:40:09 -07:00
Marcin Rataj
2c431eb825 fix: webui-2.12.3
This bumps webui to bugfix release based on feedback from 0.9.0-rc1:
https://github.com/ipfs/ipfs-webui/releases/tag/v2.12.3
2021-05-24 08:25:40 -07:00
dependabot[bot]
482d7ed532 build(deps): bump github.com/libp2p/go-doh-resolver from 0.3.0 to 0.3.1
Bumps [github.com/libp2p/go-doh-resolver](https://github.com/libp2p/go-doh-resolver) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/libp2p/go-doh-resolver/releases)
- [Commits](https://github.com/libp2p/go-doh-resolver/compare/v0.3.0...v0.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-20 12:19:32 -07:00
dependabot[bot]
6a029a48ab build(deps): bump github.com/ipfs/go-bitswap from 0.3.3 to 0.3.4
Bumps [github.com/ipfs/go-bitswap](https://github.com/ipfs/go-bitswap) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/ipfs/go-bitswap/releases)
- [Commits](https://github.com/ipfs/go-bitswap/compare/v0.3.3...v0.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 10:38:10 -07:00
Bogdan Stirbat
075cc8f356
refactor(pinmfs): log error if pre-existing pin failed (#8056)
* pinmfs: log error if pin failed
* refactor: log pre-existing remote mfs pins

This cleans up debug logging and ensures we use %q for data read from
remote services. We log pre-existing pins for MFS root and print ERROR
if pin for current root has status "failed", otherwise, we log to debug.

Co-authored-by: Marcin Rataj <lidel@lidel.org>
2021-05-17 18:13:07 +02:00
Steven Allen
b0fda5cd45
Merge pull request #8031 from RubenKelevra/patch-4
config.md: fix typos/improve wording
2021-05-17 08:29:45 -07:00
Steven Allen
6258374211 doc(config): address nits 2021-05-17 08:25:47 -07:00
@RubenKelevra
253f99f061 config.md: fix typos/improve wording 2021-05-17 08:25:46 -07:00
Steven Allen
6b9bd6ab0d
Merge pull request #8140 from TakashiMatsuda/fix/peering_test
fix(peering_test) : Fix the peering_test to check the connection explicitly added
2021-05-16 11:30:21 -07:00
Takashi Matsuda
b3a6de8c6d fix: the test of peering.PeeringService
This commit fixes the issue that the test of
peering.PeeringService must check the connection of h3
but did not. This line seemed to be unintended.
2021-05-15 12:05:29 +09:00
Steven Allen
3638520c8b
Merge pull request #7712 from ipfs/fix/ignore-generated-files
build: ignore generated files in changelog
2021-05-14 13:31:43 -07:00
Adin Schmahmann
502b68c111 build: ignore generated files in changelog 2021-05-14 10:15:49 -04:00
Adin Schmahmann
e2e115ceff
Merge pull request #8136 from ipfs/chore/update-version
update version to 0.10.0-dev
2021-05-14 06:40:05 -07:00
Adin Schmahmann
40419ac025 update version to 0.10.0-dev 2021-05-14 09:12:00 -04:00
Adin Schmahmann
0bd3b6ec89
Merge pull request #8061 from ipfs/feat/experimental-dht-client
Added support for an experimental DHT client and provider system via the Experiments.AcceleratedDHTClient config option
2021-05-14 02:47:29 -07:00
Adin Schmahmann
a67cab1c60 docs: added experimental features documentation on the Accelerated DHT Client and batched providing system 2021-05-14 01:47:48 -07:00
Adin Schmahmann
cf45f1a862 added support for an experimental batched provider system
The batched provider system is enabled when the experimental AcceleratedDHTClient is enabled

There is also an `ipfs stats provide` command which gives stats about the providing/reproviding system when the batched provider system is enabled
2021-05-14 01:47:48 -07:00
Adin Schmahmann
2fd55d198c integrate experimental AcceleratedDHTClient
The experimental AcceleratedDHTClient can be enabled from the config

When enabled it modifies the output of the `ipfs stats dht` command.
2021-05-14 04:31:06 -04:00
Adin Schmahmann
afa98998da
Merge pull request #8071 from mycorrhizas/feat/non-icann-dns
feat: support DNSLink on non-ICANN DNS names
2021-05-13 10:11:50 -07:00
Steven Allen
a61fa0d1fd
Merge pull request #8130 from ipfs/chore/node-14
chore: switch CI to nodejs 14.x
2021-05-13 09:56:59 -07:00
Adin Schmahmann
31e4a73d8e
Merge pull request #8129 from ipfs/update-tcp
update go-tcp-transport to v0.2.2
2021-05-13 08:05:28 -07:00
Marcin Rataj
28d4d9b327 refactor: add isDomainNameAndNotPeerID
This ensures we exclude valid PeerIDs from code paths that require
DNSLink names.

Ref.
https://github.com/ipfs/go-ipfs/pull/8071#pullrequestreview-639409245
2021-05-13 10:54:40 -04:00
divingpetrel
24dd662d38 feat support non-ICANN DNS 2021-05-13 10:54:38 -04:00
Marten Seemann
bc68e2d1c2 update go-tcp-transport to v0.2.2 2021-05-13 07:24:25 -07:00
Adin Schmahmann
c32c757549
Merge pull request #8125 from ipfs/update-quic-go
update quic-go to v0.21.0-rc.1
2021-05-12 18:22:07 -07:00
Marten Seemann
473d7d5851 update quic-go to v0.21.0-rc.1 2021-05-12 19:17:52 -04:00
Steven Allen
56472f9cf0
Merge pull request #7944 from ipfs/chore/update-go-version
chore: bump minimum go version to 1.15
2021-05-12 16:04:53 -07:00
Adin Schmahmann
56f61d5dbd
Merge pull request #8128 from ipfs/chore/update-deps
chore: update deps
2021-05-12 15:37:08 -07:00
Adin Schmahmann
73e7e023c0 downgrade to 1.15.2 2021-05-12 17:59:20 -04:00
Adin Schmahmann
a81718f20a bump dockerfile to Go 1.15.8 2021-05-12 17:20:44 -04:00
Adin Schmahmann
5a62025cc7 chore: bump minimum go version to 1.15 2021-05-12 17:16:47 -04:00
Marcin Rataj
3d7ff24f8c
chore: use nodejs 14.x on ci
12 is no longer supported, latest js-ipfs requires 14
https://blog.ipfs.io/2021-05-11-js-ipfs-0-55/
2021-05-12 23:03:50 +02:00
hannahhoward
2ef501dec8 fix(sharness): switch insecure hash function test
License: MIT
Signed-off-by: hannahhoward <hannah@hannahhoward.net>
2021-05-12 16:58:43 -04:00
Adin Schmahmann
3f7e23e640 chore: update deps 2021-05-12 16:58:35 -04:00
Adin Schmahmann
c82485505f
Merge pull request #8113 from ipfs/feat/key-export-online
feat: allow key export in online mode
2021-05-12 11:46:35 -07:00
Andrew Gillis
c54cdaa1f8
Feat/migration ipfs download (#8064)
* Enable downloading migrations over IPFS

There are now options in the config file that control how migrations are downloaded. This includes enabling downloading migrations using IPFS by (when migrations are required) spinning up a temporary node for fetching the migrations before running them. There is also a config option to decide what to do with the migrations binaries once they are downloaded (e.g. cache or pin them in your node, or just throw out the data).

Co-authored-by: Steven Allen <steven@stebalien.com>
2021-05-12 09:33:14 -07:00
Marcin Rataj
1d77f9d33d
refactor: key export requires exact repo ver 2021-05-11 20:11:12 +02:00
Marcin Rataj
6b63de8a5a
fix: check repo version before key export
https://github.com/ipfs/go-ipfs/pull/8113#discussion_r628314443
2021-05-11 19:43:51 +02:00
Marcin Rataj
48bc5735fc
test: confirm /api/v0/key/export is HTTP 404
This ensures key export endpoint is never exposed over HTTP API
2021-05-11 19:21:54 +02:00
Steven Allen
4f4c9478fd
Merge pull request #8068 from ipfs/feat/custom-resolver
feat: support custom DoH resolvers
2021-05-10 22:10:10 -07:00
Steven Allen
3b254a631f test(sharness): fix test for updated address filters 2021-05-10 21:34:49 -07:00
Steven Allen
75e0141ad1 chore: update deps 2021-05-10 21:08:42 -07:00
vyzo
664c66c3f3 undo dns neutering from offline mode 2021-05-10 21:04:57 -07:00
vyzo
eb7456d38f update for the new namesys api 2021-05-10 21:04:57 -07:00