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: merge releases back into master #10999

Merged
merged 41 commits into from
Jun 21, 2023

Commits on May 3, 2023

  1. Update build version for release/v1.23.1

    Shrenuj Bansal committed May 3, 2023
    Configuration menu
    Copy the full SHA
    fadc94f View commit details
    Browse the repository at this point in the history
  2. Update changelog.md for release/v1.23.1

    Shrenuj Bansal committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a03535a View commit details
    Browse the repository at this point in the history
  3. update cl (#10819)

    shrenujbansal authored May 3, 2023
    Configuration menu
    Copy the full SHA
    e8dcf9f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. ci: Debugging m1 build

    magik6k authored and Shrenuj Bansal committed May 10, 2023
    Configuration menu
    Copy the full SHA
    779975c View commit details
    Browse the repository at this point in the history
  2. temp drop m1 from releases

    magik6k authored and Shrenuj Bansal committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9558df7 View commit details
    Browse the repository at this point in the history
  3. ci: run release on ci/ branches, include m1

    magik6k authored and Shrenuj Bansal committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0cfb69b View commit details
    Browse the repository at this point in the history
  4. Hide lotus-miner legacy markets cmds

    Hide lotus-miner legacy markets cmds
    rjan90 authored and Shrenuj Bansal committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4e49b8b View commit details
    Browse the repository at this point in the history
  5. Make docsgen-cli

    Make docsgen-cli
    rjan90 authored and Shrenuj Bansal committed May 10, 2023
    Configuration menu
    Copy the full SHA
    f03c069 View commit details
    Browse the repository at this point in the history
  6. fix: sched: Address GET_32G_MAX_CONCURRENT regression (#10850)

    * Fix 1.21 regression: GET_32G_MAX_CONCURRENT + mixed prepared/executing leads to stuck scheduler
    
    If you have 12 GET tasks and GET_32G_MAX_CONCURRENT=1, sealing jobs will only show assigned tasks for GET of the miner
    and is stuck.
    I believe this to be a regression of 1.21 unifying the counters, in the case of GETs where PrepType and TaskType
    both being seal/v0/fetch leading to a state where tasks are blocked since already counted towards the limit.
    
    * itests: Repro issue from PR #10633
    
    * make counters int (non-working)
    
    * fix: worker sched: Send taskDone notifs after tasks are done
    
    * itests: Make TestPledgeMaxConcurrentGet actually reproduce the issue
    
    * make the linter happy
    
    ---------
    
    Co-authored-by: Steffen Butzer <steffen.butzer@outlook.com>
    2 people authored and Shrenuj Bansal committed May 10, 2023
    Configuration menu
    Copy the full SHA
    60d5762 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10851 from filecoin-project/sbansal/backport-1.23…

    ….1-rc2
    
    Backport changes for 1.23.1-rc2
    shrenujbansal authored May 10, 2023
    Configuration menu
    Copy the full SHA
    86f32d1 View commit details
    Browse the repository at this point in the history
  8. Changelog and build version for 1.23.1-rc2

    Shrenuj Bansal committed May 10, 2023
    Configuration menu
    Copy the full SHA
    67df60f View commit details
    Browse the repository at this point in the history
  9. update changelog

    Shrenuj Bansal committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5aea907 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10853 from filecoin-project/sbansal/1.23.1-rc2

    Changelog and build version for 1.23.1-rc2
    shrenujbansal authored May 10, 2023
    Configuration menu
    Copy the full SHA
    5a1738c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Check if epoch is negative in GetTipsetByHeight

    Shrenuj Bansal authored and arajasek committed May 24, 2023
    Configuration menu
    Copy the full SHA
    a509ca2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Merge pull request #10918 from filecoin-project/asr/backport

    Check if epoch is negative in GetTipsetByHeight
    jennijuju authored May 25, 2023
    Configuration menu
    Copy the full SHA
    9900dbe View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. feat: chainstore: sharded mutex for filling chain height index

    This PR introduces as sharded mutex within the ChainIndex#GetTipsetByHeight.
    It also replaces a go map with xsync.Map which doesn't require locking.
    
    The lock is taken when it appears that ChainIndex filling work should be
    started. After claiming the lock, the status of the cache is rechecked,
    if the entry is still missing, the fillCache is started.
    
    Thanks to @snissn and @arajasek for debugging and taking initial stabs at this.
    
    Supersedes #10866 and 10885
    
    Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
    Jakub Sztandera authored and Shrenuj Bansal committed May 31, 2023
    Configuration menu
    Copy the full SHA
    b65c93b View commit details
    Browse the repository at this point in the history
  2. Appease the linter

    Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
    Jakub Sztandera authored and Shrenuj Bansal committed May 31, 2023
    Configuration menu
    Copy the full SHA
    80aa96e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10934 from filecoin-project/sbansal/backport-v1.2…

    …3.1-rc3
    
    feat: chainstore: sharded mutex for filling chain height index
    shrenujbansal authored May 31, 2023
    Configuration menu
    Copy the full SHA
    05d3dc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80d39f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48365f4 View commit details
    Browse the repository at this point in the history
  6. update go-libp2p to v0.27.3

    marten-seemann authored and jennijuju committed May 31, 2023
    Configuration menu
    Copy the full SHA
    3a7b52a View commit details
    Browse the repository at this point in the history
  7. update libp2p

    jennijuju committed May 31, 2023
    Configuration menu
    Copy the full SHA
    7831ec6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10937 from filecoin-project/jen/libp2p2

    devs: update libp2p
    arajasek authored May 31, 2023
    Configuration menu
    Copy the full SHA
    f4f0dd9 View commit details
    Browse the repository at this point in the history
  9. Update changelog and build version

    Shrenuj Bansal committed May 31, 2023
    Configuration menu
    Copy the full SHA
    a750f29 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10938 from filecoin-project/sbansal/v1.23.1-rc3

    Update changelog and build version
    shrenujbansal authored May 31, 2023
    Configuration menu
    Copy the full SHA
    f8b05f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    324807a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10949 from filecoin-project/asr/update-libp2p-bac…

    …kport
    
    chore: deps: update to go-libp2p 0.27.5
    jennijuju authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    8b2814b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. chore: update build version and changelog for 1.23.1-rc4

    Shrenuj Bansal committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    aa02379 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10954 from filecoin-project/sbansal/1.23.1-rc4

    chore: update build version and changelog for 1.23.1-rc4
    arajasek authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b5e2ee7 View commit details
    Browse the repository at this point in the history
  3. update changelog

    Shrenuj Bansal committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    11b17e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10956 from filecoin-project/sbansal/1.23.1-rc4

    chore: update changelog title and comments
    shrenujbansal authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    e2d7841 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Add comment stating msgIndex is an experimental feature

    Shrenuj Bansal committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5e8cae9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10969 from filecoin-project/sbansal/msgindex-comm…

    …ent-rel
    
    Add comment stating msgIndex is an experimental feature
    shrenujbansal authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    a81bb4a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Update build version and changelog for final 1.23.1 cut

    Shrenuj Bansal committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ff10fb9 View commit details
    Browse the repository at this point in the history
  2. Changelog

    Shrenuj Bansal committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    63d631d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Update changelog

    Update changelog before publishing
    rjan90 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1cd7c44 View commit details
    Browse the repository at this point in the history
  2. Remove old upgrade warnings

    Remove old upgrade warnings. Instead call-out that users should read the upgrade warnings section in the v1.23.0 release if upgrading from v1.22.1
    rjan90 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    bd22319 View commit details
    Browse the repository at this point in the history
  3. Link to LOTUS_FVM_CONCURRENCY docs

    Add link to LOTUS_FVM_CONCURRENCY docs
    rjan90 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a4271f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10990 from filecoin-project/sbansal/1.23.1-final-cut

    chore: Update build version and changelog for final 1.23.1 cut
    shrenujbansal authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b68e3a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Merge pull request #10996 from filecoin-project/sbansal/1.23.1_to_rel…

    …eases
    
    merge v1.23.1 to releases
    shrenujbansal authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    26dbe51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4b8425 View commit details
    Browse the repository at this point in the history