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
The ValidationTagMismatch failure is unexpected since the transactions
fails phase 1 validate (MalformedScriptWitnesses).
The test can be reproduced inside
cardano-ledger/libs/cardano-ledger-test with:
TASTY_PATTERN="malformed script witness" cabal test
The ValidationTagMismatch failure is unexpected since the transactions
fails phase 1 validate (MalformedScriptWitnesses).
The test can be reproduced inside
cardano-ledger/libs/cardano-ledger-test with:
TASTY_PATTERN="malformed script witness" cabal test
We have at least one example where a malformed script both fails the well-formed check, but is still run through the plutus evaluator:
https://github.com/input-output-hk/cardano-ledger/pull/2837/files#diff-e87fb00b6caa153e54d2003b22f4cb8f9d8bfe0e5173b3ebc53bd8031c1842a2R997
The text was updated successfully, but these errors were encountered: