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 release/v1.25.2 into releases #11567

Closed
wants to merge 542 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    6bda334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebec992 View commit details
    Browse the repository at this point in the history
  3. Update unreleased changelog

    Update unreleased changelog
    rjan90 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9d58fff View commit details
    Browse the repository at this point in the history
  4. fix: worker: listen for interrupt signals in GetStorageMinerAPI loop (#…

    …11309)
    
    - Added a goroutine to listen for interrupt signals, which will cancel the current context when an interrupt signal is received. This allows for graceful shutdown of ongoing operations.
    rjan90 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b1228b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11361 from filecoin-project/feat/add-mpool-metrics

    feat: metric: export Mpool message count
    rjan90 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    12b30c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02929dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0c4e6b View commit details
    Browse the repository at this point in the history
  8. lpwindow: Submit task Adder

    magik6k committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    81603a6 View commit details
    Browse the repository at this point in the history
  9. lpwindow: Submit CanAccept

    magik6k committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c1add7d View commit details
    Browse the repository at this point in the history
  10. lpwindow: Submit Do

    magik6k committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a686a99 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    4f9e168 View commit details
    Browse the repository at this point in the history
  2. lpwindow: IT SUBMITS

    magik6k committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    edd95f6 View commit details
    Browse the repository at this point in the history
  3. docsgen

    magik6k committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    fa33e82 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. fix: eth: correctly encode and simplify native input/output encoding (#…

    …11382)
    
    * chore: eth: move & rename input/output encoding functions
    
    These are shared functions, so I'm moving them to the utils library.
    
    * fix: eth: correctly encode and simplify native input/output encoding
    
    When generating eth traces, we encode "native" message inputs/outputs
    to "solidity ABI" by formatting the inputs/outputs the same way we do in
    FEVM's "handle_native_method". However, we had quite a few bugs with the
    implementation:
    
    1. We were right-aligning 64bit values in 256bit words, instead of
    left-aligning (as we should given that these values are big-endian).
    2. The return-value encoding wasn't correctly handling lengths.
    
    This patch:
    
    1. Fixes those bugs.
    2. Deduplicates the logic (we're doing _basically_ the same thing in
    both cases).
    3. Removes all error paths (these functions can't fail).
    Stebalien authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cff785f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    848c20d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    d18cb5d View commit details
    Browse the repository at this point in the history
  2. improved

    snadrus committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    02d3e24 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11353 from CIDgravity/improve-sectors-summary-call

    feat: sealing: load SectorsSummary from sealing SectorStats instead of calling API each time
    magik6k authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b243c40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d509cc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c50558 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de280a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5921da3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Move premigration to 90 minutes

    Move premigration to 90 minutes before upgrade epoch.
    rjan90 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    24a714d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11395 from filecoin-project/fix/update-premigration

    fix: migration: set premigration to 90 minutes
    rjan90 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    fbafe1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0026a0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11380 from filecoin-project/feat/lp-wdpost-submit

    [wip] feat: sturdypost: WindowPoSt Submit
    snadrus authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8ecee2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23ba7fa View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. lp migrator fixes

    snadrus committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b0cb4b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f100a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4391a5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05cd57a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad4556e View commit details
    Browse the repository at this point in the history
  6. config codegen

    magik6k committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2bb4940 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    410bdc3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b5dd52 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    6c68ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d192c4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11406 from filecoin-project/feat/lp-disable-wdpost

    feat: lotus miner config to entirely disable WindowPoSt
    snadrus authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3178388 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11404 from filecoin-project/feat/lp-decl-recover

    feat: wdpost: Declare-recovered task
    snadrus authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ac0e757 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11388 from filecoin-project/feat/lp-migrate2

    cli: lotus-shed provider from-miner
    snadrus authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    06a0a69 View commit details
    Browse the repository at this point in the history
  6. Revert move-partitions cmd

    Revert move-partitions cmd
    rjan90 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e6dc720 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11407 from filecoin-project/asr/calibnet-master

    chore: forward-port calibnet hotfix to master
    arajasek authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7344dd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    f27d54b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4d8671 View commit details
    Browse the repository at this point in the history
  3. lpwinning: adder done

    magik6k committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f30a7db View commit details
    Browse the repository at this point in the history
  4. lpwinning: basic CanAccept

    magik6k committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    49c56e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9625da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a4ce7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d719db3 View commit details
    Browse the repository at this point in the history
  8. lpwindow: Fix recover schema

    magik6k committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    8b41013 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2ef006 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8744312 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7efc4e4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    339e062 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    30cf227 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aa87f3c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    10032a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. harmonytask: remember machine

    snadrus committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    fea289f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8c6734 View commit details
    Browse the repository at this point in the history
  3. gen fix

    snadrus committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3c4e22f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. fix circleci and fiximports

    snadrus committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    56498f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63b130a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11415 from filecoin-project/remember-machine

    Fix todays sql error and remember which machine did a task
    snadrus authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3864831 View commit details
    Browse the repository at this point in the history
  4. sealer: commr-in-Go util

    magik6k committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b97b336 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfd3262 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fac122c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4dd5886 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a1562c6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #11408 from filecoin-project/revert-move-partition…

    …s-cmd
    
    chore: cli: Revert move-partitions cmd
    arajasek authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    22e0291 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    366a3ad View commit details
    Browse the repository at this point in the history
  11. migrate-fix

    snadrus committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    68cef72 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    793b078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ffe9f8 View commit details
    Browse the repository at this point in the history
  3. test fix

    snadrus committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    91cf04a View commit details
    Browse the repository at this point in the history
  4. fixes

    snadrus committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8fe8977 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ec9eb0 View commit details
    Browse the repository at this point in the history
  6. lints and non parallel

    snadrus committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4b8aa53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a9e3cf View commit details
    Browse the repository at this point in the history
  8. harmonytask: remember machine

    snadrus authored and magik6k committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    98099cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aed9a6d View commit details
    Browse the repository at this point in the history
  10. gen fix

    snadrus authored and magik6k committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c1edae6 View commit details
    Browse the repository at this point in the history
  11. fix circleci and fiximports

    snadrus authored and magik6k committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9b4a3ba View commit details
    Browse the repository at this point in the history
  12. better storageRpcSecret errormsg

    snadrus authored and magik6k committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0d90430 View commit details
    Browse the repository at this point in the history
  13. mod tidy

    magik6k committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3947327 View commit details
    Browse the repository at this point in the history
  14. make gen

    magik6k committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fceabdb View commit details
    Browse the repository at this point in the history
  15. Merge pull request #11410 from filecoin-project/feat/lp-winning

    feat: lotus-provider: WinningPoSt support
    magik6k authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    57f5760 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f80a5bc View commit details
    Browse the repository at this point in the history
  17. unit test and code comments

    snadrus committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ac2306b View commit details
    Browse the repository at this point in the history
  18. feat: chain: light-weight patch to fix calibrationnet again by removi…

    …ng move_partitions from built-in actors (#11409)
    
    * upgrade calibnet by removing move_partitions from miner actor in actor v12
    
    * cids for buggy bundles
    
    * revert changes to v12 tar
    
    * upgrade system actor state
    
    * update based on manifest
    
    * nit: clean up some comments
    
    * chore: rename param to oldBuggyMinerCID
    
    * refactor, ensure both buggy bundles are loaded
    
    * update to actors v12.0.0-rc.3
    
    * fix: load second buggy bundle for UpgradeWatermelonFixHeight
    
    * add calibration fix2 upgrade epcoh
    
    * update mainnet upgrade epoch
    
    ---------
    
    Co-authored-by: Aayush <arajasek94@gmail.com>
    Co-authored-by: jennijuju <jiayingw703@gmail.com>
    3 people authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    808a6e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. pg weird interval syntax

    snadrus committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    25f9eb4 View commit details
    Browse the repository at this point in the history
  2. metric milliseconds computation with golang original method (#11403)

    Signed-off-by: Icarus9913 <icaruswu66@qq.com>
    Icarus9913 authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    369a4c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. test-window-post

    snadrus committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1dc2810 View commit details
    Browse the repository at this point in the history
  2. lp test fixes

    snadrus committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1ae7bc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1419bec View commit details
    Browse the repository at this point in the history
  4. bench: Set ticket and seed to a non-all zero value

    Set ticket and seed to a non-all zero value
    rjan90 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4645f25 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11428 from filecoin-project/asr/update-gst

    chore: deps: update to go-state-types v0.12.7
    arajasek authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    87105b5 View commit details
    Browse the repository at this point in the history
  6. fix: eth: remove trace sanity check (#11385)

    We added this check as a self-test to make sure that the message indices
    in our trace matched up with those in the block. Unfortunately, this
    only works for blocks on the main-chain, and breaks tracing of uncle
    blocks (and tracing of head).
    Stebalien authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    06d288e View commit details
    Browse the repository at this point in the history
  7. fix: eth: use the correct state-tree when resolving addresses (#11387)

    We need to always use the state-tree from the tipset _after_ the message
    executed. If we use any other state-tree, we might not find the address
    we're trying to resolve.
    
    This change also has some implication for pending messages: there's no
    guarantee we'll be able to generate a 0x-style address for a pending
    native message. So, instead of trying, I've removed support for pending
    native messages from the Eth API. Messages from EthAccounts will still
    work, and native messages will still show up in blocks/traces, they just
    won't show up as "pending". Which should affect exactly nobody.
    
    I'm also taking this opportunity to cleanup some edge-cases:
    
    1. Pass contexts where appropriate.
    2. Remove all state access from `ethTxHashFromSignedMessage`.
    
    Part of #11355
    Stebalien authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9b4df6a View commit details
    Browse the repository at this point in the history
  8. feat: eth: encode eth tx input as solidity ABI (#11402)

    When translating "native" messages to Ethereum transactions, correctly handle parameters:
    
    1. If the message looks like a valid "create external", treat it as a contract creation.
    2. If it looks like a valid EVM invocation, decode it as such.
    3. Otherwise, ABI-encode the parameters to make them look like a "handle_filecoin_method" call. This
        will help chain explorers recognize these messages.
    
    Part of #11355
    Stebalien authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d5fd4cd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    92c3b0a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11429 from filecoin-project/phi-fix-seedticket-bench

    fix: bench: Set ticket and seed to a non-all zero value
    rjan90 authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    59873c7 View commit details
    Browse the repository at this point in the history
  3. Add SupraSeal-PC2 scritpt

    Add SupraSeal-PC2 scritpt
    rjan90 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    44e0435 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. lp: test cli, titled sql

    snadrus committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ec43903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ed5cc View commit details
    Browse the repository at this point in the history
  3. add glif bootstrap nodes, space07, calibration-archive

    lazavikmaria authored and Ales Dumikau committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    767f8ba View commit details
    Browse the repository at this point in the history
  4. Remove space07 as bootstrap

    Ales Dumikau committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6e02618 View commit details
    Browse the repository at this point in the history
  5. Change Glif calibnet bootstrap node id

    Ales Dumikau committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    cd79bcf View commit details
    Browse the repository at this point in the history
  6. Rebase on master

    Ales Dumikau committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    84f9383 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11175 from protofire/feat/add-glif-bootstrap-nodes

    add glif bootstrap node on calibration
    rjan90 authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1d832e4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #11430 from filecoin-project/suprasealpc2-script

    feat: build: Add SupraSeal-PC2 binary script
    magik6k authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    af53e96 View commit details
    Browse the repository at this point in the history
  9. chore: update FFI (#11431)

    chore: update FFI
    rjan90 authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b5a9607 View commit details
    Browse the repository at this point in the history
  10. chore: actors: update v12 to the final release

    This doesn't change any of the CIDs as the code is the same.
    Stebalien committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0bb6093 View commit details
    Browse the repository at this point in the history
  11. deps: gostatetype (#11437)

    * bring in the final v12 tag
    
    * mod tidy
    jennijuju authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e64a361 View commit details
    Browse the repository at this point in the history
  12. fix: ci: fetch params for the storage unit tests

    In #11212, we added the necessary logic to download the params
    automatically. However, we're not taking advantage of CI caching.
    
    Here, we configure CI to cache these params.
    Stebalien committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a1d260e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #11419 from filecoin-project/fix-sturdy-tests

    Fixes for lotus-provider, and conveniences
    magik6k authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    aa2640d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. lp: task test better

    snadrus committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    deae3ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f9af40 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11440 from filecoin-project/steb/update-bundle-tag

    chore: actors: update v12 to the final release
    jennijuju authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0b0d7c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c620ff8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    829311c View commit details
    Browse the repository at this point in the history
  6. fix typo in change log

    aarshkshah1992 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8f39834 View commit details
    Browse the repository at this point in the history
  7. run make docsgen

    aarshkshah1992 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    41f611a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #11448 from filecoin-project/feat/merge-releases-i…

    …nto-master
    
    chore: releases :merge releases into master
    aarshkshah1992 authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    867f9bb View commit details
    Browse the repository at this point in the history
  9. chore: build: bump master to v1.25.1-dev

    chore: build: bump master to v1.25.1-dev
    rjan90 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    03344e1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #11450 from filecoin-project/phi-bump-master-version

    chore: build: bump master to v1.25.1-dev
    jennijuju authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1ca071e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    16cc244 View commit details
    Browse the repository at this point in the history
  12. make gen

    magik6k committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0bf030e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #11451 from filecoin-project/chore/master-into-sturdy

    chore: master into sturdypost
    snadrus authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    18f6907 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    f0a931e View commit details
    Browse the repository at this point in the history
  2. fix lotus-provider build

    magik6k committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d82da79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    687ad3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3407848 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9d663c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Merge pull request #11420 from filecoin-project/fix/no-miner-db-req

    fix: miner: Don't require db config when it's not used
    snadrus authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6328a35 View commit details
    Browse the repository at this point in the history
  2. lp: fix: migrate 0 panic

    snadrus committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    37d5d59 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. fix: lints

    snadrus committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    5120add View commit details
    Browse the repository at this point in the history
  2. feat: chain import: don't walk to genesis - 2-3x faster snapshot impo…

    …rt (#11446)
    
    * chain import: don't walk to genesis
    
    * fix daemon build
    
    * fast snapshot genesis: address review
    magik6k authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    231b207 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Merge pull request #11441 from filecoin-project/steb/fetch-params-sto…

    …rage-tests
    
    fix: ci: fetch params for the storage unit tests
    magik6k authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    003d32a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73030c1 View commit details
    Browse the repository at this point in the history
  3. fix storage unit tests

    magik6k committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ab81d4c View commit details
    Browse the repository at this point in the history
  4. itests: TestSectorsSummary

    magik6k committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    00535fe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11456 from filecoin-project/fix/mineinfo-counts

    fix: miner info: Show correct sector state counts
    snadrus authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3283cb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1f0d52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5519b15 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    cef565f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11459 from filecoin-project/feat/prov-check-selfexcl

    lpwinning: Check inclusion of self-mined blocks in base
    magik6k authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    368ad8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7214abf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11460 from filecoin-project/feat/bench-winpost-pa…

    …rams
    
    feat: bench: flag to output GenerateWinningPoStWithVanilla params
    magik6k authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3d5bebc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    717d2a0 View commit details
    Browse the repository at this point in the history
  6. fix:sector_filetype undef

    snadrus committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    81e59b7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11463 from filecoin-project/fixSectorFiletype

    Fix sector filetype
    magik6k authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    740a706 View commit details
    Browse the repository at this point in the history
  8. fix spelling

    fridrik01 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6ae9146 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix: lint

    snadrus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    41dcd56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3417e7 View commit details
    Browse the repository at this point in the history
  3. fix: chain: make failure to load the chain state fatal (#11426)

    Otherwise, we get strange panics later.
    Stebalien authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    afa9568 View commit details
    Browse the repository at this point in the history
  4. fix: eth: handle unresolvable addresses (#11433)

    Correctly handle "unresolvable" to/from addresses in top-level messages in the Ethereum API. Specifically:
    
    1. Fail if we can't resolve the from address. As far as I can tell, this should be impossible (the message statically couldn't have been included in the block if the sender didn't exist).
    2. If we can't resolve the "to" address to an ID, use "max uint64" as the ID (`0xff0000000000000000000000ffffffffffffffff`). This will only happen if the transaction was reverted. It'll be a little confusing, but the alternative is to (a) use an empty address (will look like a contract creation, which is definitely wrong) or (b) use a random/hashed address which will likely be more confusing as it won't be "obviously weird".
    Stebalien authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a34cc5e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11442 from filecoin-project/fix-sturdy-tests

    lp: task test better
    magik6k authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    32a6224 View commit details
    Browse the repository at this point in the history
  6. fix: build: an epoch is near an upgrade iff the upgrade is enabled (#…

    …11401)
    
    This isn't a huge deal, but we'd otherwise consider the first finality
    epochs (or so) to be "near" any disabled upgrade.
    Stebalien authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8fec6e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd667d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b4d972 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a206646 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d6b3f6a View commit details
    Browse the repository at this point in the history
  11. Merge pull request #11462 from filecoin-project/update-estimate-gas

    api: Add block param to eth_estimateGas
    fridrik01 authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    813d133 View commit details
    Browse the repository at this point in the history
  12. fix: lint

    snadrus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6df785b View commit details
    Browse the repository at this point in the history
  13. fix: lint 2

    snadrus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9aa6afb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e102e4f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. run circleci gen

    magik6k committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8883ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c0b05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11467 from filecoin-project/feat/correct-lp-messa…

    …ge-send
    
    feat: lpmessage: Correct message sending
    magik6k authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    20d3b26 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Merge pull request #11185 from filecoin-project/feat/snpc2

    feat: worker: Support delegating precommit2 to external binary
    rjan90 authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2c00b5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c2068b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b9187 View commit details
    Browse the repository at this point in the history
  4. fix: circleci

    snadrus committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    dd9f4af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c11391 View commit details
    Browse the repository at this point in the history
  6. fix: circleci

    snadrus committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2d45ac5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11472 from filecoin-project/fix/dbindex-readrefs

    path index: dbindex: Fix sector_location schema
    snadrus authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3e176b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b51f1e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b69313 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58ff370 View commit details
    Browse the repository at this point in the history
  11. fix merge

    snadrus committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7487454 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    967fa2e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4ee6e4b View commit details
    Browse the repository at this point in the history
  14. lotus-provider: fix imports

    magik6k committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6a4fff3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c113dda View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    25f86a4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fa269ed View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    bd63d14 View commit details
    Browse the repository at this point in the history
  2. appease the linter

    magik6k committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    fac38d6 View commit details
    Browse the repository at this point in the history
  3. try to fix worker tests

    magik6k committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    d0f639d View commit details
    Browse the repository at this point in the history
  4. fix worker tests some more

    magik6k committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    e2a15fe View commit details
    Browse the repository at this point in the history
  5. fix: test wdpost here

    snadrus committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    743bc81 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. fix: lp api handler for stop

    snadrus committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    a1112f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11473 from filecoin-project/fixLpStop

    fix: lp api handler for stop
    magik6k authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    839d005 View commit details
    Browse the repository at this point in the history
  3. fix lint

    magik6k committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    a22ad69 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    0c866e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae67cbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d518b8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    887f0ad View commit details
    Browse the repository at this point in the history
  5. fix: big-branch cleanups

    snadrus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c488608 View commit details
    Browse the repository at this point in the history
  6. debugging worker tests

    magik6k committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    534a7d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b12ea68 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #11391 from filecoin-project/asr/fix-invariants-calib

    fix: shed: make invariants checker work with splitstore
    arajasek authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9a37ce0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be4532e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Merge pull request #11405 from filecoin-project/feat/sturdypost

    feat: sturdypost work branch
    snadrus authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5ea06f4 View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. Configuration menu
    Copy the full SHA
    ad5a280 View commit details
    Browse the repository at this point in the history
  12. 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
  13. 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
    2b77169 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
    f086374 View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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
  5. Configuration menu
    Copy the full SHA
    4317232 View commit details
    Browse the repository at this point in the history
  6. 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