-
Notifications
You must be signed in to change notification settings - Fork 560
Add hashOracle utility hash function #3086
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
base: main
Are you sure you want to change the base?
Conversation
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
|
@pkcs8 Looks like the branch is out of date -- can you rebase with main? |
WalkthroughThis PR adds a new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Areas for attention:
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (5)
🧰 Additional context used🧬 Code graph analysis (2)packages/xrpl/src/utils/hashes/index.ts (2)
packages/xrpl/test/utils/hashes.test.ts (1)
🔇 Additional comments (7)
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. Comment |
High Level Overview of Change
Added
hashOracleutility hashing function for Oracle objects.Context of Change
hashOracleledgerSpaces.tshashOracleType of Change
Did you update HISTORY.md?
Test Plan
This chance closely follows
hashEscrowutility function and implements similar tests forhashOraclefunction implementation.