Add bigger warning about sorting Mappings

This commit is contained in:
zzz
2025-04-03 15:31:49 -04:00
parent 8c7df88a18
commit e5017a2bdc

View File

@ -521,7 +521,12 @@ A set of key/value mappings or properties
Contents
````````
A 2-byte size Integer followed by a series of String=String; pairs
A 2-byte size Integer followed by a series of String=String; pairs.
WARNING: Most uses of Mapping are in signed structures, where the
Mapping entries must be sorted by key, so the signature is immutable.
Failure to sort by key will result in signature failures!
.. raw:: html