hivemind
hivemind copied to clipboard
Developer-friendly microservice powering social networks on the Steem blockchain.
This logic currently lives in steemd's condenser_api, but will need to be implemented in hive. It's also a requirement for switching to the new `find_comments` API.
This is my initial stab at adding testnet support to hivemind. In order to try it out, you have to run a stable testnet. Unfortunately, at the moment, the official...
sqalchemy does not seem to support fk.create() as it does `index.create()`, and `index.drop()`. Figure out a viable analog for the post-init method in DbState.
Currently hive indexer logging is basic console output, though tuned to produce useful output at the INFO level at a reasonable volume. Hive server logging could use some work. And...
During sync, ideally we'd be checking rate of progress at each stage. We may need a separate lightweight db to store current state so that while postgres goes down we...
recognize ipfs addresses, fetch/store/serve the content. if post content was remote, the API should serve corresponding `ipfs_key`s for client-side verification. to avoid ambiguity, check ipfs iff entire content blob is...
> Fredrikaa [10:57 AM] > I would appreciate a front end that let me mute/ignore users. Where doing so also removes their vote's influence on what content I see. This...
Evaluate indexing custom_json ops which represent simple comments ("notes"?). They can be delivered alongside discussion threads. They cannot be voted on but will consume less bandwidth and no memory. -...
As a user of sufficient privilege within a community, I want to be able to pin 1 or more posts to the top of that community's feed; in an order...
- [ ] evaluate jussi's client code, potentially replace http_client.py [1] [1] https://github.com/steemit/jussi/blob/master/jussi/serve.py