-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lost validator traces #297
Comments
I'll look into this. Could you please provide the transaction CBOR? |
Thank you, @vladimirvolek, for the prompt response! I simplified the Tx to avoid clutter. txHex:
evaluateTx with blockfrost-js:
And this is the validator's source code (
|
Okay, I found and fixed the problem. I will let you know when it's deployed to production here. |
Awesome, thank you so much!! 🙌 |
Deployed |
Hi, @vladimirvolek! It seems it didn't work. 😕 I'm still getting the same response (same Tx, same setup):
|
ohh what.. let me check |
That's strange. Could you please provide a full example of the payload you're sending? Thanks! |
Hi @vladimirvolek! Here's a repo with a full example to reproduce the issue |
Hi, @vladimirvolek! Sorry for bothering but is there any news on this? 🙏 |
Alright, I have a bit more time now. Thanks for your patience with the delay. |
@rober-m I need your help! rober-m/reproduce-no-traces-blockfrost#1 |
When I evaluate (
utils/tx/evaluate
orutilsTxEvaluate()
) a validator compiled with traces, I get the generic:As you can see,
ScriptFailures
is an empty object, but Ogmios does return the traces. Why isn't this working?The text was updated successfully, but these errors were encountered: