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
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
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
Steven Allen
285d743173
Merge pull request #7380 from sinkuu/chore/webui
...
chore: update WebUI to 2.8.0
2020-05-28 08:07:58 -07:00
dependabot-preview[bot]
e925313d6c
chore(deps): bump github.com/libp2p/go-libp2p-kad-dht
...
Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht ) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases )
- [Commits](https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.8.0...v0.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-28 11:28:27 +00:00
Shotaro Yamada
58aac04a53
chore: update WebUI to 2.8.0
2020-05-28 10:53:25 +09:00
Steven Allen
c71f9b6940
Merge pull request #7375 from ipfs/feat/mailmap
...
mailmap support
2020-05-27 10:42:06 -07:00
Steven Allen
1a161c2351
chore(mailcap): document rational
...
Co-authored-by: Peter Rabbitson <ribasushi@protocol.ai>
2020-05-27 10:22:44 -07:00
Steven Allen
3849c0fb80
chore(mailcap): change ribasushi addresses
...
Co-authored-by: Peter Rabbitson <ribasushi@protocol.ai>
2020-05-27 10:22:28 -07:00
Steven Allen
30dcc26be8
feat: support the mailmap file in mkreleasenotes
...
This will use either the mailmap file in the current repo, or the mailmap file
in the target repo, when generating the contributor stats.
2020-05-26 21:46:45 -07:00
Steven Allen
7c56366004
feat: add a mailmap file
...
This will allow us to dedup contributors when generating release notes.
2020-05-26 21:46:16 -07:00
Adin Schmahmann
f58665ca04
Merge pull request #7370 from ipfs/doc/update-release-template-flow
...
doc: update the release template for git flow changes
2020-05-26 18:02:25 -04:00
Steven Allen
08fa1f0607
Merge pull request #7369 from ipfs/chore/update-deps
...
chore: update deps
2020-05-26 15:01:35 -07:00
Steven Allen
02f42f5862
chore: update deps
...
* Updates circuit relay to rebalance connection manager tags.
* Update pubsub to fix some bugs.
* Other misc updates.
2020-05-26 14:37:05 -07:00
Steven Allen
e0ea0b3695
doc: update the release template for git flow changes
2020-05-26 14:22:28 -07:00
@RubenKelevra
4ea43cb53a
docs: add pacman.store (@RubenKelevra) to the early testers
2020-05-26 16:07:36 +02:00
Steven Allen
812d90267a
Merge pull request #7365 from ipfs/feat/noise
...
feat: add noise support
2020-05-26 00:17:33 -07:00
Steven Allen
56776c9920
doc(experimental): document noise transport experiment
2020-05-25 23:56:31 -07:00
Steven Allen
d48b80b30e
feat: add noise support
...
We can add a proper configuration option in a followup patch after the RC.
2020-05-25 23:46:48 -07:00
Steven Allen
1bf711d310
Merge pull request #7362 from ipfs/feat/peering
...
feat: implement peering service
2020-05-25 21:31:48 -07:00
Steven Allen
e10289a93d
fix: really cap the max backoff at 10 minutes
...
While preserving some randomness.
And add a test.
2020-05-25 21:20:23 -07:00
Steven Allen
17b3b02549
fix: remove unecessary context
2020-05-25 21:20:23 -07:00