-
Notifications
You must be signed in to change notification settings - Fork 49
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
/construction/submit ShelleyTxValidationErrror #461
Comments
Hi @bcoste. I see |
Hi @james-iohk, Thanks for you fast answer. |
@bcoste The relative ttl can be any value provided the transaction is submit within that number of slots. The default is 1000 which means you have 1000 slots to submit before the transaction is invalid. |
@james-iohk I currently use a relative_ttl of 1000, and I correctly use the absolute provided ttl. I've checked with the debugger and here are the values I use : /contruction/metadata /construction/payloads I'm doing something wrong with the ttl ? |
I made another test with a relative_ttl = 5000 and it's working. |
@bcoste It depends when you submit the transaction. Using 1000 relative slots gives you 1000 seconds to submit. If you take longer it'll fail validation with |
@james-iohk I submit the transaction in less than 50 seconds, I think that a relative_ttl of 1000 should be enough. |
I have an issue with cardano-rosetta 1.7.0 testnet, encountered when I send my transaction with construction/submit call.
I use the following standard rosetta flow :
The same flow was working fine with cardano-rosetta 1.6.1 testnet.
Please see the logs :
rosetta_logs.txt
The text was updated successfully, but these errors were encountered: