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
Allow account names with less than 12 characters (the engine can pad up to 12 characters when making a lookup, if needed)
Allow . or - or _ as word separator
Also, if possible, allow names with more chars, like 20 or 30
Allow to remove/unset a name. This also allows other user to use the name later
Allow to set a name to a smart contract in a single call (second argument to v1createName)
On this case it should:
A. be owned by the contract itself, the creator has no longer control over it
B. be owned by the creator
C. the creator becomes an operator
D. the contract becomes an operator (can remove, update or transfer it)
Proposals
.or-or_as word separatorv1createName)On this case it should:
A. be owned by the contract itself, the creator has no longer control over it
B. be owned by the creator
C. the creator becomes an operator
D. the contract becomes an operator (can remove, update or transfer it)