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

chore: prepare v2 release #21

Merged
merged 1 commit into from
Nov 10, 2024
Merged

chore: prepare v2 release #21

merged 1 commit into from
Nov 10, 2024

Conversation

johnletey
Copy link
Member

@johnletey johnletey commented Nov 10, 2024

Summary by CodeRabbit

  • New Features

    • Upgraded Cosmos SDK to version v0.50.x.
    • Introduced support for app wiring, enhancing compatibility with Noble's core codebase.
    • Added support for an optional fallback address for fund recovery.
    • Enabled fine-tuned control over forwarded denominations.
    • Allowed accounts with a balance to be registered without a signer.
  • Improvements

    • Updated module path for the v2 release line.
    • Reorganized repository structure to align with Noble's standards.
  • Documentation

    • Updated CHANGELOG.md to reflect the release of version v2.0.0 and key changes.

@johnletey johnletey self-assigned this Nov 10, 2024
Copy link

coderabbitai bot commented Nov 10, 2024

Walkthrough

The changes in this pull request involve the deletion of several changelog files and the addition of new entries documenting updates to the Cosmos SDK and improvements in the repository structure. Notably, the Cosmos SDK has been upgraded from version v0.45.x to v0.50.x, and support for app wiring has been introduced. The repository has been reorganized to align with Noble's standards, and the module path has been updated for version 2.0.0. A summary of these changes has been documented in the main CHANGELOG.md file.

Changes

File Path Change Summary
.changelog/unreleased/dependencies/1-csdk-eden.md Deleted file documenting the upgrade of the Cosmos SDK from v0.45.x to v0.50.x.
.changelog/unreleased/improvements/3-module-path.md Deleted file indicating an update to the module path to v2.
.changelog/v2.0.0/dependencies/1-sdk-eden.md New file documenting the upgrade of the Cosmos SDK to v0.50.x.
.changelog/v2.0.0/features/1-app-wiring.md New file documenting support for app wiring for compatibility with Noble's core codebase.
.changelog/v2.0.0/features/1-state-collections.md New file introducing the use of the collections package for managing module state.
.changelog/v2.0.0/improvements/19-repo-structure.md New file documenting the reorganization of the repository to align with Noble's standards.
.changelog/v2.0.0/improvements/3-module-path.md Updated module path for version 2 release line.
.changelog/v2.0.0/summary.md New entry documenting the second release of the x/forwarding module.
CHANGELOG.md Updated to reflect the release of version v2.0.0 of the x/forwarding module, summarizing key changes.

Possibly related PRs

  • feat: allow signerless account registration #18: The changes in this PR focus on allowing accounts to be registered without a signer, which directly relates to the removal of the changelog entry documenting the upgrade of the Cosmos SDK and the associated features, including signerless registration.
  • chore: changelog #20: This PR includes the upgrade of the Cosmos SDK from version v0.45.x to v0.50.x, which is also mentioned in the main PR as part of the changelog removal, indicating a direct connection to the dependency upgrade noted in the main PR.

Suggested reviewers

  • g-luca

Poem

🐇 In the garden of code, we hop and play,
With SDK upgrades brightening the way.
App wiring's support, oh what a delight,
Noble's standards shine ever so bright!
A new path we forge, with structure so neat,
In the world of changes, we dance on our feet! 🌼


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 631fea3 and a4d7035.

📒 Files selected for processing (9)
  • .changelog/unreleased/dependencies/1-csdk-eden.md (0 hunks)
  • .changelog/unreleased/improvements/3-module-path.md (0 hunks)
  • .changelog/v2.0.0/dependencies/1-sdk-eden.md (1 hunks)
  • .changelog/v2.0.0/features/1-app-wiring.md (1 hunks)
  • .changelog/v2.0.0/features/1-state-collections.md (1 hunks)
  • .changelog/v2.0.0/improvements/19-repo-structure.md (1 hunks)
  • .changelog/v2.0.0/improvements/3-module-path.md (1 hunks)
  • .changelog/v2.0.0/summary.md (1 hunks)
  • CHANGELOG.md (1 hunks)
💤 Files with no reviewable changes (2)
  • .changelog/unreleased/dependencies/1-csdk-eden.md
  • .changelog/unreleased/improvements/3-module-path.md
✅ Files skipped from review due to trivial changes (5)
  • .changelog/v2.0.0/dependencies/1-sdk-eden.md
  • .changelog/v2.0.0/features/1-app-wiring.md
  • .changelog/v2.0.0/features/1-state-collections.md
  • .changelog/v2.0.0/improvements/19-repo-structure.md
  • .changelog/v2.0.0/improvements/3-module-path.md
🧰 Additional context used
🪛 Markdownlint
.changelog/v2.0.0/summary.md

1-1: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)

CHANGELOG.md

5-5: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)

🪛 LanguageTool
CHANGELOG.md

[style] ~24-~24: In American English, abbreviations like “etc.” require a period.
Context: ... module actions (registering, clearing, etc). ([#13](https://github.com/noble-asset...

(ETC_PERIOD)


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>, please review it.
    • 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @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 using 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.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration 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.

@johnletey johnletey merged commit 9d7657a into main Nov 10, 2024
11 checks passed
@johnletey johnletey deleted the prepare-v2 branch November 10, 2024 17:17
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