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
view_state
With the current implementation:
read-rpc/rpc-server/src/modules/queries/utils.rs
Lines 60 to 62 in c1e12b8
view_state method truncates the output to 101 keys. How heavy would it be to allow up to 10k keys and, ideally, implement pagination?
cc @khorolets
The text was updated successfully, but these errors were encountered:
Resolved with #145.
I have just tested it with:
near contract view-storage poolv1.near all as-json network-config mainnet now
Sorry, something went wrong.
kobayurii
No branches or pull requests
With the current implementation:
read-rpc/rpc-server/src/modules/queries/utils.rs
Lines 60 to 62 in c1e12b8
view_state
method truncates the output to 101 keys. How heavy would it be to allow up to 10k keys and, ideally, implement pagination?cc @khorolets
The text was updated successfully, but these errors were encountered: