Skip to content

Commit

Permalink
docs: fix namespace rules in x/blob/README.md (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Aug 28, 2023
1 parent 4f9d206 commit f5ff333
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions x/blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,7 @@ each PFB, to be included in a block must follow a set of validity rules.
must be valid. This validity is determined by the following sub-rules:
1. The namepsace of each blob must match the respective (same index)
namespace in the `MsgPayForBlobs` `sdk.Msg` field `namespaces`.
1. The namespace is lexicographically greater than the [MAX_RESERVED_NAMESPACE](../../specs/src/specs/consensus.md#constants).
1. The namespace is not the
[TAIL_PADDING_NAMESPACE](../../specs/src/specs/consensus.md#constants)
or [PARITY_SHARE_NAMESPACE](../../specs/src/specs/consensus.md#constants).
1. The namespace is not reserved for protocol use.
1. Blob Size: No blob can have a size of 0.
1. Blob Count: There must be one or more blobs included in the transaction.
1. Share Commitment Validity: Each share commitment must be valid.
Expand Down

0 comments on commit f5ff333

Please sign in to comment.