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

feat: release 1.23.0 #10727

Merged
merged 422 commits into from
Apr 23, 2023
Merged

feat: release 1.23.0 #10727

merged 422 commits into from
Apr 23, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 21, 2023

  1. Add tooling textbox

    Add tooling textbox to template
    rjan90 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    03f2efd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10283 from filecoin-project/feat/disable-pre-migr…

    …ations
    
    feat: stmgr: add env to disable premigrations
    travisperson authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    bf2ac13 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Hide wait-quiet cmd

    Hide `wait-quiet` cmd
    rjan90 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ab6aaf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea57a1a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10145 from filecoin-project/hsanjuan/chain-export…

    …-range-rebased
    
    perf: chain: export-range
    magik6k authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    abaa53c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10319 from filecoin-project/fix/allinfo-test

    fix: tests: Fix TestMinerAllInfo test
    magik6k authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    aa7b5c4 View commit details
    Browse the repository at this point in the history
  5. Two fixes, better logging and comments (#10332)

    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    ZenGround0 and ZenGround0 authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0c9f697 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    745476c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    2316363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04fe906 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aba7dc View commit details
    Browse the repository at this point in the history
  4. Tune down parallel reads

    Tuning down the default post-parallel-reads to a conservative number.
    rjan90 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    dd0c4a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c484c38 View commit details
    Browse the repository at this point in the history
  6. Tune down ParallelCheckLimit

    Tune down ParallelCheckLimit config default
    rjan90 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    4c7d9ad View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10365 from filecoin-project/fix/tune-down-post-pa…

    …rallel-reads
    
    fix: post: Tune down default post-parallel-reads
    magik6k authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8142aaa View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10331 from filecoin-project/fix/deprecate-wait-quiet

    fix: worker: Hide `wait-quiet` cmd
    magik6k authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8076101 View commit details
    Browse the repository at this point in the history
  9. Fix the overzealous fix (#10366)

    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    ZenGround0 and ZenGround0 authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    544af75 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Merge pull request #10364 from filecoin-project/chore/rm-market-info-lsm

    chore: Remove legacy market info from lotus-miner info
    magik6k authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    9a2b830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    814c146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f1ad2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10377 from filecoin-project/asr/merge-release-int…

    …o-master
    
    chore: merge releases into master
    arajasek authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    5707732 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. feat: vm: switch to the new exec trace format (#10372)

    This is now "FVM" native. Changes include:
    
    1. Don't treat "trace" messages like off-chain messages. E.g., don't
    include CIDs, versions, etc.
    2. Include IPLD codecs where applicable.
    3. Remove fields that aren't filled by the FVM (timing, some errors,
    code locations, etc.).
    Stebalien authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    dbbcf4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb5eac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e57626 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10328 from filecoin-project/asr/fip-0045-tooling

    feat: update renew-sectors with FIP-0045 logic
    arajasek authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4588523 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Hide lotus-worker set command

    Hide the `lotus-worker set` command and print that this command will be deprecated.
    rjan90 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    51b645f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71b21db View commit details
    Browse the repository at this point in the history
  3. remove accidental add

    ZenGround0 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    649bcad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    920fdfd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Merge pull request #10380 from filecoin-project/asr/fix-eth-api

    fix: EthAPI: Make newEthBlockFromFilecoinTipSet faster and correct
    jennijuju authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d3dfb5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    668b24f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Merge pull request #10384 from filecoin-project/fix/hide-set-worker-cmd

    fix: cli: Hide `lotus-worker set` command
    rjan90 authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    6c0a2fe View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. make gen

    ZenGround0 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c81a51a View commit details
    Browse the repository at this point in the history
  2. indent output

    beck-8 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f0ba0eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e170487 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b99472 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a295e5 View commit details
    Browse the repository at this point in the history
  6. make gen

    magik6k committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b0ebdb6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c2f8ee View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10389 from filecoin-project/asr/fix-eth-api-genesis

    fix: EthAPI: Correctly get parent hash
    arajasek authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    12496e5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #10394 from filecoin-project/fix/disabled-post-wor…

    …ker-handling
    
    fix: wdpost: disabled post worker handling
    arajasek authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    fea7dfd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    394a7db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53fb6ad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5534755 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2d3315 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    74d94af View commit details
    Browse the repository at this point in the history
  15. Merge pull request #10395 from filecoin-project/deps/jsonrpc-v0.2.2

    deps: Update go-jsonrpc to v0.2.2
    arajasek authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6ecf9aa View commit details
    Browse the repository at this point in the history
  16. Merge pull request #10397 from filecoin-project/asr/fix-genesis-state…

    …-compute
    
    fix: state: short-circuit genesis state computation
    arajasek authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b88ecb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge pull request #10387 from filecoin-project/feat/lotus-badger-gc

    feat:splitstore:Badger GC of hotstore command
    magik6k authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    64b9b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd998d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d9739a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fe9184 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a994153 View commit details
    Browse the repository at this point in the history
  6. lint

    ZenGround0 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    bf29d41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2a652f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec5fde4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b5bc45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1b1eb8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    16dad63 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3198d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7bc6185 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    b77f2f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6efe6 View commit details
    Browse the repository at this point in the history
  3. fix drand test

    marten-seemann committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5b5ea08 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10268 from filecoin-project/add-discussion-fip-links

    fix: github: Discussion and FIP links in `New Issue`
    jennijuju authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    52197cc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10289 from filecoin-project/chore/update-bug-temp…

    …late
    
    chore: github: Update bug_report template
    jennijuju authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    decfb32 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10291 from filecoin-project/chore/update-feature-…

    …enhancements
    
    chore: github: update enhancement and feature templates
    jennijuju authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    113d49a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04a0fdd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a896d88 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e5055c2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10321 from filecoin-project/chore/service-dev-iss…

    …ue-template
    
    chore: github: Service-provider/dev bug template
    jennijuju authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2a85727 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    925a385 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a0a1d37 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #10406 from filecoin-project/fix/rpcenc-falky-test

    fix: rpcenc: deflake TestReaderRedirectDrop
    magik6k authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9038e83 View commit details
    Browse the repository at this point in the history
  14. un-un-update filecoin-ffi

    magik6k committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2c6d025 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b67e6db View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b8aaec6 View commit details
    Browse the repository at this point in the history
  17. add MPoolGetNonce

    ArseniiPetrovich committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    17ca3a1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fb5c24b View commit details
    Browse the repository at this point in the history
  19. fix logging

    ZenGround0 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e17ec37 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d114d8f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    efbc0ff View commit details
    Browse the repository at this point in the history
  22. run make gen

    ArseniiPetrovich committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0ccef4e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a450e74 View commit details
    Browse the repository at this point in the history
  24. fix TestPrintGroupInfo

    magik6k committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    dcfbf7d View commit details
    Browse the repository at this point in the history
  25. Merge pull request #10363 from filecoin-project/fix/fsm-shutdown-remo…

    …ved-sectors
    
    fix: fsm: shutdown removed sectors FSMs
    magik6k authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    52ae215 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cef416e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    28d8b4c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b6dc0d2 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #10420 from protofire/add_missing_methods_master

    fix: Lotus Gateway: Add missing methods - master
    magik6k authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    1aac945 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0f5f91c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    4427986 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10422 from ArseniiPetrovich/patch-1

    docs: API Gateway: patch documentation note about make gen command
    magik6k authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    f9c8cb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a0df61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10356 from filecoin-project/feat/assigner-experim…

    …ents
    
    feat: sched: Assigner experiments
    magik6k authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    80ccd14 View commit details
    Browse the repository at this point in the history
  5. cid key size

    ZenGround0 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    e555355 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee9ff56 View commit details
    Browse the repository at this point in the history
  7. Review Response

    ZenGround0 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    efbb635 View commit details
    Browse the repository at this point in the history
  8. Lint

    ZenGround0 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    7931414 View commit details
    Browse the repository at this point in the history
  9. lint

    ZenGround0 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0b0913f View commit details
    Browse the repository at this point in the history
  10. docsgen-cli

    ZenGround0 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    14af4b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f060b8 View commit details
    Browse the repository at this point in the history
  12. lint

    ZenGround0 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    140f209 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #10390 from beck-8/chore/compute-wdpost-human-read…

    …able
    
    chore: make debugging windowPoSt-failures human readable
    magik6k authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3e85591 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ab91ab1 View commit details
    Browse the repository at this point in the history
  15. fmt.

    raulk committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    fd3ddc8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    941ef84 View commit details
    Browse the repository at this point in the history
  17. lint

    ZenGround0 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    fb7eb08 View commit details
    Browse the repository at this point in the history
  18. feat:splitstore:Splitstore enabled by default (#10429)

    Discard mode
    ---------
    
    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    ZenGround0 and ZenGround0 authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c80783d View commit details
    Browse the repository at this point in the history
  19. Review Response

    ZenGround0 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    aac30cd View commit details
    Browse the repository at this point in the history
  20. fix lint.

    raulk committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d38bdce View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bd0c010 View commit details
    Browse the repository at this point in the history
  22. lint

    ZenGround0 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    87d5a37 View commit details
    Browse the repository at this point in the history
  23. make gen

    magik6k committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    366ebe3 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #10391 from filecoin-project/feat/record-hotstore-…

    …space
    
    feat:splitstore:Configure max space used by hotstore and GC makes best effort to respect
    magik6k authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    faedc12 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    13d6211 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #10411 from filecoin-project/asr/simplity-new-eth-…

    …tx-rct
    
    refactor: EthAPI: Drop unnecessary param from newEthTxReceipt
    arajasek authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9fa8167 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fce0813 View commit details
    Browse the repository at this point in the history
  28. review comments

    travisperson committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b4e589a View commit details
    Browse the repository at this point in the history
  29. simplify test.

    raulk committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3d21d71 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #10427 from filecoin-project/raulk/fix-eth-parseBl…

    …kParam
    
    fix: Eth API: make block parameter parsing sounder.
    jennijuju authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    1096ead View commit details
    Browse the repository at this point in the history
  31. Merge pull request #10282 from filecoin-project/feat/cache-migrated-s…

    …tateroot
    
    feat: stmgr: cache migrated stateroots
    travisperson authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    f641139 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    90c8928 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #10423 from filecoin-project/asr/fast-index

    feat: chain: make chain tipset fetching 1000x faster
    arajasek authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b75ebca View commit details
    Browse the repository at this point in the history
  34. feat: mempool: Reduce minimum replace fee from 1.25x to 1.1x (#10416)

    However, we're leaving the default at 1.25x for backwards compatibility, for now.
    
    Also:
    
    1. Actually use the configured replace fee ratio.
    2. Store said ratios as percentages instead of floats. 1.25, or 1+1/(2^2),
    can be represented as a float. 1.1, or 1 + 1/(2 * 5), cannot.
    
    fixes #10415
    Stebalien authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    58900a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    7a2eb86 View commit details
    Browse the repository at this point in the history
  2. feat: eth API: reject masked ID addresses embedded in f410f payloads

    We'll never get an actor/account deployed to one of these
    addresses (although we might get a placeholder). However, converting
    such an address to an f4 address is definitely wrong.
    Stebalien committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f7603f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10443 from filecoin-project/steb/evm-bytecode-cmd

    feat: cli: Add an EVM command to fetch a contract's bytecode
    arajasek authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    816ca59 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10440 from filecoin-project/steb/reject-masked-id

    feat: eth API: reject masked ID addresses embedded in f410f payloads
    arajasek authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9d994da View commit details
    Browse the repository at this point in the history
  5. chore: update the FFI for release (#10435)

    Specifically, this updates the proofs libraries and enables CUDA by default.
    Stebalien committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d2c1962 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92bca48 View commit details
    Browse the repository at this point in the history
  7. feat: eth: optimize receipt reading

    This optimizes the eth APIs (except the fee history one) to lookup the
    tipset state/receipts instead of computing the state.
    Stebalien committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1cf57ff View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. feat: api: optimize ChainGetParentReceipts

    Read the receipts all at once instead of fetching them one-by-one.
    Stebalien committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    eba270d View commit details
    Browse the repository at this point in the history
  2. test: eth: reduce chances of chain-reorgs affecting the test

    Now that this API is _much_ faster, we're more likely to "catch up" to
    the head faster than it can stabilize. I'm pretty sure the test was
    intended to be written this way anyways.
    Stebalien committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    59bebf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e2c35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7a2fdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1c6ab7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7a979d View commit details
    Browse the repository at this point in the history
  7. Eth API: drop support for 'pending' block parameter.

    After transitioning from using StateCompute to loading receipts,
    we can no longer handle the 'pending' block without forcing
    computation. Eth Core Devs are evaluating a proposal to remove
    support on their end too.
    raulk committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    9412753 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ce92f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. fix imports.

    raulk committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    4763104 View commit details
    Browse the repository at this point in the history
  2. remove superfluous filter.

    raulk committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    5a4b5ff View commit details
    Browse the repository at this point in the history
  3. drop irrelevant test.

    raulk committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    571a84b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10446 from filecoin-project/steb/optimize-eth-block

    feat: eth: optimize eth block loading + eth_feeHistory
    raulk authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    aea195a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e65a598 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e56237 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10409 from filecoin-project/asr/fix-eth-api-gateway

    fix: eth API: correct gateway restrictions, drop unimplemented methods
    raulk authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    34d7135 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    75c279a View commit details
    Browse the repository at this point in the history
  2. fix: itest: avoid failing the test when we race the miner

    I've been seeing quite a few tests failing here, so I'm hoping this will
    deflake them a bit.
    Stebalien committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    b852f5e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10451 from filecoin-project/asr/fix-msig-vested

    gateway: fix: drop overzealous guard on MsigGetVested
    arajasek authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    afa36d3 View commit details
    Browse the repository at this point in the history
  4. feat: eth: Avoid StateCompute in EthTxnReceipt lookup (#10460)

    Instead:
    
    1. Use the receipt from the message search.
    2. Re-compute the gas fees that would have been charged.
    
    fixes #10418
    
    Co-authored-by: raulk <raul.kripalani@gmail.com>
    Stebalien and raulk authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    73a2b41 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10444 from filecoin-project/chore/update-ffi

    chore: update the FFI for release (#10435)
    arajasek authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    748e535 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10461 from filecoin-project/steb/deflake-fail-aft…

    …er-finish
    
    fix: itest: avoid failing the test when we race the miner
    arajasek authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    97a9921 View commit details
    Browse the repository at this point in the history
  7. refactor: update cache to the new generic version (#10463)

    - Adds type safety.
    - Reduces allocations.
    - Fixes the drand cache (was storing by value, but retrieving by pointer)
    Stebalien authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    dcb49dc View commit details
    Browse the repository at this point in the history
  8. fix: gateway: correctly apply the fee history lookback max

    This fix ensures that the full fee-history range falls into the
    allowable lookback rang.
    Stebalien committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    3556a4b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    6afa99d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c6b64 View commit details
    Browse the repository at this point in the history
  3. fix: stmgr: don't attempt to lookup genesis state (#10472)

    * fix: stmgr: don't attempt to lookup genesis state
    
    * stmgr: More correct fix for genesis state compute
    magik6k authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    27e3c0b View commit details
    Browse the repository at this point in the history
  4. Revert "Eth API: drop support for 'pending' block parameter."

    This reverts commit 9412753.
    raulk committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e8325f9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10470 from filecoin-project/feat/applyblock-timin…

    …g-log
    
    feat: consensus: log ApplyBlock timing/gas stats
    magik6k authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    162e07f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    991895c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adfa766 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    92dd629 View commit details
    Browse the repository at this point in the history
  2. chore: update ffi to increase execution parallelism (#10480)

    This changes the default validation parallelism from 1 to 4, and makes
    it configurable with a LOTUS_FVM_CONCURRENCY environment variable.
    Stebalien authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6ef4157 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21b74de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58306a8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10477 from filecoin-project/asr/export-state-veri…

    …fier
    
    feat: gateway: export StateVerifierStatus
    magik6k authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    81238b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10465 from ribasushi/flush_bs

    chore: blockstore: Plumb through a proper Flush() method on all blockstores
    magik6k authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a7c9a83 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10464 from filecoin-project/steb/fee-history-gw-l…

    …ookback-max
    
    fix: gateway: correctly apply the fee history lookback max
    magik6k authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    486904b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e414ac View commit details
    Browse the repository at this point in the history
  9. make mod-tidy ci happy

    magik6k committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    311645b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10382 from filecoin-project/feat/go-data-transfer-v2

    Update to go-data-transfer v2 and libp2p, still wip
    magik6k authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b8589e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7e21486 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #10483 from filecoin-project/deps/update-pubsub

    deps: update go-libp2p-pubsub to v0.9.3
    magik6k authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    8121f37 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #10476 from filecoin-project/asr/drop-incentinet-s…

    …ervers
    
    fix: build: drop drand incentinet servers
    arajasek authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7036e76 View commit details
    Browse the repository at this point in the history
  14. update go-jsonrpc to v0.2.3

    magik6k committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a44f598 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    470dd8d View commit details
    Browse the repository at this point in the history
  16. make lint happy

    magik6k committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    720e959 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #10485 from filecoin-project/fix/ethsub-hang

    fix: ethrpc: Don't lock up when eth subscriber goes away
    magik6k authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4c80e17 View commit details
    Browse the repository at this point in the history
  18. feat: apply gateway lookback limit to eth API lookback

    This change:
    
    1. Introduces new "limited" API endpoints for EthGetTransactionByHash
       and EthGetTransactionReceipt that accept lookback-limits.
    2. Implements the gateway version of these API endpoints by calling the
       limited variants with the default message search lookback limit.
    
    fixes #10412
    Stebalien committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    fee4801 View commit details
    Browse the repository at this point in the history
  19. fix: actually apply limit

    Stebalien committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3776ee3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    17274e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    d569808 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10474 from filecoin-project/raulk/fix-pending-sup…

    …port
    
    fix: revert "Eth API: drop support for 'pending' block parameter."
    magik6k authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c0aed3c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10467 from filecoin-project/steb/gw-eth-lookback-…

    …limit
    
    feat: apply gateway lookback limit to eth API lookback
    magik6k authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    093ff95 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10490 from filecoin-project/jen/m

    chore: releases to master
    arajasek authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    97a3b6e View commit details
    Browse the repository at this point in the history
  5. fix: eth: handle a potential divide by zero in receipt handling

    This isn't really possible to hit on-chain at this piont (message won't
    be accepted) but we might as well be extra careful.
    
    fixes #10471
    Stebalien committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2207ab3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Merge pull request #10495 from filecoin-project/steb/fix-div-by-zero

    fix: eth: handle a potential divide by zero in receipt handling
    magik6k authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    eed1a09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2523877 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10502 from filecoin-project/fix/splitstore-handle…

    …s-dangling-event-ptr
    
    fix:splitstore:Don't enforce walking receipt tree during compaction
    arajasek authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    2a3dcf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Demote now common logs (#10516)

    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    ZenGround0 and ZenGround0 authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    2b3a86e View commit details
    Browse the repository at this point in the history
  2. feat:config:force existing users to opt into new defaults (#10488)

    * Config default does not comment out EnableSplitstore
    
    * Loadability check
    
    * Remove test used for debugging
    
    * regexp for properly safe check that config is set
    
    * regexp for safely matching the EnableSpitstore field in the config
    
    * Add instructions for undeleting config and remind users to set splitstore false for full archive
    
    * UpdateConfig small docs and functional opts
    
    * make gen
    
    * Lint
    
    * Fix
    
    * nil pointer check on validate
    
    * Unit testing of EnableSplitstore cases
    
    * Address Review
    
    ---------
    
    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    ZenGround0 and ZenGround0 authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    43da108 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. release v1.21.0-rc1 prep

    jennijuju committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    57133a8 View commit details
    Browse the repository at this point in the history
  2. chore: build: Update Changelog for v1.21.0

    chore: build: Update Changelog for v1.21.0
    rjan90 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c8af33f View commit details
    Browse the repository at this point in the history
  3. Add RPC API highlight

    Add RPC API highlight
    rjan90 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    938d2d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Add callout to exchanges

    Add callout to exchanges about the execution traces. Also moving the `execution trace format changes` section to above the contributors section.
    rjan90 committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    a8580e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10524 from filecoin-project/jen/v121

    chore: build: v1.21.0-rc1
    rjan90 authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    3f8a41c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    a467e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b55de2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. chore: all: bump go-libipfs

    (cherry picked from commit f48c626)
    Jorropo committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    0e73c69 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Initialize with same length as partition

    Initialize the postParam.Partitions slice with the same length as i.Partitions before iterating over it in the loop.
    rjan90 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8bb7272 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10574 from filecoin-project/phi/backport-slice-fix

    fix: proving: Initialize slice with with same length as partition
    rjan90 authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    af428b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Merge pull request #10563 from Jorropo/release/v1.21.0

    chore: all: bump go-libipfs
    rjan90 authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7eae362 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10555 from filecoin-project/asr/fix-extend-sector…

    …s-backport
    
    backport: fix: miner: correctly count sector extensions
    arajasek authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0b018e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. build: docker: Update GO-version

    build: docker: Update GO-version
    rjan90 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9d5e789 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10591 from filecoin-project/phi/backport-go-update

    build: docker: Update GO-version
    rjan90 authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    db86985 View commit details
    Browse the repository at this point in the history
  3. build: release: v1.21.0-rc2

    build: release: v1.21.0-rc2
    rjan90 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a647390 View commit details
    Browse the repository at this point in the history
  4. Update go.mod

    Update go.mod
    rjan90 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ca1247e View commit details
    Browse the repository at this point in the history
  5. Update changelog for v1.21.0-rc2

    Update changelog for v1.21.0-rc2
    rjan90 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d3d5f92 View commit details
    Browse the repository at this point in the history
  6. perf: eth: gas estimate set applyTsMessages false (#10546)

    * have gas estimate call callInternal with applyTsMessages = false and other calls with applyTsMessages=true for gas caclulation optimization
    
    * set applyTsMessages = true in CallWithGas call in shed
    
    * update test with new callwithgas api optimization for eth call
    
    * Update chain/stmgr/call.go
    
    Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
    
    * env flag LOTUS_SKIP_APPLY_TS_MESSAGE_CALL_WITH_GAS must be 1 in order to have applyTsMessages change
    
    * env flag LOTUS_SKIP_APPLY_TS_MESSAGE_CALL_WITH_GAS must be 1 in order to have applyTsMessages change
    
    * make sure that even if we arent apply ts messages we grab ts messages from the particular user who is requesting gas estimation
    
    ---------
    
    Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
    Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
    Co-authored-by: Ubuntu <ubuntu@ip-10-0-4-29.us-east-2.compute.internal>
    4 people authored and arajasek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0629435 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2438141 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3120852 View commit details
    Browse the repository at this point in the history
  9. Update Changelog with backports

    Update Changelog with backports
    rjan90 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    199a1d9 View commit details
    Browse the repository at this point in the history
  10. Bump version in changelog

    Bump version in changelog
    rjan90 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7a95ed0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b40ab4b View commit details
    Browse the repository at this point in the history
  12. Add longer validation time cause to changelog

    Add longer validation time cause to changelog
    rjan90 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d5a3ddb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a724a71 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #10594 from filecoin-project/phi/v1210-rc2

    build: release: v1.21.0-rc2
    jennijuju authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    caa6dd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    8a7ae61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef5c6c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Update config default value

    ZenGround0 authored and rjan90 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0314db7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10620 from filecoin-project/phi/backport-splitsto…

    …re-config
    
    Backport #10605 to v1.21.0
    rjan90 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    33039d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Limit moving gc threads (#10623)

    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    rjan90 and ZenGround0 authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b240031 View commit details
    Browse the repository at this point in the history
  2. build: release: v1.21.0 prep

    build: release: v1.21.0 prep
    rjan90 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b6b3802 View commit details
    Browse the repository at this point in the history
  3. fix typos

    fix typos
    rjan90 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e426d05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10627 from filecoin-project/phi/v1210

    build: release: v1.21.0 prep
    rjan90 authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    95e1c49 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    b5da33c View commit details
    Browse the repository at this point in the history
  2. check yield before GC

    ZenGround0 authored and rjan90 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    fd66db6 View commit details
    Browse the repository at this point in the history
  3. Implement yield friendly online GC

    ZenGround0 authored and rjan90 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    0ce9ae4 View commit details
    Browse the repository at this point in the history
  4. Stop swallowing errors

    ZenGround0 authored and rjan90 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    d77ac5d View commit details
    Browse the repository at this point in the history
  5. fix: revert chain sync mutex to a regular lock

    Conditions always call "unlock" so we can't safely use the condition
    with both the read and write side of lock. So we might as well revert
    back to a regular lock.
    
    fixes #10616
    Stebalien authored and rjan90 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    34f46d7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10641 from filecoin-project/phi/backport-splitsto…

    …re-oos
    
    Backport #10392 into v1.21.0
    ZenGround0 authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    5e89016 View commit details
    Browse the repository at this point in the history
  7. build: release: v1.21.0-rc3

    build: release: v1.21.0-rc3
    rjan90 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8096f71 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10643 from filecoin-project/phi/v1210rc3

    build: release: v1.21.0-rc3
    rjan90 authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    c6968f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. chore: build: Merge/v22 into 21 for 23 (#10702)

    * chore: update ffi to increase execution parallelism
    
    * Don't enforce walking receipt tree during compaction
    
    * fix: build: drop drand incentinet servers
    
    * chore: release lotus v1.20.4
    
    * Apply suggestions from code review
    
    Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
    
    * feat: Introduce nv19 skeleton
    
    Update to go-state-types v0.11.0-alpha-1
    
    Introduce dummy v11 actor bundles
    
    Make new actors adapters
    
    Add upgrade to Upgrade Schedules
    
    make jen
    
    Update to go-state-types v0.11.0-alpha-2
    
    * feat: vm: switch to the new exec trace format (#10372)
    
    This is now "FVM" native. Changes include:
    
    1. Don't treat "trace" messages like off-chain messages. E.g., don't
    include CIDs, versions, etc.
    2. Include IPLD codecs where applicable.
    3. Remove fields that aren't filled by the FVM (timing, some errors,
    code locations, etc.).
    
    * feat: implement FIP-0061
    
    * Address review
    
    * Add and test the FIP-0061 migration
    
    * Update actors bundles to fip/20230406
    
    * Update to go-state-types master
    
    * Update to actors v11.0.0-rc1
    
    * - Update go state types
    - Keep current expiration defaults on creation, extension some tests
    - Update ffi
    
    * ffi experiment
    
    * Integration nv19 migration
    
    - Open splitstore in migration shed tool
    - Update state root version
    
    * Post rebase fixup
    
    * Fix
    
    * gen
    
    * nv19 invariant checking
    
    * Try fixig blockstore so bundle is loaded
    
    * Debug
    
    * Fix
    
    * Make butterfly upgrades happen
    
    * Another ffi experiment
    
    * Fix copy paste error
    
    * Actually schedule migration (#10656)
    
    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    
    * Butterfly artifacts
    
    * Set calibration net upgrade height
    
    * Review Response
    
    * Fix state tree version assert
    
    * Quick butterfly upgrade to sanity check (#10660)
    
    * Quick butterfly upgrade to sanity check
    
    * Update butterfly artifacts
    
    * Revert fake fix
    
    * Give butterfly net correct genesis
    
    * Butterfly artifacts
    
    * Give time before upgrade
    
    ---------
    
    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    
    * chore:releasepolish v1.22 release (#10666)
    
    * Update butterfly artifacts
    
    * register actors v11
    
    * Update calibration upgrade time
    
    * State inspection shed cmds
    
    * Fix
    
    * make gen
    
    * Fix swallowed errors
    
    * Lint fixup
    
    ---------
    
    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    
    * v1.22.0-rc3
    
    * bundle fix
    
    * Feat/expedite nv19 (#10681)
    
    * Update go-state-types
    
    * Modify upgrade schedule and params
    
    * Revert fip 0052
    
    * Update gst
    
    * docsgen
    
    * fast butterfly migration to validate migration
    
    * Correct epoch to match specified date
    
    * Update actors v11
    
    * Update changelog build version
    
    * Update butterfly artifacts
    
    * Fix lotus-miner init to work after upgrade
    
    ---------
    
    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    
    * fix:deps:stable ffi for stable release  (#10698)
    
    * Point to stable ffi for stable lotus release
    
    * go mod tidy
    
    ---------
    
    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
    Co-authored-by: Steven Allen <steven@stebalien.com>
    Co-authored-by: jennijuju <jiayingw703@gmail.com>
    6 people authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    327760a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    07416e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10715 from siriusyim/fix/window-post-prooftype

    update: builtin to builtin11 in wdpost worker
    magik6k authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    afc64eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f48759 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10725 from filecoin-project/asr/merge-releases-in…

    …to-23
    
    chore: merge releases into release/v1.23.0
    arajasek authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    7356625 View commit details
    Browse the repository at this point in the history
  5. feat: set version to 1.23.0

    arajasek committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    abbb74c View commit details
    Browse the repository at this point in the history
  6. Small v1.23.0 changelog changes

    Small v1.23.0 changelog changes
    rjan90 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    19d8f79 View commit details
    Browse the repository at this point in the history
  7. Reduce LOTUS_FMV_CONCURRENCY

    Reduce LOTUS_FMV_CONCURRENCY
    rjan90 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b748412 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10726 from filecoin-project/asr/prep-1230

    feat: set version to 1.23.0
    arajasek authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b06cba1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d2765e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8dec6a1 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #10729 from filecoin-project/asr/update-ffi

    chore: deps: update to FFI v1.23.0
    arajasek authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    5794b22 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    df80c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ff1d1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3969cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e6e011 View commit details
    Browse the repository at this point in the history