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

fix: sealing: PRU insufficient collateral #8219

Merged
merged 1 commit into from
Mar 2, 2022
Merged

Conversation

jennijuju
Copy link
Member

@jennijuju jennijuju commented Mar 2, 2022

Related Issues

#8217

Proposed Changes

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • All commits have a clear commit message.
  • The PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs,perf, refactor, revert, style, test
    • area: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet, deps
  • This PR has tests for new functionality or change in behaviour
  • If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or Discussion Tutorials.
  • CI is green

@jennijuju jennijuju requested a review from a team as a code owner March 2, 2022 02:56
@codecov
Copy link

codecov bot commented Mar 2, 2022

Codecov Report

Merging #8219 (e0922a7) into master (9c22065) will decrease coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8219      +/-   ##
==========================================
- Coverage   40.40%   40.31%   -0.10%     
==========================================
  Files         666      666              
  Lines       72756    72756              
==========================================
- Hits        29398    29332      -66     
- Misses      38239    38290      +51     
- Partials     5119     5134      +15     
Impacted Files Coverage Δ
extern/storage-sealing/states_replica_update.go 38.79% <100.00%> (ø)
storage/wdpost_sched.go 75.49% <0.00%> (-11.77%) ⬇️
markets/retrievaladapter/client_blockstore.go 62.50% <0.00%> (-6.25%) ⬇️
miner/miner.go 55.73% <0.00%> (-4.27%) ⬇️
chain/stmgr/call.go 71.51% <0.00%> (-3.64%) ⬇️
node/hello/hello.go 63.63% <0.00%> (-3.41%) ⬇️
chain/sub/incoming.go 54.43% <0.00%> (-3.38%) ⬇️
blockstore/autobatch.go 56.30% <0.00%> (-1.69%) ⬇️
chain/stmgr/searchwait.go 67.30% <0.00%> (-1.29%) ⬇️
extern/storage-sealing/fsm.go 57.83% <0.00%> (-1.05%) ⬇️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c22065...e0922a7. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants