-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore: update bitswap and some libp2p packages #9279
Merged
Merged
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
@Stebalien Reran them a few times and the unit tests do appear to actually be broken |
@Jorropo there appears to be a significant regression in bitswap v0.10.1. |
I'm taking a look |
@Stebalien this has been fixed in go-bitswap |
This removes some deprecated packages from the build tree.
Stebalien
force-pushed
the
chore/update-bitswap
branch
from
September 13, 2022 14:56
f7b8de1
to
b13cf82
Compare
arajasek
approved these changes
Sep 13, 2022
TippyFlitsUK
added a commit
that referenced
this pull request
Sep 13, 2022
chore: update bitswap and some libp2p packages ## Related Issues <!-- link all issues that this PR might resolve/fix. If an issue doesn't exist, include a brief motivation for the change being made.--> ## Proposed Changes <!-- provide a clear list of the changes being made--> ## Additional Info <!-- callouts, links to documentation, and etc--> ## Checklist Before you mark the PR ready for review, please make sure that: - [ ] All commits have a clear commit message. - [ ] The PR title is in the form of of `<PR type>: <area>: <change being made>` - example: ` fix: mempool: Introduce a cache for valid signatures` - `PR type`: _fix_, _feat_, _INTERFACE BREAKING CHANGE_, _CONSENSUS BREAKING_, _build_, _chore_, _ci_, _docs_,_perf_, _refactor_, _revert_, _style_, _test_ - `area`: _api_, _chain_, _state_, _vm_, _data transfer_, _market_, _mempool_, _message_, _block production_, _multisig_, _networking_, _paychan_, _proving_, _sealing_, _wallet_, _deps_ - [ ] This PR has tests for new functionality or change in behaviour - [ ] If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or [Discussion Tutorials.](https://github.com/filecoin-project/lotus/discussions/categories/tutorials) - [ ] CI is green
geoff-vball
pushed a commit
that referenced
this pull request
Sep 13, 2022
chore: update bitswap and some libp2p packages <!-- link all issues that this PR might resolve/fix. If an issue doesn't exist, include a brief motivation for the change being made.--> <!-- provide a clear list of the changes being made--> <!-- callouts, links to documentation, and etc--> Before you mark the PR ready for review, please make sure that: - [ ] All commits have a clear commit message. - [ ] The PR title is in the form of of `<PR type>: <area>: <change being made>` - example: ` fix: mempool: Introduce a cache for valid signatures` - `PR type`: _fix_, _feat_, _INTERFACE BREAKING CHANGE_, _CONSENSUS BREAKING_, _build_, _chore_, _ci_, _docs_,_perf_, _refactor_, _revert_, _style_, _test_ - `area`: _api_, _chain_, _state_, _vm_, _data transfer_, _market_, _mempool_, _message_, _block production_, _multisig_, _networking_, _paychan_, _proving_, _sealing_, _wallet_, _deps_ - [ ] This PR has tests for new functionality or change in behaviour - [ ] If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or [Discussion Tutorials.](https://github.com/filecoin-project/lotus/discussions/categories/tutorials) - [ ] CI is green
1 task
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.
This removes some deprecated packages from the build tree.