We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Transaction build scenarios:
Plutus scripts
Types of redeemers:
Legacy transaction types:
transaction build
Other scenarios:
--tx-in
--tx-in-collateral
NonOutputSupplimentaryDatums
CollateralContainsNonADA
TestEnableDevelopmentNetworkProtocols
TestEnableDevelopmentHardForkEras
trasaction build --required-signer
Alonzo protocol parameter values:
DB-Sync checks
--collateral
--change-address
The text was updated successfully, but these errors were encountered:
mkoura
No branches or pull requests
Transaction build scenarios:
Plutus scripts
Types of redeemers:
Legacy transaction types:
transaction build
command cardano-node#3074Other scenarios:
--tx-in
used multiple times in the same tx - [BUG] - plutus transaction txins are not properly validated in build command (the impossible happened: RedeemerNotNeeded) cardano-node#3018 (comment)--tx-in
and--tx-in-collateral
- it should not be possible to pay collateral with a script-locked inputNonOutputSupplimentaryDatums
--tx-in-collateral
- containing multi-assets --> should return error -CollateralContainsNonADA
TestEnableDevelopmentNetworkProtocols
,TestEnableDevelopmentHardForkEras
trasaction build --required-signer
Alonzo protocol parameter values:
DB-Sync checks
--tx-in
and as--collateral
(maybe also as a--change-address
) - uniqueness constraint on CollateralTxIn table cardano-db-sync#750The text was updated successfully, but these errors were encountered: