KIPs
KIPs copied to clipboard
KIP-0014: Updated KIP-0012 Account Protocols
Augment KIP-0012 account protocols with two new protocols, Guard Accounts and Rotatable Accounts. Modify KIP-0012 Single-Key Accounts to forbid rotation.
Please see the latest draft for full details.
- To see the specific tasks where the Asana app for GitHub is being used, see below:
- https://app.asana.com/0/0/1208668844268858
Explain in details
See: rendered
See: rendered
This will break if the md gets edited, I put a branch-based link in the description https://github.com/kadena-io/KIPs/blob/kip-0014/kip-0014/kip-0014.md
Maybe, should you take advantage of this new KIP to add some other protocols identifiers:
- m: XXXX where XXXX is a module name. It enforces the usage of corresponding module-guard for the account
- n: XXXX:pubKey where XXXX is any string. Same as k; account, but let the user add a chosen name for his account. For example n:Pascal:38e5fd698..... I don't know if this is possible in PACT, because of the lack of a split function.
- Other ideas ....