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

Update foundation-delegation-program.md #1605

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Conversation

mindstyle85
Copy link
Collaborator

@mindstyle85 mindstyle85 commented Jun 11, 2024

Overview

Summary by CodeRabbit

  • Documentation
    • Updated the foundation delegation program guidelines to include a new requirement for participants to maintain a fully archival bridge node for both Mainnet Beta and Mocha.

Copy link
Contributor

coderabbitai bot commented Jun 11, 2024

Walkthrough

The recent update to the foundation delegation program introduces a new requirement for participants to maintain a fully archival bridge node for both Mainnet Beta and Mocha. This change underscores the importance of having a non-pruned node to ensure comprehensive data availability and integrity for selected validators.

Changes

File Change Summary
community/foundation-delegation-program.md Added requirement for participants to maintain a fully archival (non-pruned) bridge node for Mainnet Beta and Mocha.

Poem

In the realm of nodes, where data flows,
A new requirement now bestows.
Archival nodes, both Beta and Mocha,
Ensuring integrity, a validator's quota.
With bridges strong, the network grows. 🌉
Validators rise, their duty shows. 🌟


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@mindstyle85
Copy link
Collaborator Author

adding what we discussed on the call to the docs here @YazzyYaz , lmk if its ok, ive written it twice just so people really make sure theyre aware of it. We can keep this PR open until this is final and we are sure it wont change

Copy link
Contributor

PR Preview Action v1.4.7
🚀 Deployed preview to https://celestiaorg.github.io/docs-preview/./pr-1605/
on branch main at 2024-06-11 15:23 UTC

@mindstyle85 mindstyle85 requested a review from YazzyYaz June 11, 2024 15:24
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between fc4d1dd and 95edfc5.

Files selected for processing (1)
  • community/foundation-delegation-program.md (2 hunks)
Additional context used
LanguageTool
community/foundation-delegation-program.md

[uncategorized] ~43-~43: This expression is usually spelled with a hyphen. (BASED_HYPHEN)
Context: ...divided into first, second, and third place based eligibility criteria outlined in this d...


[uncategorized] ~43-~43: Possible missing preposition found. (AI_HYDRA_LEO_MISSING_TO)
Context: ... first, second, and third place based eligibility criteria outlined in this document. *...


[locale-violation] ~107-~107: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects. (AFTERWARDS_US)
Context: ...hed/tombstoned (cannot apply for 1 year afterwards) * Getting jailed more than once during...


[uncategorized] ~120-~120: Possible missing comma found. (AI_HYDRA_LEO_MISSING_COMMA)
Context: ...ation The program will be divided into cohorts with applications open for new applican...


[style] ~123-~123: ‘prior to’ might be wordy. Consider a shorter alternative. (EN_WORDINESS_PREMIUM_PRIOR_TO)
Context: ... you are reapplying) is exactly 1 month prior to the date of being delegated to. ### Ap...

Additional comments not posted (2)
community/foundation-delegation-program.md (2)

85-85: New requirement added for maintaining a fully archival bridge node.

This is a significant addition to the eligibility criteria. Ensure that this requirement is clearly communicated to all participants to avoid any confusion.


175-176: Clarification on the archival node requirement.

It's good to reiterate important requirements. This helps in ensuring that all participants are aware of what is expected of them.

@mindstyle85 mindstyle85 merged commit 0a95fc6 into main Jun 16, 2024
4 checks passed
@mindstyle85 mindstyle85 deleted the mindstyle85-patch-1 branch June 16, 2024 17:22
@coderabbitai coderabbitai bot mentioned this pull request Dec 22, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants