-
Notifications
You must be signed in to change notification settings - Fork 992
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
implicit account VP #8
Comments
We'll need a way to "reveal" a public key for an implicit account (write its public key in its account's sub-space in the ledger). Implicit account has to have its public key revealed in order to authorize actions on itself. For example, the DKG "wrapper" Tx will need to be signed by the implicit source account address (that pays for the wrapper gas). |
Currently, we have the field enum AddressOrPk { Addr(Address), Pk(PublicKey) } and then for
|
…ransaction feat/6 Initialize Account Transaction
Add a VP for implicit account addresses. This should be used for all the implicit accounts (related to anoma/anoma#186)
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: