You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code v Configuration v Environment v Human v Unknown
Context
The transaction with 0 amount on Byron node should fail more gracefully than HTTP 500. cf #335 (comment)
Steps to Reproduce
Run transaction with 0 amount from API or CLI.
Expected behavior
There should be an error (perhaps HTTP 400 or 403 on the API) and a graceful error message about 0 amount transaction not being supported on Byron node.
Actual behavior
HTTP 500
That's embarassing. It looks like I've created an invalid transaction that could
not be parsed by the node. Here's an error message that may help with
debugging: Transaction failed verification: output with no credited value
Context
The transaction with 0 amount on Byron node should fail more gracefully than HTTP 500. cf #335 (comment)
Steps to Reproduce
Run transaction with 0 amount from API or CLI.
Expected behavior
There should be an error (perhaps HTTP 400 or 403 on the API) and a graceful error message about 0 amount transaction not being supported on Byron node.
Actual behavior
HTTP 500
Resolution Plan
PR
master
QA
http-bridge
and tested via an integration test (see TRANS_CREATE_09)The text was updated successfully, but these errors were encountered: