You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dead error check in client and add PartialEq to protocol response types (#51)
Remove duplicate JSON-RPC error check in `call_typed` that was already
handled by `call_raw`, and derive `PartialEq`/`Eq` on all response types
to make assertion-based testing easier for consumers.
Entire-Checkpoint: d2372e19bd45
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments