-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI wallet history API is broken #92
Comments
Not broken, at least not in the last version. Getting more than 100 entries is possible, here i get the last 200 operations from a user using the cli wallet as client:
Need the last 500, no problem:
It is true that you can't set up a starting point but it is also true that the wallet is available to get more than 100 operations with the get_account_history call. If a start parameter is needed please let me know i can also add but first need to know if it is really needed. |
Fixed. |
From @theoreticalbts on September 18, 2015 20:3
CLI wallet history API only allows getting the last 100 entries in history -- there is no way to specify a starting point.
Copied from original issue: cryptonomex/graphene#326
The text was updated successfully, but these errors were encountered: