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