hivemind icon indicating copy to clipboard operation
hivemind copied to clipboard

Developer-friendly microservice powering social networks on the Steem blockchain.

Results 48 hivemind issues
Sort by recently updated
recently updated
newest added

Adds the function to save bookmarks for posts and comments. Changes in detail: - Added a new table `hive_bookmarks` - Increase of the DB version to 21 - Processing of...

I would like to suggest a new feature for Hivemind and steemit.com: Bookmarks. For each post and comment, users can set a bookmark. The functionality is provided by a `custom_json`...

If a post on Steem is created and before anyone votes on it, is deleted, then this post does not appear on the filter by tags age. This seems to...

bug

The Hivemind gives a warning info: ``` WARNING:hive.steem.http_client:get_order_book[1] failed in 0.0s. try 90. {'jussi-id': None, 'secs': 0.002, 'try': 90} - RPCError('assert_exception[-32003]: `Assert Exception:_market_history_api: market_history_api_plugin not enabled.` in condenser_api.get_order_book([1])',) ``` So...

`pip3 install -e .[test]` wasn't working for me...

- [ ] ensure communities migration checks head_block and displays an appropriate/informative error message if being run past the activation time

This method: https://github.com/steemit/hivemind/blob/6aeae5ff53267fe7037ca282c753c74dfdc81099/hive/server/hive_api/community.py#L123 should have the usual last/limit parameters to allow paginated calls.

communities

Currently, communities `gray` logic is overlaid on condenser's legacy rules. This creates a non-intuitive flow, and the implementation should treat them as equals. Also: fix `flag_weight` logic -- legacy values...

communities

Hi @roadscape, I recently started investigating if a native ad system could be added to hivemind in a future update with minimal changes to core codebase. This would augment the...