We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Regarding account_id(), the treasury pallet's documentation says the following about into_sub_account:
account_id()
into_sub_account
This actually does computation. If you need to keep using it, then make sure you cache the value and only call this once. [link]
We use this type of account generation in grand fashion. Should we cache market/pool accounts and trade chain storage for computation time?
The text was updated successfully, but these errors were encountered:
Absolutely. Let's keep it a low priority for now because it is an optimizations that is not needed right now, but eventually will be.
Sorry, something went wrong.
No branches or pull requests
Regarding
account_id()
, the treasury pallet's documentation says the following aboutinto_sub_account
:We use this type of account generation in grand fashion. Should we cache market/pool accounts and trade chain storage for computation time?
The text was updated successfully, but these errors were encountered: