-
Notifications
You must be signed in to change notification settings - Fork 1
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
arijitAD
wants to merge
469
commits into
master
Choose a base branch
from
update-master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)
ipfs#8166 (comment) (cherry picked from commit 904cc73)
(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 f6641d1)
(cherry picked from commit dc4505b)
Release v0.9.0
This will output one entry per commit author in the "stat" log, instead of just crashing.
fix(mkreleaselog): handle commit 0
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
(cherry picked from commit 5d2a268)
Release v0.10.0
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
Co-authored-by: Adin Schmahmann <[email protected]>
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes: https://github.com/vulcanize/ops/issues/79