-
Notifications
You must be signed in to change notification settings - Fork 29
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
CIP-40 Collateral outputs #998
Labels
Comments
dorin100
changed the title
HW Wallet Collateral Change address
HW Wallet Collateral Change address - draft
Mar 29, 2022
Collateral return
Colateral total
|
dorin100
changed the title
HW Wallet Collateral Change address - draft
Collateral Change address - draft
Apr 21, 2022
This is probably close enough related cardano-foundation/CIPs#216 |
saratomaz
changed the title
Collateral Change address - draft
CIP-40 Collateral outputs - draft
Apr 26, 2022
@dorin100 lets please make sure that:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TODO Improvements:
1265
1266
1267
cardano-node related PR:
#3810
info
https://github.com/cardano-foundation/CIPs/pull/216/files
https://input-output.atlassian.net/browse/CAD-3415
AC1 Possible to define the total collateral amount and the collateral output
return-collateral-tx-out
, collateral inputs higher than expected, the right amount on tx-total-collateral; check that only the necessary amount is charged and the change is present on thereturn-collateral-tx-out
specifiedtx-total-collateral
withoutreturn-collateral-tx-out
defined, check that all the collateral are charged.tx-total-collateral
different than tx with collateral inputs amount (fails phase1 validation) - Expect failure PBTreturn-collateral-tx-out
defined but withouttx-total-collateral
defined, check that only the necessary amount is charged and the change is present on thereturn-collateral-tx-out
specifiedAC2 collateral input can include MA which is returned on validation failure
AC3 Collateral output needs to be balanced
sum(collateral_input) = sum(collateral_output) + collateral_consumed
The text was updated successfully, but these errors were encountered: