diff --git a/specs/src/specs/namespace.md b/specs/src/specs/namespace.md index 1c6abd5257..1d3ed4c538 100644 --- a/specs/src/specs/namespace.md +++ b/specs/src/specs/namespace.md @@ -62,6 +62,7 @@ Reserved namespaces are used to properly organize and order transactions and blo Applications MUST NOT use these reserved namespaces for their blob data. Reserved namespaces fall into two categories, _Primary Reserved Namespaces_ and _Secondary Reserved Namespaces_. + - Primary Reserved Namespaces: Namespaces with values less than or equal to `0x00000000000000000000000000000000000000000000000000000000FF` are referred to as Primary Reserved Namespaces and are exclusively reserved for use within the Celestia protocols. - Secondary Reserved Namespaces: Currently, there are two secondary reserved namespaces, namely, `PARITY_SHARE_NAMESPACE` and `TAIL_PADDING_NAMESPACE` which fall out of the range of primary reserved namespaces. In the table, you will notice that the `PARITY_SHARE_NAMESPACE` and `TAIL_PADDING_NAMESPACE` utilize the namespace version `255`, which differs from the supported user-specified versions.