inertia186 / hivedocs

Hive Platform Developer Documentation.
https://inertia186.github.io/hivedocs/
MIT License
1 stars 0 forks source link

Recipe: Create a node that supports getting a transaction by transaction id #7

Closed inertia186 closed 4 years ago

inertia186 commented 5 years ago

As a Steem Application Developer, I want to be able to setup a node that supports `.get_transaction` to get all the information about a specific transaction **because most publicly accessible nodes do not support this for all transactions.***

Also investigate a possible alternative solution that bypasses the need for Account History by using plug-in transaction_status_api along with steemd --transaction-status-rebuild-state.

Original issue: https://github.com/steemit/devportal/issues/288

AC