From 8ccf7d8c52ebf4c4c13612ef7d40bd524d3d7125 Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Thu, 7 Jan 2021 12:13:22 +0100 Subject: [PATCH] Document the stricter AENS pointer checks --- AENS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AENS.md b/AENS.md index 47dfc7cb..671ba992 100644 --- a/AENS.md +++ b/AENS.md @@ -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 ```