hive-engine / steemsmartcontracts

MIT License
20 stars 23 forks source link

Add Verification To Witness Actions #154

Closed Rishi556 closed 2 years ago

Rishi556 commented 2 years ago

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.

Rishi556 commented 2 years ago

Closed with https://github.com/hive-engine/steemsmartcontracts/pull/155.