From f70fc56df8373885a024a5a01c3c857d0a51ee57 Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Fri, 3 Mar 2023 10:06:45 +0100 Subject: [PATCH] Ceres: document changes to Auth.tx_hash (#439) --- docs/sophia_stdlib.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index 5200b35..eb9e754 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -266,7 +266,10 @@ namespace Chain = Auth.tx_hash : option(hash) ``` -Gets the transaction hash during authentication. +Gets the transaction hash during authentication. Note: `Auth.tx_hash` +computation differs between protocol versions (changed in Ceres!), see +[aeserialisation](https://github.com/aeternity/protocol/blob/master/serializations.md) +specification for details. ### Bits