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

chore: releases: merge releases branch to master #11577

Closed
wants to merge 54 commits into from

Commits on Dec 5, 2023

  1. Initial draft changelog

    Initial draft changelog
    rjan90 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8aa7f45 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Update changelog
    rjan90 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3aaca7c View commit details
    Browse the repository at this point in the history
  3. Add sub-bullets to new features

    Add sub-bullets to new features
    rjan90 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ed2890c View commit details
    Browse the repository at this point in the history
  4. fix sender

    snadrus authored and rjan90 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2d7ba43 View commit details
    Browse the repository at this point in the history
  5. fix: lotus-provider: Fix winning PoSt

    magik6k authored and rjan90 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2bf5a57 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11481 from filecoin-project/phi-backport-11480

    chore: backport: lotus-provider msg sending fix
    snadrus authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ea467e1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11483 from filecoin-project/phi-backport-11482

    fix: lotus-provider: Fix winning PoSt
    snadrus authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    58c6dda View commit details
    Browse the repository at this point in the history
  8. Fix changelog

    Fix changelog
    rjan90 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a95f3d6 View commit details
    Browse the repository at this point in the history
  9. fix: sql Scan cannot write to an object

    snadrus authored and rjan90 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4ba2cc2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad5a280 View commit details
    Browse the repository at this point in the history
  11. Add backports to changelog

    Add backports to changelog
    rjan90 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    cb1939b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #11479 from filecoin-project/phi-v1251-rc1

    release: v1.25.1-rc1
    rjan90 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9fe22fc View commit details
    Browse the repository at this point in the history

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. 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
    2b77169 View commit details
    Browse the repository at this point in the history
  5. fix lints

    Stebalien authored and jennijuju committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    f086374 View commit details
    Browse the repository at this point in the history
  6. v1.25.2-rc1

    jennijuju committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    cad43b3 View commit details
    Browse the repository at this point in the history
  7. 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
  8. 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
  9. 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
  10. 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
    7caaa60 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    924af42 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4317232 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #11509 from filecoin-project/jen/252

    build: v1.25.2-rc1
    jennijuju authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    4e5dfe8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge pull request #11490 from filecoin-project/phi-fix-lp-info-log

    fix: lotus-provider: show addresses in log
    snadrus authored and rjan90 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5d868f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11493 from filecoin-project/fix/lp-send-taskid-wait

    fix: lotus-provider: Wait for the correct taskID
    snadrus authored and rjan90 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ccd74ac View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11498 from filecoin-project/fix/harmony-reclaim

    harmony: Fix task reclaim on restart
    snadrus authored and rjan90 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1945944 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11504 from filecoin-project/lp-wdposttaskcmd-format

    fix: lotus-provider: Fix log output format in wdPostTaskCmd
    magik6k authored and rjan90 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0f6b83c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11488 from filecoin-project/lpdocsgen

    lp docsgen
    magik6k authored and rjan90 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    753b51d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11486 from filecoin-project/lpMigrateNicer

    do not suggest the default layer
    magik6k authored and rjan90 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    970ce52 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. update libp2p deps

    aarshkshah1992 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3569e4e View commit details
    Browse the repository at this point in the history
  2. Revert "update libp2p deps"

    This reverts commit 3569e4e.
    aarshkshah1992 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    74aaa57 View commit details
    Browse the repository at this point in the history
  3. update libp2p deps

    aarshkshah1992 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b3270ee View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Merge pull request #11524 from filecoin-project/chore/release-v1.25.2…

    …-update-libp2p
    
    chore:libp2p:update libp2p deps in release-v1.25.2
    jennijuju authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    eb0c5cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11513 from filecoin-project/lotus-provider-backports

    backports: lotus-provider: fixes caught in rc1-testing
    snadrus authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    bc5a2a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Merge pull request #11533 from filecoin-project/asr/speedup-fork-sync

    feat: syncer: optimize syncFork for one-epoch forks
    arajasek authored and rjan90 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ee7c251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c0d3c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11550 from filecoin-project/fix/worker-multipart-…

    …post-err
    
    fix: wdpost: fix vanilla proof indexes
    snadrus authored and rjan90 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d612a85 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11551 from filecoin-project/backports-v1252

    chore: backports to `release/v1.25.2`
    snadrus authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    3ae362c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11535 from filecoin-project/lp-generate-cli-docs

    fix: docs: Modify generate-lotus-cli.py to ignoring aliases.
    snadrus authored and rjan90 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f23e5a4 View commit details
    Browse the repository at this point in the history
  6. Bump version and changelog

    Bump version and changelog
    rjan90 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0c07765 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11552 from filecoin-project/prep-v1252-final

    release: v1.25.2
    rjan90 authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    324878b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge pull request #11559 from filecoin-project/fix-docker-lp

    fix: docker
    magik6k authored and rjan90 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    24159b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11560 from filecoin-project/phi-backport-dockerv1252

    backport: docker build fix for v1.25.2
    snadrus authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    70be906 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    11d375d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11564 from filecoin-project/jen/deps

    chore: backport: #11563
    arajasek authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8b641dd View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Update changelog

    Update changelog
    rjan90 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a095413 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Update changelog
    rjan90 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8d53c44 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11565 from filecoin-project/asr/harden-sync

    feat: exchange: change GetBlocks to always fetch the requested number of tipsets
    jennijuju authored and rjan90 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6fb300b View commit details
    Browse the repository at this point in the history
  4. Update changelog with sync-fix-backport

    Update changelog with sync-fix-backport
    rjan90 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    925a19b View commit details
    Browse the repository at this point in the history
  5. Change date for release in changelog

    Change date for release in changelog
    rjan90 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    369c8fd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11562 from filecoin-project/phi-update-changelog

    chore: release: update changelog with latests backports
    rjan90 authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    7f95a3b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11569 from filecoin-project/release/v1.25.2

    chore: merge `release/v1.25.2` into `releases`
    arajasek authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f51f83b View commit details
    Browse the repository at this point in the history