Skip to content
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

Alonzo automation checklist #647

Closed
54 tasks done
dorin100 opened this issue Aug 6, 2021 · 0 comments
Closed
54 tasks done

Alonzo automation checklist #647

dorin100 opened this issue Aug 6, 2021 · 0 comments
Assignees

Comments

@dorin100
Copy link
Collaborator

dorin100 commented Aug 6, 2021

Transaction build scenarios:

Plutus scripts

Types of redeemers:

  • spend - spending a script utxo entry
  • mint - minting tokens
  • cert - certificates with script credentials
  • reward - reward withdrawals from script addresses

Legacy transaction types:

Other scenarios:

Alonzo protocol parameter values:

  • - collateralPercent
    • configured value in protocol parameters
    • (configured value - 1) - should return error
  • - maxCollateralInputs
    • min no of collaterals
    • max no of collaterals
    • no collaterals - should not work
    • (max + 1) collatarals - should not work

DB-Sync checks

  • add db-sync checks were possible (for the Plutus scripts actions)
    • use the same address both as --tx-in and as --collateral (maybe also as a --change-address) - uniqueness constraint on CollateralTxIn table cardano-db-sync#750
    • record the number of execution units in each tx
    • record the contribution to the fees of the execution units in the tx
    • Boolean that tx has a script or not (a flag in a separate column)
    • "serialised size"
@mkoura mkoura closed this as completed Jun 1, 2022
@mkoura mkoura self-assigned this Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants