You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a new RPC API call to return/iterate all the account addresses in the current blockchain or for a certain block. This is needed for us to keep track of all the accounts in token swap and for security checking. We can assume this call will return a huge list, so a proper pagination is needed.
Which component?
RPC
consensus
deploy script
wallet
explorer
node script
test automation
demo app
others ...
Proposed Solution
A clear and concise description of what you want to happen.
Alternatives Considered
A clear and concise description of any alternative solutions or features you've considered.
Additional Context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Problem/limitation At Hand
We need a new RPC API call to return/iterate all the account addresses in the current blockchain or for a certain block. This is needed for us to keep track of all the accounts in token swap and for security checking. We can assume this call will return a huge list, so a proper pagination is needed.
Which component?
Proposed Solution
A clear and concise description of what you want to happen.
Alternatives Considered
A clear and concise description of any alternative solutions or features you've considered.
Additional Context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: