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