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

Add changes from maser to release/v14 #1558

Merged
merged 11 commits into from
Jun 25, 2024
Merged

Add changes from maser to release/v14 #1558

merged 11 commits into from
Jun 25, 2024

Commits on May 22, 2024

  1. fix(market): clean up provider_sectors when empty (#1539)

    * fix(market): clean up provider_sectors when empty
    
    * fix(market): extend tests to ensure no empty sector/deal map
    rvagg authored May 22, 2024
    Configuration menu
    Copy the full SHA
    ab2818e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 28, 2024

  1. test: verifreg: add initial cbor encoding forms tests

    Starting with ClaimAllocationsParams for now, matching with Go versions of
    this in go-state-types.
    rvagg committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6f81f1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cdf005 View commit details
    Browse the repository at this point in the history
  3. Test ProveCommitSectors3 before the required pre-commit challenge del…

    …ay has elapsed. (#1547)
    
    Add a test for calling ProveCommitSectors3 before the required pre-commit challenge delay has elapsed.
    anorth authored May 28, 2024
    Configuration menu
    Copy the full SHA
    84d40fc View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. FIP-0084: Remove ProveCommit and dependencies (#1540)

    * Remove ProveCommit and dependencies
    
    * Remove gas param
    
    * Fixup power tests
    
    * Remove deprecated harness methods and redirect to prove commit3
    
    * Use new harness names
    
    * Remove tests exercising deprecated behavior of prove commit
    
    * fmt
    
    * Get tests running locally
    
    * Cleanup
    
    * Fix many miner tests
    
    * Fix the fix
    
    * More linter and fmt fixes
    
    * fmt
    
    * clippy
    
    * Fix power tests
    
    * Fix itests and miner power dependent tests
    
    * fmt
    
    * Remove and cleanup prove_commit tests
    
    * All tests passing
    
    * Clippy
    
    * Review Response
    
    * Finish review response
    
    * Remove low value test method
    
    * Update prefactor tests to correct names
    
    ---------
    
    Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
    ZenGround0 and ZenGround0 authored May 29, 2024
    Configuration menu
    Copy the full SHA
    ea7c454 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Remove baseline power check (#1107)

    Co-authored-by: Alex North <445306+anorth@users.noreply.github.com>
    sudo-shashank and anorth authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6d0725a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. doc(miner): minor correction to aggregate fee comment in PCS3 (#1549)

    * doc(miner): correction to aggregate fee comment in PCS3
    
    * Update actors/miner/src/lib.rs
    rvagg authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c32c972 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. chore!: remove SubmitPoRepForBulkVerifyParams (#1552)

    left-over from #1540
    rvagg authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    17ede2b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. cherry-pick late release/v13 commits onto master (#1554)

    * Updates to Actor events based on community feedback for NV22  (#1531)
    
    * update to Actor events
    
    * changes as per review
    
    * remvoe clippy
    
    * changes as per new FIP update
    
    * Update to latest PR, remove emit:: use from testing
    
    * all itests passing and green CI
    
    * address review feedback, minimise diff
    
    * feat: add term_start to claim events
    
    * fix: claim term_start at current epoch, not at deal_start
    
    * fix: s/deal_term/claim_term
    
    ---------
    
    Co-authored-by: Rod Vagg <rod@vagg.org>
    
    * Add client to verifier balance event (#1533)
    
    * update to Actor events
    
    * changes as per review
    
    * remvoe clippy
    
    * changes as per new FIP update
    
    * Update to latest PR, remove emit:: use from testing
    
    * all itests passing and green CI
    
    * address review feedback, minimise diff
    
    * feat: add term_start to claim events
    
    * fix: claim term_start at current epoch, not at deal_start
    
    * fix: s/deal_term/claim_term
    
    * add client to verifier balance event
    
    * fix: make "client" optional on verifier-balance event
    
    ---------
    
    Co-authored-by: Rod Vagg <rod@vagg.org>
    
    ---------
    
    Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com>
    rvagg and aarshkshah1992 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1d8f082 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. fix: restore ConfirmSectorProofsValid (#1553)

    * fix: restore ConfirmSectorProofsValid
    
    removed in #1540
    but still needed to activate preseals
    
    * changes as per review
    
    * make rustfmt
    
    ---------
    
    Co-authored-by: aarshkshah1992 <aarshkshah1992@gmail.com>
    rvagg and aarshkshah1992 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    75fd61e View commit details
    Browse the repository at this point in the history