vechain-sdk-js
vechain-sdk-js copied to clipboard
Research - Revert reason of confirmed tx
The issue is a reaserch task to design the improvement linked to the reported issue: https://github.com/vechain/vechain-sdk-js/issues/438
The expected result will be to unblock the issue and proceed with the write up of the documentation.
This issue can be spliced into two parts:
- [ ] Transaction module: Implement a revert reason method that check if a transaction is reverted and gives us the revert info (clause data, vm error)
- [ ] Contract module: implement the decoder of transaction data with vm error
Issue #829