You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Third parties who access our API use the vote history in AH, which is huge - we don't need it for condenser/steemit.com. We can vastly reduce the usage of the AH's plugin state file size simply by filtering out vote operations.
Account History Implementation Requirements
Data Storage
flat_set< account_name_type>
)get_account_history
Implementationsteemd source
get_account_history
sql query #109get_account_history
sql queryget_account_history
jrpc method handlingsbds.server.methods
get_account_history( account:str , from:int, limit:int )
get_state
Implementationsteemd source
roadscapes excellent explanation
get_state
query into parallel subqueries #110 decomposeget_state
query into parallel subqueriesget_state
jrpc method handling #111get_state
jrpc method handlingsbds.server.methods
get_state( path:str )
The text was updated successfully, but these errors were encountered: