Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: incorporates ParitySharesNamespace and TailPaddingNamespace in…
…to IsReserved function (#2194) ## Overview Closes #celestiaorg/celestia-app#2138 This PR also addresses the concerns raised in the [comment](celestiaorg/celestia-app#2138 (comment)) by introducing a distinction between two types of reserved namespaces. Namespaces within the range [0-255] are now identified as "Primary Reserved Namespaces," while any other reserved namespaces beyond this range are categorized as "Non-Primary Reserved Namespaces." Hopefully, this differentiation provides better clarity and organization regarding namespace allocation and usage within the code. ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords
- Loading branch information