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
derive the correct redeemer from the dummy Tx - while running the corresponding create-script-context command, it fails with DeserialiseFailure or TextEnvelopeTypeError
Actual Result
create-script-context fails in Babbage
Expected Result
The correct redeemer is derived from the dummy Tx.
mkoura
changed the title
create-script-context tool doesn't work in Babbage era
create-script-context tool fails both in Babbage and Alonzo eras
Jul 11, 2022
@mkoura I can't reproduce your error. However, now that Testnet is in Babbage era I am getting a different error: DeserialiseFailure 181653839 "Decoding TxIx: too many bytes."
@Jimbo4350 It might be a good idea to ensure this is working before merging your jordan/v2-script-context-test branch.
Summary
create-script-context
fails withDeserialiseFailure
in Babbage era when using with Alonzo-era transactions:create-script-context
fails withTextEnvelopeTypeError
in Babbage era when using with Babbage-era transactions:Steps to reproduce the behavior
create-script-context
command, it fails withDeserialiseFailure
orTextEnvelopeTypeError
Actual Result
create-script-context
fails in BabbageExpected Result
The correct redeemer is derived from the dummy Tx.
Describe the approach you would take to fix this
No response
System info
OS: Fedora 35
Plutus apps: 07bbefd
The text was updated successfully, but these errors were encountered: