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

release: v1.25.1 #11510

Merged
merged 6 commits into from
Dec 9, 2023
Merged

release: v1.25.1 #11510

merged 6 commits into from
Dec 9, 2023

Commits on Dec 9, 2023

  1. fix: exchange: allow up to 10k messages per block

    Also explicitly limit how many bytes we're willing to read in one go
    such that we're capable of reading a worst-case tipset (like, really,
    never going to happen worst-case). Previously, this wasn't an issue.
    However, we've bumped the max number of messages from 8,192 to 150,000
    and need to limit allocations somewhere else.
    Stebalien authored and jennijuju committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    514129e View commit details
    Browse the repository at this point in the history
  2. fix lints

    Stebalien authored and jennijuju committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    d532ac6 View commit details
    Browse the repository at this point in the history
  3. hot fix - backport #11506

    jennijuju committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    410ca25 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11508 from filecoin-project/jen/25patch

    release: v1.25.1
    jennijuju authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    4577f94 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    jennijuju authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    e8b5d18 View commit details
    Browse the repository at this point in the history
  6. fix: exchange: explicitly cast the block message limit const (#11511)

    It's not a const for the testground build, and needs to be an int 99%
    of the time. So we might as well just cast here.
    Stebalien authored and jennijuju committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    aa64136 View commit details
    Browse the repository at this point in the history