steemit / hivemind

Developer-friendly microservice powering social networks on the Steem blockchain.
MIT License
73 stars 65 forks source link

promoted payments tracking #80

Closed roadscape closed 6 years ago

roadscape commented 6 years ago

It turns out tracking 'promoted' value is done in the tags plugin, so this is something that either needs to be moved into its own steem plugin, or needs to be taken over by hive.

https://github.com/steemit/steem/blob/8cd5f688d75092298bcffaa48a543ed9b01447a6/libraries/plugins/tags/tags_plugin.cpp#L392

mvandeberg commented 6 years ago

Preferably by Hivemind. Promoted is just one of the indices on the tag objects. We don't get nearly the state savings if we keep it in steemd.