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: sptool: don't show logs in sptool sectors status #12036

Merged
merged 1 commit into from
May 23, 2024

Conversation

LexLuthr
Copy link
Contributor

Related Issues

Proposed Changes

root@9c799af08ce0:/app# lotus-miner sectors status --log 0
SectorID:       0
Status:         Proving
CIDcommD:       baga6ea4seaqkgvtaqqgnazzmxeydwgw3f222q7r3h2lxzz7hxmaql45utvsgkna
CIDcommR:       bagboea4b5abcajcwo7qj4wchkehx3gpbwwrxoihs5vwsbfg5mwnjds274c6xf4y2
Ticket:
TicketH:        0
Seed:
SeedH:          0
Precommit:      <nil>
Commit:         <nil>
Deals:          [0]
Retries:        0

Expiration Info
OnTime:         0
Early:          0
--------
Event Log:
root@9c799af08ce0:/app# sptool --actor t01000 sectors status --log 0

Sector On Chain Info
SealProof:              6
Activation:             0 (2 minutes 24 seconds ago)
Expiration:             3675537 (in 24 weeks 2 days)
DealWeight:             0
VerifiedDealWeight:             30832639082496
InitialPledge:          0.000000000000000001 FIL
SectorID:               {Miner: 1000, Number: 0}

Additional Info

Checklist

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

  • Commits have a clear commit message.
  • 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, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • If the PR affects users (e.g., new feature, bug fix, system requirements change), update the CHANGELOG.md and add details to the UNRELEASED section.
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

@LexLuthr LexLuthr requested review from snadrus and magik6k May 23, 2024 08:14
Copy link

github-actions bot commented May 23, 2024

All checks have completed

❌ Failed Test / Test (itest-curio) (pull_request)

@magik6k magik6k merged commit 9983c46 into master May 23, 2024
95 of 96 checks passed
@magik6k magik6k deleted the fix/sector-status branch May 23, 2024 11:04
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.

2 participants