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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: