You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
In Babbage era, when building a Tx with invalid Plutus script and passing --script-invalid, the transaction submit succeeds and the Tx is placed in mempool. However the Tx is never removed from mempool.
Steps to reproduce
Steps to reproduce the behavior:
Build & sign transaction that uses invalid Plutus script
Internal/External
Internal
Summary
In Babbage era, when building a Tx with invalid Plutus script and passing
--script-invalid
, the transaction submit succeeds and the Tx is placed in mempool. However the Tx is never removed from mempool.Steps to reproduce
Steps to reproduce the behavior:
No error is raised, transaction is accepted by node.
Expected behavior
A transaction is removed from mempool and included in a block, the collateral input is spent.
System info (please complete the following information):
Additional context
invalid_script_issue.tar.gz
The text was updated successfully, but these errors were encountered: