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

docs: update changelog #383

Merged
merged 3 commits into from
Nov 17, 2023
Merged

docs: update changelog #383

merged 3 commits into from
Nov 17, 2023

Conversation

dreamer-zq
Copy link
Contributor

@dreamer-zq dreamer-zq commented Nov 17, 2023

Summary by CodeRabbit

  • New Features

    • Integrated support for cosmos-sdk x/nft API.
    • Updated to cosmos-sdk version 0.47.4.
  • Bug Fixes

    • Resolved dependabot alerts.
    • Fixed farm genesis validation issues.
  • Documentation

    • Updated CHANGELOG with the latest improvements and fixes.
  • Breaking Changes

    • Token module commands now support only the main unit coin.

Copy link

coderabbitai bot commented Nov 17, 2023

Walkthrough

The irismod module has been updated with several enhancements and fixes. Key updates include patching security vulnerabilities flagged by dependabot, integrating support for the cosmos-sdk's x/nft API, upgrading to cosmos-sdk version 0.47.4, and correcting issues with farm genesis validation. Additionally, there are breaking changes in the token module, which now only supports commands for the main unit coin.

Changes

File(s) Summary
modules/irismod/... Fixed dependabot alerts and updated cosmos-sdk to v0.47.4
modules/irismod/... Added support for cosmos-sdk x/nft API
modules/irismod/... Fixed farm genesis validation
modules/irismod/token/... Breaking changes: token module commands support only main unit coin

Poem

As autumn leaves fall, a rabbit hops along, 🍂
Patching code and fixing bugs, making the blockchain strong. 💪
With each commit and merge, our digital garden grows, 🌱
Under the watchful moon's soft, silver glows. 🌕✨


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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 a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • 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/coderabbit-overrides.v2.json

Copy link

@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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 2699028 and 497fe1b.
Files selected for processing (1)
  • CHANGELOG.md (1 hunks)
Additional comments: 1
CHANGELOG.md (1)
  • 38-68: The changelog is well-structured, following the principles outlined in the comments at the beginning of the file. The changes are categorized into "Improvements," "Bug Fixes," and "API Breaking Changes," which makes it easy to understand the nature of the updates. Each entry is linked to its corresponding GitHub pull request, providing a clear trail for further investigation if needed.
  • The "Improvements" section outlines enhancements such as support for the x/nft API, updates to the cosmos-sdk version, and various internal changes like linting proto files and removing duplicate events.
  • The "Bug Fixes" section addresses specific issues such as farm genesis validation and conflicts in the mt module's REST URL.
  • The "API Breaking Changes" section notes changes that will affect the API consumers, specifically mentioning the token module's command updates to support only the main unit coin.

This structure helps users and developers quickly identify the impact of the new release and adjust their usage or dependencies accordingly.

@taramakage taramakage merged commit 754fa59 into main Nov 17, 2023
10 checks passed
@taramakage taramakage deleted the dreamer/update-changelog branch November 17, 2023 08:51
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.

3 participants