Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Update master #3

Open
wants to merge 469 commits into
base: master
Choose a base branch
from
Open

WIP: Update master #3

wants to merge 469 commits into from

Conversation

arijitAD
Copy link

@arijitAD arijitAD commented Nov 2, 2021

lidel and others added 30 commits May 31, 2021 15:33
This will print ERROR to log if daemon running in online mode has no
peers after one minute since start.
feat: print error on bootstrap failure
Bumps [github.com/libp2p/go-libp2p-discovery](https://github.com/libp2p/go-libp2p-discovery) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/libp2p/go-libp2p-discovery/releases)
- [Commits](libp2p/go-libp2p-discovery@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p-discovery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.14.0 to 0.14.2.
- [Release notes](https://github.com/libp2p/go-libp2p/releases)
- [Commits](libp2p/go-libp2p@v0.14.0...v0.14.2)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 041de2a)
This will print ERROR to log if daemon running in online mode has no
peers after one minute since start.

(cherry picked from commit 039e12a)
(cherry picked from commit 58aa218)
Bumps [github.com/libp2p/go-libp2p-discovery](https://github.com/libp2p/go-libp2p-discovery) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/libp2p/go-libp2p-discovery/releases)
- [Commits](libp2p/go-libp2p-discovery@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p-discovery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 1ab632a)
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.14.0 to 0.14.2.
- [Release notes](https://github.com/libp2p/go-libp2p/releases)
- [Commits](libp2p/go-libp2p@v0.14.0...v0.14.2)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 8d3c9c3)
(cherry picked from commit 95eebe4)
(cherry picked from commit dc4505b)
This will output one entry per commit author in the "stat" log, instead
of just crashing.
fix(mkreleaselog): support multiple commit authors
…om/coreos/go-systemd/v22-22.3.2

build(deps): bump github.com/coreos/go-systemd/v22 from 22.3.1 to 22.3.2
* improve peer hints in pin.origins
aschmahmann and others added 30 commits September 30, 2021 17:17
* ci: move docker image publishing to github

Closes ipfs#8330

* chore: remove dockerhub push from circleci

(cherry picked from commit c0f282f)
(cherry picked from commit 5d2a268)
Docker image already produces custom AgentVersion, this makes it
explicit and easier to reason about.
Cannot reproduce the flakiness at the moment. The report suggests that connections are established on different transports. Adding logging to show what these transports are.
* Added heathcheck for the docker container
If there's an error, the link will be nil, and this will panic.
Periodically compare release assets in dist.ipfs.io and github. Any assets found in dist.ipfs.io and not in github are copied over.
Otherwise, the user will get a confusing panic. And given that we
support "", we might as well support nil.
* ci: update ipfs interop tests

Co-authored-by: Alex Potsides <[email protected]>
* chore: bump examples to use v0.10.0
* feat: build examples against released packages instead of using replace directives to refer to the parent repo
* ci: run examples against the latest (unreleased) version of go-ipfs
… export (ipfs#8506)

* chore: replace go-merkledag walk with go-ipld-prime traversal for dag export

This is "safe" now because we can limit duplicate block loads like
go-merkledag does and won't get trapped taking a long time for complex
DAGs. We can do this while we're using an exhaustive selector (like
ExploreAll here) but will need an alternative strategy when we go for
arbitrary selectors.
fix(unixfs): check for errors before dereferencing the link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.