Plugin & API List update

As a node operator, I would like to know exactly which plugins I must enable in hived, so that I don't enable something that has been deprecated/disabled.

For example, prior to HF24, the only thing automatically enabled if condenser_api is enabled is database plugin. But there are now external requirements, outside of hived if vote and content lookup support for condenser_api is desired. Prior to this change, these look-ups were handled internally by hived via database plugin, and thus automatically enabled if condenser_api is enabled. Now, a node operator must have jussi + hivemind.

The following methods now require jussi + hivemind:

  • condenser_api
    • get_account_votes
    • get_content
    • get_content_replies
    • get_replies_by_last_update
  • database_api
    • list_votes
    • find_votes
  • tags_api.*
  • follow_api.*

AC

  • Plugin & API List now shows correct internal and external requirements
Edited by inertia