Skip to content
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

[Feature] RPC API to return all account address #2217

Open
1 of 9 tasks
LeoHChen opened this issue Feb 7, 2020 · 1 comment
Open
1 of 9 tasks

[Feature] RPC API to return all account address #2217

LeoHChen opened this issue Feb 7, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@LeoHChen
Copy link
Contributor

LeoHChen commented Feb 7, 2020

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?

  • 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.

@LeoHChen
Copy link
Contributor Author

indexer should have all account info in DB, not sure if it is still needed for rpc call. assigning to @hypnagonia to clarify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants