From 807f49da9c64bad2f5f976d179b344318dd7eef9 Mon Sep 17 00:00:00 2001 From: cusma Date: Tue, 22 Oct 2024 18:27:10 +0200 Subject: [PATCH] doc: add 32 bytes recommendation --- ARCs/arc-0065.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ARCs/arc-0065.md b/ARCs/arc-0065.md index 48d74de27..29c5976aa 100644 --- a/ARCs/arc-0065.md +++ b/ARCs/arc-0065.md @@ -47,6 +47,8 @@ It is **RECOMMENDED** to use `UTF-8` for the error bytes string encoding. It is **RECOMMENDED** to use fixed length error codes and _short_ error messages. +It is **RECOMMENDED** to avoid error byte strings of _exactly_ to 32 bytes. + ### In Program Errors When a program wants to emit informative run time errors, directly from the bytecode,