-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
FIP 0045 verified client claim extension #9466
Comments
Related issues: #10001 |
That is correct! Transfers between clients are not allowed today, because it breaks FIL+ governance assumptions. A change here is a political / governance decision, not a technical one. |
Got it, now the second way (other client renewing the claim) is not supported. |
The verified registry is the "governor" referred to in that comment. So transferring tokens to it (only) is supported. |
Closed by: #11711 |
Checklist
Ideas
.Lotus component
Improvement Suggestion
After nv17 builtin actors allows two different claim extension modes
Free Extension. The client of the claim (verified deal client in current state of the world) can extend the claim up to five years from the original claim term start (epoch of ProveCommit). This works even if the claim is expired (claim term start + term max > current epoch)
Paid Extension. Anyone who spends datacap can extend the claim up to five years from the current epoch. This does not work if the claim is expired.
Each probably warrants a cli command in the place where other verified client commands exist. Free Extension works by calling verifreg ExtendClaimTerms with straightforward params. Paid Extension works by actually calling DataCap actor Transfer method from a verified client with datacap to spend.
The text was updated successfully, but these errors were encountered: