roadscape.

Results 67 issues of roadscape.

The recent replies endpoints don't filter out abusers/spammers.

bug

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.

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.

⚑ performance

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...

priority/low
3

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...

future

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...

future

> 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...

project/communities

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. -...

future

- [ ] evaluate jussi's client code, potentially replace http_client.py [1] [1] https://github.com/steemit/jussi/blob/master/jussi/serve.py

priority/low
⚑ performance
3

in the future we may need a summary table to assist certain queries. potentially - avg rshares - payouts - posts - accounts (active) - comments - txs/ops? - posts_per_account...

future