steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
153 stars 99 forks source link

`steempy listaccounts` is slow #59

Open sneak opened 6 years ago

sneak commented 6 years ago

i have a dozen accounts imported and steempy listaccounts should timeout/retry a lot faster.

Netherdrake commented 6 years ago

Adding an account should require specifying a username, to avoid the need for reverse lookups by public keys.

This would also make listaccounts instant.