refactor(core): rename JSON-RPC transport APIs with the JsonRpcTransport prefix - #494
Conversation
…port` prefix - `Transport` is now `JsonRpcTransport` - `TransportHttp` is now `JsonRpcTransportHttp` - `TransportWebSocket` is now `JsonRpcTransportWebSocket` - `TransportFallback` is now `JsonRpcTransportFallback`
✅ Deploy Preview for appccc ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for apiccc ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for liveccc ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🦋 Changeset detectedLatest commit: 0599bc0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 21 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughSummary by CodeRabbit
WalkthroughThe JSON-RPC transport interface, implementations, factory, requestor, tests, and changeset now use ChangesJSON-RPC transport API renames
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This is a localized rename of unreleased JSON-RPC transport APIs, with no actionable merge-blocking risk remaining after normal checks and review. Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
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 |
✅ Deploy Preview for docsccc ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |

Transportis nowJsonRpcTransportTransportHttpis nowJsonRpcTransportHttpTransportWebSocketis nowJsonRpcTransportWebSocketTransportFallbackis nowJsonRpcTransportFallbackNot a major change because these APIs haven't been released yet. See #487