-
Notifications
You must be signed in to change notification settings - Fork 43
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
Split provided outputs in ISA #2089
Conversation
"""Prepare transaction. | ||
Immutable outputs are not allowed to be changed in any way. | ||
Mutable outputs may have amount/mana changes made to fulfill requirements. |
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.
Mutable outputs may have amount/mana changes made to fulfill requirements.
The amount can only increase and this can only happen if the address is controlled by the sender, right?
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.
no, the amount of chains can also be reduced
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.
well actually not 100% sure the conditions for that reduction so maybe
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.
Would be good to have this cleared up (unless we go another route without the mutable outputs)
camel camel Co-authored-by: Thoralf-M <[email protected]>
Closing in favor of #2152 |
Description of change
Splits provided outputs into mutable and immutable. Only mutable outputs can ever be mutated.