Skip to content

Commit

Permalink
Merge pull request #477 from aeternity/GH-3282-aens_pointers_cleanup
Browse files Browse the repository at this point in the history
Document the stricter AENS pointer checks
  • Loading branch information
hanssv authored Apr 15, 2021
2 parents 481737c + 8ccf7d8 commit b01ecf0
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 b01ecf0

Please sign in to comment.