- 30 Mar, 2020 10 commits
-
-
Steven Allen authored
fix: get rid of shutdown errors
-
Steven Allen authored
Instead of feeding through the top-level context, feed through a cancel-free context (that still carries the same context values). Then, when the top-level context is canceled, call `stop` to shut everything down in-order. Finally, cancel the inner context to make sure everything has been cleaned up. Ideally, we just wouldn't use contexts for this. But this is strictly better than what we have.
-
Steven Allen authored
Merge pull request #7057 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-peerstore-0.2.2 chore(deps): bump github.com/libp2p/go-libp2p-peerstore from 0.2.1 to 0.2.2
-
Steven Allen authored
chore(deps): bump github.com/ipfs/go-ipfs-files from 0.0.7 to 0.0.8
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-peerstore](https://github.com/libp2p/go-libp2p-peerstore) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/libp2p/go-libp2p-peerstore/releases) - [Commits](https://github.com/libp2p/go-libp2p-peerstore/compare/v0.2.1...v0.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-ipfs-files](https://github.com/ipfs/go-ipfs-files) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/ipfs/go-ipfs-files/releases) - [Commits](https://github.com/ipfs/go-ipfs-files/compare/v0.0.7...v0.0.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
feat: tls by default
-
Steven Allen authored
Switches to TLS as the default security transports.
-
Steven Allen authored
fix: downgrade to go 1.13
-
Steven Allen authored
Go 1.14 has a timer reset deadlock (https://github.com/golang/go/issues/38070). This also downgrades quic-go until either a go patch release fixes this issue or a version of quic-go is released that works with go 1.13.
-
- 28 Mar, 2020 4 commits
-
-
Steven Allen authored
chore(deps): bump github.com/ipfs/go-ds-badger from 0.2.1 to 0.2.2
-
Steven Allen authored
chore(deps): bump github.com/libp2p/go-libp2p from 0.7.1 to 0.7.2
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-ds-badger](https://github.com/ipfs/go-ds-badger) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/ipfs/go-ds-badger/releases) - [Commits](https://github.com/ipfs/go-ds-badger/compare/v0.2.1...v0.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/libp2p/go-libp2p/releases) - [Changelog](https://github.com/libp2p/go-libp2p/blob/master/NEWS.md) - [Commits](https://github.com/libp2p/go-libp2p/compare/v0.7.1...v0.7.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 27 Mar, 2020 7 commits
-
-
Steven Allen authored
chore: update golang
-
Steven Allen authored
-
Steven Allen authored
chore(deps): bump github.com/libp2p/go-libp2p-yamux from 0.2.5 to 0.2.6
-
Steven Allen authored
Keystore: minor maintenance
-
Hector Sanjuan authored
Spec is pretty much out of date but specifies this. https://github.com/ipfs/specs/blob/master/KEYSTORE.md
-
Hector Sanjuan authored
Bytes is deprecated.
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-yamux](https://github.com/libp2p/go-libp2p-yamux) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/libp2p/go-libp2p-yamux/releases) - [Commits](https://github.com/libp2p/go-libp2p-yamux/compare/v0.2.5...v0.2.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 26 Mar, 2020 4 commits
-
-
Steven Allen authored
Upgrade go-ipfs-chunker
-
Peter Rabbitson authored
Closes #6953
-
Steven Allen authored
chore(deps): bump github.com/ipfs/go-bitswap from 0.2.6 to 0.2.7
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-bitswap](https://github.com/ipfs/go-bitswap) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/ipfs/go-bitswap/releases) - [Commits](https://github.com/ipfs/go-bitswap/compare/v0.2.6...v0.2.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 25 Mar, 2020 9 commits
-
-
Steven Allen authored
fix(keystore): avoid racy filesystem access
-
Steven Allen authored
chore: update deps
-
Steven Allen authored
This isn't a real autonat test, but it's a regression test to make sure we don't blatantly break this.
-
Steven Allen authored
Specifically, fix an autonat issue where the service wouldn't actually start.
-
Steven Allen authored
Instead of checking then performing a file operation, perform the file operation and check the error.
-
Steven Allen authored
chore(deps): bump github.com/ipfs/go-log from 1.0.2 to 1.0.3
-
Steven Allen authored
Forgotten go-fmt
-
Peter Rabbitson authored
Not sure why CI didn't catch this
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-log](https://github.com/ipfs/go-log) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/ipfs/go-log/releases) - [Commits](https://github.com/ipfs/go-log/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 24 Mar, 2020 6 commits
-
-
Steven Allen authored
feat: update go-libp2p & go-bitswap
-
Steven Allen authored
Uses the new libp2p AutoNAT option.
-
Steven Allen authored
chore(deps): bump github.com/ipfs/go-blockservice from 0.1.2 to 0.1.3
-
Steven Allen authored
Merge pull request #7026 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-peerstore-0.2.1 chore(deps): bump github.com/libp2p/go-libp2p-peerstore from 0.2.0 to 0.2.1
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-peerstore](https://github.com/libp2p/go-libp2p-peerstore) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/libp2p/go-libp2p-peerstore/releases) - [Commits](https://github.com/libp2p/go-libp2p-peerstore/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-blockservice](https://github.com/ipfs/go-blockservice) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/ipfs/go-blockservice/releases) - [Commits](https://github.com/ipfs/go-blockservice/compare/v0.1.2...v0.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-