roadscape.

Results 67 issues of roadscape.

`src/app/components/elements/PdfDownload.jsx` should be a reusable component. Refs: https://github.com/steemit/faucet/issues/335 https://github.com/steemit/wallet/issues/42

Details TBD. Summary: - [ ] Modify account follower/following pages to leverage a new paginated API. - [ ] Modify mute loading logic -- use non-paginated API, or implement server-side....

UI
communities

By passing `observer` to load post API calls, the server truncates `active_votes` lists and includes only the relevant vote context while aggregating all else. This would decrease response sizes drastically....

communities

ReplyEditor is one of the most complex components in the repo, and contains the most debt. Modifications without unintended side effects are difficult. This issue will be updated with more...

communities
debt

TDB. Requirement: https://github.com/steemit/hivemind/issues/234

UI
communities

This is a temporary and recoverable steemd error which should be retried automatically: `RPCError: Unable to acquire database lock`

Let's update the package asap.

Unclear if this might be an appbase issue, but since the @steem faucet is using the same op/endpoint it doesn't seem likely. Let's add a test for the `account_create_with_delegation` op...

Example: ``` from steem.blockchain import Blockchain from steem.steemd import Steemd steemd = Steemd() b = Blockchain(mode='head') h = b.stream_from( start_block=14500000, full_blocks=True, ) for block in h: if not block or...

We will need further standards/guidelines for what each field should contain. Some ideas to get started: - maximum field lengths - *account.json_metadata.profile.name* (twitter: 20 chars) - *account.json_metadata.profile.about* (twitter: 160 chars)...