-
Notifications
You must be signed in to change notification settings - Fork 560
fix: update DelegateSet error to tecNO_DELEGATE_PERMISSION
#3001
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
Conversation
WalkthroughThis change updates the ripple-binary-codec definitions by adding new fields, ledger entry types, transaction result codes, and transaction types, mainly for vault and batch operations. Additionally, a test was updated to expect a new error code, reflecting the expanded set of transaction result codes. The Node.js versions in workflows and documentation were also updated. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm warn EBADENGINE Unsupported engine { ✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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)
README.md (1)
28-28: Add missing comma for clarity.Insert a comma before the conjunction in the second sentence:
- We also support v20. Other versions may work but are not frequently tested. + We also support v20. Other versions may work, but are not frequently tested.🧰 Tools
🪛 LanguageTool
[uncategorized] ~28-~28: Possible missing comma found.
Context: ...lso support v20. Other versions may work but are not frequently tested. ### Install...(AI_HYDRA_LEO_MISSING_COMMA)
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
.github/workflows/nodejs.yml(5 hunks)CONTRIBUTING.md(1 hunks)README.md(1 hunks)packages/xrpl/test/integration/fundWallet.test.ts(1 hunks)
✅ Files skipped from review due to trivial changes (3)
- CONTRIBUTING.md
- packages/xrpl/test/integration/fundWallet.test.ts
- .github/workflows/nodejs.yml
🧰 Additional context used
🪛 LanguageTool
README.md
[uncategorized] ~28-~28: Possible missing comma found.
Context: ...lso support v20. Other versions may work but are not frequently tested. ### Install...
(AI_HYDRA_LEO_MISSING_COMMA)
⏰ Context from checks skipped due to timeout of 90000ms (7)
- GitHub Check: Analyze (javascript)
- GitHub Check: integration (22.x)
- GitHub Check: integration (20.x)
- GitHub Check: browser (22.x)
- GitHub Check: build-and-lint (22.x)
- GitHub Check: unit (20.x)
- GitHub Check: unit (22.x)
🔇 Additional comments (1)
README.md (1)
22-22: Update Node.js version requirement looks good.Specifying Node.js v20+ aligns with the updated GitHub Actions matrix.
High Level Overview of Change
Update DelegateSet error to
tecNO_DELEGATE_PERMISSIONType of Change
Did you update HISTORY.md?
Test Plan
Updated integ test.