Skip to content
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!: incorporates ParitySharesNamespace and TailPaddingNamespace into IsReserved function (backport #2194) #2422

Closed
wants to merge 1 commit into from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 5, 2023

This is an automatic backport of pull request #2194 done by Mergify.
Cherry-pick of b3b8611 has failed:

On branch mergify/bp/v1.x/pr-2194
Your branch is up to date with 'origin/v1.x'.

You are currently cherry-picking commit b3b8611.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   pkg/namespace/consts.go
	both modified:   pkg/namespace/namespace.go
	both modified:   specs/src/specs/namespace.md

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

…to IsReserved function (#2194)

## Overview
Closes ##2138
This PR also addresses the concerns raised in the
[comment](#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

(cherry picked from commit b3b8611)

# Conflicts:
#	pkg/namespace/consts.go
#	pkg/namespace/namespace.go
#	specs/src/specs/namespace.md
@mergify mergify bot added the conflicts label Sep 5, 2023
@celestia-bot celestia-bot requested a review from a team September 5, 2023 01:02
@github-actions github-actions bot added the bot item was created by a bot label Sep 5, 2023
@github-actions
Copy link

github-actions bot commented Sep 5, 2023

PR Preview Action v1.4.4
🚀 Deployed preview to https://celestiaorg.github.io/celestia-app/pr-preview/pr-2422/
on branch gh-pages at 2023-09-05 01:02 UTC

@evan-forbes evan-forbes closed this Sep 5, 2023
@mergify mergify bot deleted the mergify/bp/v1.x/pr-2194 branch September 5, 2023 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot item was created by a bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants