elrond-proxy-go icon indicating copy to clipboard operation
elrond-proxy-go copied to clipboard

Feature Request: /transaction/<hash> should return additional useful fields

Open hiddentao opened this issue 3 years ago • 5 comments

The proxy /transaction/<hash> endpoint should additionally return:

  • The date timestamp
  • The gasUsed value
  • The transaction hash (this may seem redundant but is actually useful for when passing the returned object around)
  • The transaction status field should reflect the actual transaction execution result, i.e passed or failed. In addition to this the error message should be available somewhere (e.g. "not enough gas")

hiddentao avatar Nov 03 '20 18:11 hiddentao