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

Change the implicit account creation flow after the introduction of zero balance account #462

Open
bowenwang1996 opened this issue Feb 16, 2023 · 2 comments

Comments

@bowenwang1996
Copy link
Collaborator

Once #448 is implemented, implicit accounts can be created without having to hold any balance, which means that they could be created through a CreateAccountAction. This means we don't have to special case the creation of implicit account (through transfers) and also reduce the cost of token transfers to implicit accounts as a result.

@ilblackdragon
Copy link
Member

Curious if this change planned to be done?

Because I'm not sure if this works given the expectation that someone (exchange or a wallet) sending funds to the account independently if it exists or not. This change would require all of them add additional checks now and an explicit account creation for implicit accounts (pun intended)

@bowenwang1996
Copy link
Collaborator Author

Yeah that is a good point. We currently have no plan of implementing it. This issue was more for keeping track of the idea as it came out of a discussion when we were implementing zero balance account

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

No branches or pull requests

2 participants