steemit / steem-python

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

account.py generator functions (get_account_history, history, history_reverse) cannot retrieve blockchain transactions older than 30 days #197

Closed outlier89 closed 6 years ago

outlier89 commented 6 years ago

While retrieving transactions of a particular account, any generator function only fetches last 30 days transactions along with the transaction of the account creation (index 0 transactions). There is no way to access any transaction older than 30 days. Please rectify this issue as soon as possible.

cyon1c commented 6 years ago

This is due to the switch to AppBase on api.steemit.com. We will be working to restore account history functionality on that node soon. If this functionality is critical, I would recommend switching to another node for the time being, like rpc.buildteam.io.

outlier89 commented 6 years ago

Thanks a lot for the quick reply.