fix: 4337/session tools resolve custom chains (base-sepolia) — unblocks the live loop#80
Conversation
…ase-sepolia) — required for the live testnet loop Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 54 minutes and 39 seconds. Learn how PR review limits work. Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughThis PR migrates three ERC-4337 tool files from standard chain resolution to custom-chain resolution helpers, enabling support for user-registered custom chains. Each file replaces ChangesCustom Chain Resolution Migration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
…L source) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The new session/4337/userOpHash tools used the built-in-only
resolveChain, so a registered testnet likebase-sepoliawouldn't resolve — which would block the v1.21 live verification loop. Switched toresolveChainWithCustom/rpcEndpointsWithCustom(the same helpers the EVM agent-wallet tools already use). 3 files, 428 tests, 8/8 layers.🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes