-
Notifications
You must be signed in to change notification settings - Fork 524
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
Add more unit test for DynamicNFT #2892
Conversation
WalkthroughThis pull request updates release notes for the Changes
Possibly related PRs
Suggested reviewers
Poem
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.
LGTM
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.
Minor wording change to match convention we use for all amendments (just reference the amendment, leave details out of history doc). Otherwise LGTM!
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 (3)
packages/xrpl/HISTORY.md (3)
7-9
: Utility Function Addition –convertTxFlagsToNumber
A new utility function is added on lines 7–9 that simplifies transaction flag conversion. This addition is clear and helps modernize the API. Please ensure that corresponding documentation (and unit tests in other files) adequately cover its behavior and edge cases.
10-11
: Deprecation Notice forsetTransactionFlagsToNumber
The changelog now marks
setTransactionFlagsToNumber
as deprecated on lines 10–11, advising users to switch toconvertTxFlagsToNumber
. This is well documented here; however, please verify that all related documentation and any in-code references in the codebase are updated accordingly.
15-21
: DynamicNFT Amendment Support AdditionIn the 4.1.0 release notes (lines 15–21), a new entry on line 20 indicates support for the DynamicNFT amendment (XLS-46). This update is in line with the broader effort to enhance NFT-related functionality. It would be helpful to include a reference or link to further documentation or the related PR (if available) so that users can quickly understand the implications of this amendment.
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
packages/ripple-binary-codec/HISTORY.md
(1 hunks)packages/xrpl/HISTORY.md
(1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
- packages/ripple-binary-codec/HISTORY.md
⏰ Context from checks skipped due to timeout of 90000ms (12)
- GitHub Check: snippets (22.x)
- GitHub Check: unit (22.x)
- GitHub Check: snippets (20.x)
- GitHub Check: unit (20.x)
- GitHub Check: integration (22.x)
- GitHub Check: snippets (18.x)
- GitHub Check: unit (18.x)
- GitHub Check: integration (20.x)
- GitHub Check: browser (18.x)
- GitHub Check: integration (18.x)
- GitHub Check: build-and-lint (18.x)
- GitHub Check: Analyze (javascript)
High Level Overview of Change
This is related to the PR: #2726
Context of Change
Type of Change
Did you update HISTORY.md?
Test Plan