Skip to content

chore(deps): bump github.com/filecoin-project/lotus from 1.32.2 to 1.33.1 #2019

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps github.com/filecoin-project/lotus from 1.32.2 to 1.33.1.

Release notes

Sourced from github.com/filecoin-project/lotus's releases.

miner/v1.33.1

This is the Lotus v1.33.1 release, which introduces performance improvements and operational enhancements. This release focuses on improving F3 subsystem performance, and enhancing CLI tools for better storage provider operations. Notable improvements include up to 6-10x performance gains in F3 power table calculations, ensuring that PreCommit and ProveCommit operations are aggregating to get optimal gas usage after FIP-100, and a enhanced sector management tool with CSV output support. These improvements collectively enhance the stability and efficiency of Lotus operations for both node operators and storage providers.

☢️ Upgrade Warnings ☢️

  • There are no upgrade warnings for this release candidate.

⭐ Feature/Improvement Highlights:

  • fix(cli): fix lotus state sector command to display DealIDs correctly post-FIP-0076 by querying market actor's ProviderSectors HAMT while maintaining backward compatibility with DeprecatedDealIDs field (filecoin-project/lotus#13140)
  • feat(spcli): make settle-deal optionally take deal id ranges (filecoin-project/lotus#13146)
  • feat(miner): Adjust PreCommit & ProveCommit logic for optimal nv25 gas usage: (filecoin-project/lotus#13049)
    • remove deprecated pre-nv25 code, including batch balancer calculations
    • default to PreCommit batching
    • default to ProveCommit aggregation
    • remove config options: AggregateCommits, AggregateAboveBaseFee, BatchPreCommitAboveBaseFee
  • feat(paych): add EnablePaymentChannelManager config option and disable payment channel manager by default (filecoin-project/lotus#13139)
  • feat(gateway): add CORS headers if --cors is provided (filecoin-project/lotus#13145)
  • feat(f3): move go-f3 datastore to separate leveldb instance (filecoin-project/lotus#13174)
  • lotus state active-sectors now outputs CSV format and supports an optional --show-partitions to list active sector deadlines and partitions. (filecoin-project/lotus#13152)
  • feat: ExpectedRewardForPower builtin utility function and lotus-shed miner expected-reward CLI command (filecoin-project/lotus#13138)
  • feat(api): update go-f3 to 0.8.8, add F3GetPowerTableByInstance to the API (filecoin-project/lotus#13201)
  • feat(f3): integrate cached MapReduce from go-hamt-ipld, which improves performance of F3 power table calculation by 6-10x (filecoin-project/lotus#13134)

🐛 Bug Fix Highlights

📝 Changelog

For the full set of changes since the last stable release:

👨‍👩‍👧‍👦 Contributors

Contributor Commits Lines ± Files Changed
TippyFlits 6 +38440/-212 201
Masih H. Derkani 32 +10241/-3770 171
Jakub Sztandera 33 +2823/-1753 146
Rod Vagg 17 +2089/-238 67
Steven Allen 7 +885/-741 15

... (truncated)

Changelog

Sourced from github.com/filecoin-project/lotus's changelog.

Node v1.33.1 / 2025-07-31

This is the Lotus v1.33.1 release, which introduces performance improvements and operational enhancements. This release focuses on improving F3 subsystem performance, and enhancing CLI tools for better storage provider operations. Notable improvements include up to 6-10x performance gains in F3 power table calculations, ensuring that PreCommit and ProveCommit operations are aggregating to get optimal gas usage after FIP-100, and a enhanced sector management tool with CSV output support. These improvements collectively enhance the stability and efficiency of Lotus operations for both node operators and storage providers.

☢️ Upgrade Warnings ☢️

  • There are no upgrade warnings for this release candidate.

⭐ Feature/Improvement Highlights:

  • fix(cli): fix lotus state sector command to display DealIDs correctly post-FIP-0076 by querying market actor's ProviderSectors HAMT while maintaining backward compatibility with DeprecatedDealIDs field (filecoin-project/lotus#13140)
  • feat(spcli): make settle-deal optionally take deal id ranges (filecoin-project/lotus#13146)
  • feat(miner): Adjust PreCommit & ProveCommit logic for optimal nv25 gas usage: (filecoin-project/lotus#13049)
    • remove deprecated pre-nv25 code, including batch balancer calculations
    • default to PreCommit batching
    • default to ProveCommit aggregation
    • remove config options: AggregateCommits, AggregateAboveBaseFee, BatchPreCommitAboveBaseFee
  • feat(paych): add EnablePaymentChannelManager config option and disable payment channel manager by default (filecoin-project/lotus#13139)
  • feat(gateway): add CORS headers if --cors is provided (filecoin-project/lotus#13145)
  • feat(f3): move go-f3 datastore to separate leveldb instance (filecoin-project/lotus#13174)
  • lotus state active-sectors now outputs CSV format and supports an optional --show-partitions to list active sector deadlines and partitions. (filecoin-project/lotus#13152)
  • feat: ExpectedRewardForPower builtin utility function and lotus-shed miner expected-reward CLI command (filecoin-project/lotus#13138)
  • feat(api): update go-f3 to 0.8.8, add F3GetPowerTableByInstance to the API (filecoin-project/lotus#13201)
  • feat(f3): integrate cached MapReduce from go-hamt-ipld, which improves performance of F3 power table calculation by 6-10x (filecoin-project/lotus#13134)

🐛 Bug Fix Highlights

📝 Changelog

For the full set of changes since the last stable release:

👨‍👩‍👧‍👦 Contributors

Contributor Commits Lines ± Files Changed
TippyFlits 6 +38440/-212 201
Masih H. Derkani 32 +10241/-3770 171
Jakub Sztandera 33 +2823/-1753 146
Rod Vagg 17 +2089/-238 67
Steven Allen 7 +885/-741 15

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/filecoin-project/lotus](https://github.com/filecoin-project/lotus) from 1.32.2 to 1.33.1.
- [Release notes](https://github.com/filecoin-project/lotus/releases)
- [Changelog](https://github.com/filecoin-project/lotus/blob/v1.33.1/CHANGELOG.md)
- [Commits](filecoin-project/lotus@v1.32.2...v1.33.1)

---
updated-dependencies:
- dependency-name: github.com/filecoin-project/lotus
  dependency-version: 1.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 1, 2025
@dependabot dependabot bot added the go Pull requests that update Go code label Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

0 participants