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

Shed: Add a util to list terminated deals #7774

Merged
merged 3 commits into from
Dec 17, 2021
Merged

Shed: Add a util to list terminated deals #7774

merged 3 commits into from
Dec 17, 2021

Conversation

arajasek
Copy link
Contributor

@arajasek arajasek commented Dec 13, 2021

And another to calc burnt funds given a list of msgs

@arajasek arajasek requested a review from a team as a code owner December 13, 2021 03:38
@codecov
Copy link

codecov bot commented Dec 13, 2021

Codecov Report

Merging #7774 (fac769f) into master (dc26f3b) will decrease coverage by 0.09%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7774      +/-   ##
==========================================
- Coverage   39.57%   39.47%   -0.10%     
==========================================
  Files         640      641       +1     
  Lines       68469    68553      +84     
==========================================
- Hits        27097    27062      -35     
- Misses      36728    36829     +101     
- Partials     4644     4662      +18     
Impacted Files Coverage Δ
cmd/lotus-shed/main.go 0.00% <0.00%> (ø)
cmd/lotus-shed/terminations.go 0.00% <0.00%> (ø)
markets/retrievaladapter/client_blockstore.go 62.50% <0.00%> (-6.25%) ⬇️
storage/wdpost_sched.go 75.49% <0.00%> (-5.89%) ⬇️
chain/exchange/peer_tracker.go 66.66% <0.00%> (-4.31%) ⬇️
chain/sub/incoming.go 54.43% <0.00%> (-3.38%) ⬇️
lib/rpcenc/reader.go 70.29% <0.00%> (-1.49%) ⬇️
chain/store/store.go 63.00% <0.00%> (-1.17%) ⬇️
extern/sector-storage/sched_worker.go 78.48% <0.00%> (-1.17%) ⬇️
miner/miner.go 56.62% <0.00%> (-1.00%) ⬇️
... and 12 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 dc26f3b...fac769f. Read the comment docs.

@jennijuju jennijuju force-pushed the asr/shed-pieces branch 2 times, most recently from 3020f91 to f5a7feb Compare December 13, 2021 09:25
@arajasek
Copy link
Contributor Author

Do we want this merged? I'd be happy to close without merge, unless we think it'll be useful.


var terminationsCmd = &cli.Command{
Name: "terminations",
Description: "Lists terminated deals from the past 2 days",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be much more landable if this had a flag to specify the period

@arajasek
Copy link
Contributor Author

@magik6k done

@magik6k magik6k merged commit 29d5976 into master Dec 17, 2021
@magik6k magik6k deleted the asr/shed-pieces branch December 17, 2021 10:26
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