diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index 5200b35..0c52342 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -178,6 +178,12 @@ AENSv2.preclaim(owner : address, commitment_hash : hash, The [signature](./sophia_features.md#delegation-signature) should be over `network id` + `owner address` + `Contract.address` (concatenated as byte arrays). +From Ceres (i.e. FATE VM version 3) the +[signature](./sophia_features.md#delegation-signature) can also be generic +(allowing _all_, existing and future, names to be delegated with one +signature), i.e. over `network id` + `owner address` + `string "AENS"` + +`Contract.address`. + ##### claim ``` @@ -185,9 +191,14 @@ AENSv2.claim(owner : address, name : string, salt : int, name_fee : int,