Steven Allen
ed1e54ebf8
fix(migration): migrate /ipfs/ bootstrappers to /p2p/
...
1. We should have done this in 7-to-8 anyways, but didn't in some cases.
2. We assume these addresses use /p2p/ in the 9-to-10 migration.
2020-06-09 11:05:59 -07:00
Steven Allen
6ae96fac10
Merge pull request #7447 from RubenKelevra/feat/update_readme
...
readme: update go-version
2020-06-09 10:09:58 -07:00
Steven Allen
0883a35b52
Merge pull request #7446 from ipfs/fix/quic-migration
...
fix(migration): correctly migrate quic addresses
2020-06-09 09:29:50 -07:00
@RubenKelevra
b0c359d538
readme: update go-version
2020-06-09 18:22:57 +02:00
Steven Allen
f01c9625f3
fix(migration): correctly migrate quic addresses
...
1. Don't add quic addresses when they're already present (correctly detect quic addresses).
2. Correctly distinguish between quic addresses and quic + relay addresses.
3. Only add quic addresses to mirror tcp addresses, not tcp/ws addresses.
fixes #7444
2020-06-09 08:53:50 -07:00
Steven Allen
9467986a1d
chore: update quic
2020-06-09 08:34:36 -07:00
Adin Schmahmann
96677e00d6
feat: bump version to v0.6.0-rc2
2020-06-08 17:34:16 -04:00
Steven Allen
a2cd58edf1
chore: update bitswap
...
* Protect conns to peers actively giving us useful data.
* Only count _useful_ received data in the ledger.
2020-06-08 11:32:15 -07:00
Steven Allen
a76d80cf4c
chore: add migration to listen on QUIC by default
2020-06-08 10:55:07 -07:00
Steven Allen
970a0b414e
Merge pull request #7443 from ipfs/feat/quic-migration
...
chore: add migration to listen on QUIC by default
2020-06-08 10:46:01 -07:00
Steven Allen
3119f85e72
chore: add migration to listen on QUIC by default
2020-06-08 10:31:20 -07:00
Steven Allen
1ee5f772b3
Merge pull request #7430 from ipfs/chore/update-libp2p
...
update libp2p
2020-06-08 09:18:34 -07:00
Steven Allen
2bb093b4c2
chore: update go-libp2p-peestore
2020-06-08 08:41:28 -07:00
Steven Allen
2d72467d07
chore: update kad dht
2020-06-05 17:27:30 -07:00
Steven Allen
5e6d855455
update libp2p
2020-06-05 14:21:53 -07:00
Steven Allen
11be1c5f2a
Merge pull request #7419 from RubenKelevra/feat/require_go_1.14.4
...
go: bump minimal dependency to 1.14.4
2020-06-04 20:32:57 -07:00
@RubenKelevra
cb196d2495
README.md: documentation update, requires at least go 1.14.4 now
2020-06-05 03:16:49 +02:00
@RubenKelevra
179bed8f60
go: bump minimal dependency to 1.14.4
...
due to major bugfixes in the .4 release
2020-06-05 03:15:57 +02:00
Steven Allen
3a8e076fdd
Merge pull request #7405 from ipfs/backports
...
backport fixes
2020-06-02 19:19:32 -07:00
Steven Allen
10dfd9a3c2
chore: update quic transport
...
This is a _protocol breaking_ change for the QUIC transport, the last one before
we stabilize it.
(cherry picked from commit 0865634f75 )
2020-06-02 17:36:30 -07:00
Steven Allen
16b0913112
fix: update node to fix mocha tests
...
(cherry picked from commit 4e14582c56 )
2020-06-02 17:36:30 -07:00
Steven Allen
cee60700b9
fix: use bitswap sessions for ipfs refs
...
This isn't perfect (we only use sessions after resolving the root cid) but it's
better than what we have. The real solution is #7198 so we can use sessions
everywhere.
(cherry picked from commit 62f61c588d )
2020-06-02 17:36:30 -07:00
Marcin Rataj
5be7e0f8de
feat: webui v2.9.0
...
(cherry picked from commit 0f76ed79f9 )
2020-06-02 17:36:30 -07:00
Shotaro Yamada
bd9382fe41
chore: update WebUI to 2.8.0
...
(cherry picked from commit 58aac04a53 )
2020-06-02 17:36:30 -07:00
Steven Allen
0cdde03824
Merge pull request #7389 from ipfs/fix/refs-sessions
...
fix: use bitswap sessions for ipfs refs
2020-06-02 11:17:12 -07:00
Steven Allen
9123de0427
Merge pull request #7391 from ipfs/dependabot/go_modules/github.com/stretchr/testify-1.6.0
...
chore(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.0
2020-06-02 10:46:52 -07:00
Steven Allen
22dc1ad397
Merge pull request #7397 from ipfs/fix/id-addr-format
...
fix(commands): print consistent addresses in ipfs id
2020-06-02 10:46:28 -07:00
Steven Allen
5809dfbcee
Merge pull request #7402 from ipfs/dependabot/go_modules/github.com/coreos/go-systemd/v22-22.1.0
...
chore(deps): bump github.com/coreos/go-systemd/v22 from 22.0.0 to 22.1.0
2020-06-02 09:28:45 -07:00
Steven Allen
86c30d6b59
test(sharness): ensure addresses end in p2p addr
2020-06-02 09:26:06 -07:00
dependabot-preview[bot]
8bd2b36fe1
chore(deps): bump github.com/coreos/go-systemd/v22 from 22.0.0 to 22.1.0
...
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd ) from 22.0.0 to 22.1.0.
- [Release notes](https://github.com/coreos/go-systemd/releases )
- [Commits](https://github.com/coreos/go-systemd/compare/v22.0.0...v22.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-02 11:27:23 +00:00
Steven Allen
44df41cb08
Merge pull request #7401 from ipfs/chore/update-quic
...
chore: update quic transport
2020-06-01 15:01:52 -07:00
Steven Allen
0865634f75
chore: update quic transport
...
This is a _protocol breaking_ change for the QUIC transport, the last one before
we stabilize it.
2020-06-01 14:46:35 -07:00
Steven Allen
cf68619b80
Merge pull request #7394 from ipfs/fix/pubsub
...
fix two pubsub issues.
2020-06-01 14:26:29 -07:00
Steven Allen
3aa86f8ed9
fix(commands): print consistent addresses in ipfs id
...
Consistently append `/p2p/QmMyId` to addresses when calling `ipfs id Me` and `ipfs id NotMe`.
Fixes https://github.com/ipfs/go-ipfs/issues/7378 .
2020-05-29 18:48:53 -07:00
Steven Allen
c58e3e4c7d
fix: remove pubsub discovery hack
...
Pubsub handles this internally now.
2020-05-29 16:42:10 -07:00
Steven Allen
ac8a88d054
fix(pubsub): flood publish
...
When publishing a value, flood. This ensures that our messages make it to the
network even if some of our peers are bad and/or overloaded.
2020-05-29 16:42:10 -07:00
Steven Allen
91b1db5422
Merge pull request #7395 from ipfs/fix/interop-test-results
...
fix: update node to fix mocha tests
2020-05-29 16:40:40 -07:00
Steven Allen
4e14582c56
fix: update node to fix mocha tests
2020-05-29 16:20:46 -07:00
Steven Allen
84153fa775
Merge pull request #7382 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.8.1
...
chore(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.8.0 to 0.8.1
2020-05-29 16:03:50 -07:00
dependabot-preview[bot]
a773e890d8
chore(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.0
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29 11:27:31 +00:00
Steven Allen
62f61c588d
fix: use bitswap sessions for ipfs refs
...
This isn't perfect (we only use sessions after resolving the root cid) but it's
better than what we have. The real solution is #7198 so we can use sessions
everywhere.
2020-05-28 17:15:56 -07:00
Steven Allen
765c456543
Merge pull request #7377 from johnnymatthews/master
...
Updates docs link to non-beta site.
2020-05-28 15:09:00 -07:00
Steven Allen
b6aa8df471
Merge pull request #7368 from RubenKelevra/feat/early-testers-rubenkelevra
...
docs: add pacman.store (@RubenKelevra) to the early testers
2020-05-28 15:06:16 -07:00
Steven Allen
c8bb1a648e
Merge pull request #7385 from ipfs/jessicaschilling-patch-1
...
Change docs-beta link to its final path
2020-05-28 15:05:42 -07:00
Steven Allen
13035bd7dc
Merge pull request #7386 from ipfs/jessicaschilling-patch-2
...
Update docs-beta links to final URLs
2020-05-28 15:05:23 -07:00
Steven Allen
a30279e62f
Merge pull request #7387 from ipfs/feat/webui-v2.9.0
...
feat: webui v2.9.0
2020-05-28 15:02:18 -07:00
Marcin Rataj
0f76ed79f9
feat: webui v2.9.0
2020-05-28 23:04:35 +02:00
Jessica Schilling
c86244ecf5
Update docs/config.md
2020-05-28 11:15:09 -06:00
Jessica Schilling
766023311a
Update docs-beta links to final URLs
2020-05-28 11:14:00 -06:00
Jessica Schilling
e456462414
Change docs-beta link to its final path
2020-05-28 11:10:39 -06:00