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
In CCL 0.6.0-beta1, when the Conway era serialization format (redeemers as Map) is enabled, we are encountering a script data hash mismatch for Plutus V1 scripts.
For Plutus V2 and V3, the current Conway era serialization format is working fine.
As a result, although the EraSerializationFormat is now set to Conway, we are also checking for the presence of the Plutus V1 cost model during script data hash generation. If it is present, the previous format (Babbage) is used to serialize the redeemer.
Further investigation is required to determine the root cause of the script data hash mismatch between Plutus V1 and the Conway era serialization format
The text was updated successfully, but these errors were encountered:
In CCL 0.6.0-beta1, when the Conway era serialization format (redeemers as Map) is enabled, we are encountering a script data hash mismatch for Plutus V1 scripts.
For Plutus V2 and V3, the current Conway era serialization format is working fine.
As a result, although the
EraSerializationFormat
is now set to Conway, we are also checking for the presence of the Plutus V1 cost model during script data hash generation. If it is present, the previous format (Babbage) is used to serialize the redeemer.Further investigation is required to determine the root cause of the script data hash mismatch between Plutus V1 and the Conway era serialization format
The text was updated successfully, but these errors were encountered: