-
Notifications
You must be signed in to change notification settings - Fork 795
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
Add threshold optional to RPC unopened and ledger #2014
Add threshold optional to RPC unopened and ledger #2014
Conversation
Wondering if we should incorporate the pending balance into this filter's consideration when pending balances are requested. The decision tree would look a bit different then. |
After discussions with @guilhermelawless, we ended up deciding this PR should be updated to include @renesq's idea |
146ced1
to
8721c81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, pending rebase
* Add threshold optional to RPC unopened and ledger * For RPC ledger, if pending is requested, then threshold applies to balance+pending
RPCs ledger and unopened
Suggested by @renesq , this is an alternative to pagination for lower powered nodes who want information about the ledger (and helps the scalability of this command in the future).
In both cases, the optional
count
is still honored.Documentation update needed.