-
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
build: backport changes for Node and Miner v1.32.0-rc2 #12776
Conversation
…2768) The initial implementation of IPNI used GossipSub as a way to propagate IPNI advertisement chain. To do this the propagation had to be relayed through the Lotus node due to strict Filecoin GossipSub validation rules. Since then IPNI has moved on to roll out its own sync protocol that works over HTTP, and HTTP-over-libp2p. This move has been the official way of advertising content to IPNI federation over a year now. Therefore, remove the ad relay over pubsub via Lotus node as it is now considered to have reached its EOL as a mechanism for advertising to IPNI.
Avoids double AMT traversal Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Update to golang crypto `0.31.0` Resolve CVE-2024-45337 by upgrading to the latest golang crypto. See: https://github.com/filecoin-project/go-f3/security/dependabot/12
* chore: cancel upgrade height Calibnet chore: cancel upgrade height Calibnet * chore: update code comment chore: update code comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The key thing of the calibnet upgrade cancellation is included which is why I hit approved. I didn't confirm other backports.
chore: go mod tidy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went through and tagged a few more. Sorry, I keep forgetting to do it. Not sure if you have time to get them into this release or want to ship this ASAP so that's your call.
Sort the power table before Selecting from it.
Added these three backports to the PR now: |
Related Issues
#12750
Proposed Changes
Backport PRs that has landed with a backport label https://github.com/filecoin-project/lotus/pulls?q=is%3Apr+label%3Arelease%2Fbackport+is%3Aclosed
Checklist
Before you mark the PR ready for review, please make sure that: