-
Notifications
You must be signed in to change notification settings - Fork 83
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: add claim extension #711
Conversation
@beck-8 The command structure does not change because you are using a different client address. The description is different and so is the |
@beck-8 Can you please recheck that line now and confirm it is not confusing anymore. |
i think no problem |
Let me re-describe the problem just now: I'll illustrate it with examples. Client1-sp1-claim1 Client2-sp1-claim2 Now I want to use client2 to renew claim2 for sp1 (no datacap consumption), assuming that sp1 only has claim1 claim2, so I will use the -all parameter. Will this cause client2 to renew the claim1 of SP1 together (consuming datacap) I didn't look at your PR by myself in this place. I just simply saw the docs, so I have this question. |
The command give you a warning that it required Datacap to extend all claims. The Datacap will be the for claim1 only in this case. Then it will ask you to proceed or not. If you Choose
|
I understand, thank you very much |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. Just some smaller nits
Co-authored-by: Phi-rjan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!! Couple of minor suggestions.
Co-authored-by: TippyFlits <[email protected]>
Depends on filecoin-project/lotus#11711