Export all of the channel creators from @solana/rpc-subscriptions#904
Conversation
🦋 Changeset detectedLatest commit: 46ce855 The changes in this PR will be included in the next version bump. This PR includes changesets to release 41 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 |
|
Is this sensible? |
BundleMonFiles updated (1)
Unchanged files (129)
Total files change +59B +0.02% Final result: ✅ View report in BundleMon website ➡️ |
|
Documentation Preview: https://kit-docs-1sbhf1h5l-anza-tech.vercel.app |
lorisleiva
left a comment
There was a problem hiding this comment.
I think that's a good move. Otherwise we're forcing consumers to re-invent the wheel when all they need to do is tweak the default channel.
mcintyre94
left a comment
There was a problem hiding this comment.
Agree with this - it matches how we always intended Kit to be able to be used
|
🔎💬 Inkeep AI search and chat service is syncing content for source 'Solana Kit Docs' |
|
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |

Problem
In trezor/trezor-suite#19354 I suggested that the maintainers fork the default channel creator so that they can omit the autopinger. It appears as though that isn't even possible, because we don't export everything from
@solana/rpc-subscriptions.Essentially all of this stuff:
kit/packages/rpc-subscriptions/src/rpc-subscriptions-channel.ts
Lines 5 to 9 in 46ce855
Summary of Changes
Exported all of the raw material that one would need to fork
createDefaultSolanaRpcSubscriptionsChannelCreator().