- 02 Jun, 2020 4 commits
-
-
Steven Allen authored
fix(commands): print consistent addresses in ipfs id
-
Steven Allen authored
chore(deps): bump github.com/coreos/go-systemd/v22 from 22.0.0 to 22.1.0
-
Steven Allen authored
-
dependabot-preview[bot] authored
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>
-
- 01 Jun, 2020 3 commits
-
-
Steven Allen authored
chore: update quic transport
-
Steven Allen authored
This is a _protocol breaking_ change for the QUIC transport, the last one before we stabilize it.
-
Steven Allen authored
fix two pubsub issues.
-
- 30 May, 2020 1 commit
-
-
Steven Allen authored
Consistently append `/p2p/QmMyId` to addresses when calling `ipfs id Me` and `ipfs id NotMe`. Fixes https://github.com/ipfs/go-ipfs/issues/7378.
-
- 29 May, 2020 5 commits
-
-
Steven Allen authored
Pubsub handles this internally now.
-
Steven Allen authored
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.
-
Steven Allen authored
fix: update node to fix mocha tests
-
Steven Allen authored
-
Steven Allen authored
chore(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.8.0 to 0.8.1
-
- 28 May, 2020 12 commits
-
-
Steven Allen authored
Updates docs link to non-beta site.
-
Steven Allen authored
docs: add pacman.store (@RubenKelevra) to the early testers
-
Steven Allen authored
Change docs-beta link to its final path
-
Steven Allen authored
Update docs-beta links to final URLs
-
Steven Allen authored
feat: webui v2.9.0
-
Marcin Rataj authored
-
Jessica Schilling authored
-
Jessica Schilling authored
-
Jessica Schilling authored
-
Steven Allen authored
chore: update WebUI to 2.8.0
-
dependabot-preview[bot] authored
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>
-
Shotaro Yamada authored
-
- 27 May, 2020 5 commits
-
-
Steven Allen authored
mailmap support
-
Steven Allen authored
Co-authored-by: Peter Rabbitson <ribasushi@protocol.ai>
-
Steven Allen authored
Co-authored-by: Peter Rabbitson <ribasushi@protocol.ai>
-
Steven Allen authored
This will use either the mailmap file in the current repo, or the mailmap file in the target repo, when generating the contributor stats.
-
Steven Allen authored
This will allow us to dedup contributors when generating release notes.
-
- 26 May, 2020 10 commits
-
-
Adin Schmahmann authored
doc: update the release template for git flow changes
-
Steven Allen authored
chore: update deps
-
Steven Allen authored
* Updates circuit relay to rebalance connection manager tags. * Update pubsub to fix some bugs. * Other misc updates.
-
Steven Allen authored
-
@RubenKelevra authored
-
Steven Allen authored
feat: add noise support
-
Steven Allen authored
-
Steven Allen authored
We can add a proper configuration option in a followup patch after the RC.
-
Steven Allen authored
feat: implement peering service
-
Steven Allen authored
While preserving some randomness. And add a test.
-