-
Notifications
You must be signed in to change notification settings - Fork 1
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
Make transaction rejection error (node) same as blockfrost submit error #19
Comments
Is this about mimicking errors documented in https://docs.blockfrost.io/#tag/cardano--transactions/POST/tx/submit ? |
https://github.com/blockfrost/blockfrost-platform/actions/runs/12931994839/job/36067622580
|
Also, the endpoint https://cardano-mainnet.blockfrost.io/api/v0/tx/submit returns only a plain error message string, without a status_code, error, or details field. |
Requires:
Current situation
blockfrost-platform/src/node.rs
Lines 57 to 58 in 946d918
The text was updated successfully, but these errors were encountered: