Rewrite searches
-
adds paging to block-search api,
-
query rewritten so it doesn't use
execute format
, -
comment-search api divided to two seperate apis:
- get_comment_permlinks - lists permlinks filtered by date,block_num and comment-type (root_post or comment)
- get_comment_operations - lists operations that were a result of post or comment (votes on the comment, curation operations, rewards etc)
it simplyfies usage of this api
-
adds remaining tavern tests to hafbe
-
during testing I've found issue: haf#250 that still needs to be resolved to allow block-search api to work properly without additional indexes on specific operation types.
Edited by Michal Zander