Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Pagination queries for
balances
endpoint #2490Pagination queries for
balances
endpoint #2490Changes from 37 commits
d4a6596
4e0450b
aa7ee75
449775d
b2fe429
4131855
2dd9aef
05f6851
5b010e4
17a7ef4
73f50c0
c172d1b
fdd2c11
6dbc7a6
32d680f
088c50b
695f99a
f109d1b
27970eb
dbc32f3
f866c54
b1bfb20
99e7b65
d7c3b02
037351d
3ae5222
af64206
fd2b019
9c8ce1e
0c92b6a
a943e2b
e3e890a
81b0ca0
db38850
93e450a
3522efc
84e94a9
afc133b
a4cbdae
fed7dc5
546b713
4e9342a
a79d268
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Actually, we want to have something like
count * child_complexity + count * storage_read
, notstorage_read * child_complexity
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.
Please see here: afc133b
This commit contains changes that are needed to support ~11k balances as sent from the Rust SDK and bail when more is requested.