Python-Cardano / pycardano

A lightweight Cardano library in Python
https://pycardano.readthedocs.io
MIT License
215 stars 67 forks source link

Script Evaluation Error #360

Closed theeldermillenial closed 3 months ago

theeldermillenial commented 3 months ago

Describe the bug In the last week or two, something has changed, potentially in BlockFrost. When evaluating a script for execution costs with a required signing key, pycardano puts in dummy values for both the key and the signature. However, now I am getting uninformative ScriptEvaluation errors when trying to evaluate. When I run it through Ogmios, I am told I am missing a required signing key.

Environment and software version (please complete the following information):

nielstron commented 3 months ago

Can you please share a minimal code snippet that reproduces the issue?