hive-engine/steemsmartcontracts

Add Verification To Witness Actions

Closed this issue · 1 comments

Currently witness_action.js will say success as long as it can broadcast the transaction onto hive That doesn't ensure that the trx was processed successfully on hive-engine. Validate against a hive-engine node(either local or a predefined one) to ensure that the transaction was successfully processed on the side chain.

Closed with #155.