When I evaluate (utils/tx/evaluate or utilsTxEvaluate()) a validator compiled with traces, I get the generic:
evaluateTx with blockfrost-js: {
type: 'jsonwsp/response',
version: '1.0',
servicename: 'ogmios',
methodname: 'EvaluateTx',
result: { EvaluationFailure: { ScriptFailures: {} } },
reflection: { id: '46a98ded-f249-41a1-a322-48533a3cc670' }
}
As you can see, ScriptFailures is an empty object, but Ogmios does return the traces. Why isn't this working?
When I evaluate (
utils/tx/evaluateorutilsTxEvaluate()) a validator compiled with traces, I get the generic:As you can see,
ScriptFailuresis an empty object, but Ogmios does return the traces. Why isn't this working?