Skip to content

Commit

Permalink
Document the stricter AENS pointer checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Svensson committed Jan 7, 2021
1 parent f2209b2 commit 8ccf7d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AENS.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,11 @@ The `pointers` field SHOULD NOT contain multiple entries with the same key.
The `pointers` can point to one of: account address, oracle id,
channel id or contract id.

From Iris hardfork, the following limitations on pointers apply:
- No duplicate keys (a key can only be present once in a list of pointers).
- Keys are not longer than 256 bytes
- The list of pointers is not longer than 32.

#### Transfer

```
Expand Down

0 comments on commit 8ccf7d8

Please sign in to comment.