forked from steemit/steem
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
The problem: virtual ops now accessible only with enabled account_history plugin. So, without account_history get_ops_in_block API call just returns nothing.
So I propose the following thing:
- Virtual ops storage to the database should be handled by separate plugin.
virtual_opsfor instance. - get_ops_in_block becomes a wrapper with the following logic:
- Whether
account_historyis disabled, it reads block content using get_block - Whether
account_historyis enabled, it reads block content fromaccount_historydatabase - Adds virtual ops using
virtual_opsplugin
- Whether
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request