-
Notifications
You must be signed in to change notification settings - Fork 116
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: update changelog for v27 #3488
Conversation
📝 WalkthroughWalkthroughThe changelog file has been updated to document recent changes. A new "Refactor" section has been added under the "Unreleased" category, consolidating details about the splitting of the Bitcoin observer and signer into smaller files with reusable functions. Additionally, a new version, v27.0.1, has been introduced with a fix that registers several modules in the cosmos interface registry to enable transaction result parsing. The previous refactor entry under v27.0.0 has been removed. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Tip 🌐 Web search-backed reviews and chat
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
changelog.md (1)
17-22
: Version v27.0.1 and Module Fix Entry Formatting
The new version entry "## v27.0.1" along with its "### Fixes" subsection is appropriately introduced to document the fix regarding registration of modules for the cosmos interface registry. However, consider adjusting the punctuation in the module list for consistency. For example, change:-* [3460](https://github.com/zeta-chain/node/pull/3460) - add `group`,`gov`,`params`,`consensus`,`feemarket` ,`crisis`,`vesting` modules to the cosmos interface registry to enable parsing of tx results. +* [3460](https://github.com/zeta-chain/node/pull/3460) - add `group`, `gov`, `params`, `consensus`, `feemarket`, `crisis`, `vesting` modules to the cosmos interface registry to enable parsing of tx results.
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
changelog.md
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (6)
- GitHub Check: lint
- GitHub Check: build-zetanode
- GitHub Check: build-and-test
- GitHub Check: gosec
- GitHub Check: build
- GitHub Check: Analyze (go)
🔇 Additional comments (1)
changelog.md (1)
9-12
: Refactor Section Addition and Entry Verification
The addition of the "### Refactor" header cleanly segregates refactoring updates under the Unreleased section. The entry for [3381] is descriptive and clearly communicates the splitting of the Bitcoin observer and signer along with improvements to outbound logic.
Description
Add v27.0.1
Move an entry in unrelease
Summary by CodeRabbit