-
Notifications
You must be signed in to change notification settings - Fork 229
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
getRUN limitation: must be paid in full before being extended #4245
Comments
@dtribble tells me he and @erights see a path to "semi-fungible" tokens, i.e. amounts where set items are paired with a Nat (iow: a bag). @erights I look forward an issue about this. (p.s. #4361 is a relevant PR) also, from Jan 4 discussion: One option that seems workable: Add “previous liened amount” to attestation amount. (and fold attestation into getRUN contract, find a new name, but keep it async) |
@JimLarson notes some relevant tests / logic in some related go work; #3991 , I'm pretty sure. |
Describe the bug
In work such as #4092 that uses the so called attestation contract, the lien must be paid in full before it can be increased. This is an awkward limitation: a borrower might not have sufficient RUN on hand, but they may have enough BLD to back a larger loan. For example:
blocked by:
cc @dtribble @Chris-Hibbert
The text was updated successfully, but these errors were encountered: