We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RPC call: https://docs.nano.org/commands/rpc-protocol/#delegators
the delegators call doesn't have a threshold, so if there's many delegators, the node runs out of ram when processing the call.
the accounts_pending call has a "threshold", so I'd like delegators to behave like accounts_pending, and omit any delegator below a given threshold.
the node runs out of ram when processing the call if there are a lot of low weight delegators.
no
I am willing to collaborate
No response
The text was updated successfully, but these errors were encountered:
It's going to be available on v23: #3333
Sorry, something went wrong.
No branches or pull requests
Summary
RPC call:
https://docs.nano.org/commands/rpc-protocol/#delegators
the delegators call doesn't have a threshold, so if there's many delegators, the node runs out of ram when processing the call.
the accounts_pending call has a "threshold", so I'd like delegators to behave like accounts_pending, and omit any delegator below a given threshold.
What problem would be solved by this feature?
the node runs out of ram when processing the call if there are a lot of low weight delegators.
Are there any previous requests for this feature?
no
Do you have a suggested solution?
no
If this feature is approved, would you be willing to submit a pull request with the solution?
I am willing to collaborate
Possible solution
No response
Supporting files
No response
The text was updated successfully, but these errors were encountered: