feat: add getter for sha256Hash for modules#2300
Conversation
WalkthroughAdds a new SHA-256 verifier router module and tests, extends RequestContext and OperationContext with force-hash and hash-access APIs, and updates PreHandler to consider the new force-SHA256 flag when deciding to compute operation SHA-256. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes
Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (2)📚 Learning: 2025-09-02T12:52:27.677ZApplied to files:
📚 Learning: 2025-09-02T12:52:27.677ZApplied to files:
🧬 Code graph analysis (1)router/core/graphql_prehandler.go (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (11)
🔇 Additional comments (3)
Comment |
Router-nonroot image scan passed✅ No security vulnerabilities found in image: |
|
@coderabbitai generate docstrings |
✅ Actions performedInitiated docstring generation; will generate only if new commits exist. |
|
Caution Docstrings generation - FAILED No docstrings were generated. |
This PR adds the following
Summary by CodeRabbit
New Features
Tests
Checklist