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

Enhancement: new API call: is_valid_account #33

Closed
cc32d9 opened this issue Jan 30, 2022 · 3 comments
Closed

Enhancement: new API call: is_valid_account #33

cc32d9 opened this issue Jan 30, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@cc32d9
Copy link
Contributor

cc32d9 commented Jan 30, 2022

this is a copy of EOSIO/eos#9897

get_account API call is gathering a lot of information, but in many cases the requestor just needs to check if an account exists on the blockchain.

A new API call is needed that is just returning true or false for a given account name. This will save a lot of CPU time on API servers and clients.

The feature is non-intrusive, and can be added to the current 2.0 software.

An even better option is to take an array of accounts and return an array of valid accounts. But then it needs to take care of response time limits and error handling.

@matthewdarwin matthewdarwin added the enhancement New feature or request label Apr 19, 2022
@stephenpdeos stephenpdeos moved this to Todo in ENF Engineering Jul 21, 2022
@stephenpdeos
Copy link
Member

@cc32d9 what is the use case / frequency that is driving your request for a simplified call?

@cc32d9
Copy link
Contributor Author

cc32d9 commented Aug 5, 2022

any mass action, such as airdrop, needs to check if an account exists. So, a cheaper request would save a lot of nodeos time

@spoonincode
Copy link
Member

Will track in AntelopeIO/leap#591 for now, closing here

@spoonincode spoonincode closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in ENF Engineering Jan 6, 2023
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
Status: Done
Development

No branches or pull requests

4 participants