-
Notifications
You must be signed in to change notification settings - Fork 294
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
feat!: reserve the last 256 namespaces for protocol use #2257
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2257 +/- ##
==========================================
+ Coverage 21.55% 21.67% +0.12%
==========================================
Files 128 129 +1
Lines 14346 14357 +11
==========================================
+ Hits 3092 3112 +20
+ Misses 10949 10940 -9
Partials 305 305
|
@@ -57,30 +57,32 @@ The ID is encoded as a byte slice of length 28. | |||
|
|||
## Reserved Namespaces |
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 rephrased this section a bit. Please LMK if you think I should revert anything @staheri14
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.
Does node needs to be updated with this?
Yes. From a cursory investigation:
|
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.
LGTM
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.
nice! this is even simpler than the old implementation!
Closes #2253