Rename litesvm plugin to litesvmConnection#186
Conversation
🦋 Changeset detectedLatest commit: 9a01713 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 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 |
trevor-cortex
left a comment
There was a problem hiding this comment.
Summary
Straightforward rename of the litesvm plugin function to litesvmConnection, freeing up the litesvm name for a future all-in-one plugin. This follows the same naming convention used by the RPC plugins (e.g. rpcConnection).
Review
The rename is applied consistently across all 18 files — source, tests, docblocks, READMEs, browser stubs, and the changeset. File renames (litesvm.ts → litesvm-connection.ts, litesvm.test.ts → litesvm-connection.test.ts) match the new function name. The re-exports, @see tags, and error messages are all updated.
Nothing to flag — clean mechanical rename. LGTM ✅
Merge activity
|
This PR renames the `litesvm` plugin to `litesvmConnection` to free up the `litesvm` name for a future all-in-one plugin, matching the pattern established by the RPC plugins. All source files, tests, docblocks, and READMEs are updated accordingly.
e422afd to
9a01713
Compare

This PR renames the
litesvmplugin tolitesvmConnectionto free up thelitesvmname for a future all-in-one plugin, matching the pattern established by the RPC plugins. All source files, tests, docblocks, and READMEs are updated accordingly.