Skip to content

Commit

Permalink
chore: adds a note about namespace collisions in the namespace spec (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 authored Feb 13, 2024
1 parent 9eaf689 commit a2182a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specs/src/specs/namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ For additional information on the significance and application of the reserved n

Applications MUST refrain from using the [reserved namespaces](#reserved-namespaces) for their blob data.

Celestia does not ensure the prevention of non-reserved namespace collisions.
Consequently, two distinct applications might use the same namespace.
It is the responsibility of these applications to be cautious and manage the implications and consequences arising from such namespace collisions.

## Implementation

See [go-square/namespace](https://github.com/celestiaorg/go-square/tree/main/namespace).
Expand Down

0 comments on commit a2182a7

Please sign in to comment.