-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fixes the link to namespace implementation #3653
Conversation
|
WalkthroughWalkthroughThe changes involve updating URL references in the Changes
Possibly related issues
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (1)
Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
specs/src/specs/namespace.md
Outdated
@@ -94,7 +94,7 @@ Among the potential consequences is the _Woods Attack_, as elaborated in this fo | |||
|
|||
## Implementation | |||
|
|||
See [go-square/namespace](https://github.com/celestiaorg/go-square/blob/main/shares/namespace.go). | |||
See [go-square/namespace](https://github.com/celestiaorg/go-square/blob/main/share/namespace.go). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I intentionally didn't use a permalink to ensure that we always track its most recent location and receive errors in CIs if it changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[no change needed] it's a bit confusing currently b/c we don't have versioned specs so it's not immediately clear if these specs should describe the celestia-app v1.x behavior or v2.x behavior. A permalink to the previous implementation(s) is correct for v1.x and v2.x. A link to the new location (this PR) isn't actually correct yet because celestia-app doesn't use main
of go-square. There is no official release of go-square with those breaking changes so if we want to be 100% accurate, we probably shouldn't point to them from these specs yet. Not super opinionated about it and your change future-proofs the specs a bit so seems fine to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. Considering this new information, I have slightly revised the text and provided two links: one to the version of the code that matches the current specifications, and one pointing to the most recent version of the code. Please see f45bfbe
specs/src/specs/namespace.md
Outdated
@@ -94,7 +94,7 @@ Among the potential consequences is the _Woods Attack_, as elaborated in this fo | |||
|
|||
## Implementation | |||
|
|||
See [go-square/namespace](https://github.com/celestiaorg/go-square/blob/main/shares/namespace.go). | |||
See [go-square/namespace](https://github.com/celestiaorg/go-square/blob/main/share/namespace.go). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[no change needed] it's a bit confusing currently b/c we don't have versioned specs so it's not immediately clear if these specs should describe the celestia-app v1.x behavior or v2.x behavior. A permalink to the previous implementation(s) is correct for v1.x and v2.x. A link to the new location (this PR) isn't actually correct yet because celestia-app doesn't use main
of go-square. There is no official release of go-square with those breaking changes so if we want to be 100% accurate, we probably shouldn't point to them from these specs yet. Not super opinionated about it and your change future-proofs the specs a bit so seems fine to me.
specs/src/specs/namespace.md
Outdated
@@ -94,7 +94,8 @@ Among the potential consequences is the _Woods Attack_, as elaborated in this fo | |||
|
|||
## Implementation | |||
|
|||
See [go-square/namespace](https://github.com/celestiaorg/go-square/blob/main/shares/namespace.go). | |||
See the [namespace implementation in go-square](https://github.com/celestiaorg/go-square/blob/be3c2801e902a0f90f694c062b9c4e6a7e01154e/namespace/namespace.go). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link was previously fixed, but apparently, the file for namespace implementation has been moved again (the directory name has changed). Hence, here is the new fix.