We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now the supported connection types of the client are hard coded:
substrate-connect/packages/connect/src/connector/smoldot-light.ts
Lines 41 to 42 in b3f5f3e
Whilst they could be good defaults, to avoid issues stated in the comments, it would be great if the users of the library can override them.
As a suggestion, all the connection type options that smoldot provides should be configurable:
forbidTcp: false, forbidWs: false, forbidNonLocalWs: false, forbidWss: false,
The options can be added to the existing configuration interface:
Lines 118 to 121 in b3f5f3e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now the supported connection types of the client are hard coded:
substrate-connect/packages/connect/src/connector/smoldot-light.ts
Lines 41 to 42 in b3f5f3e
Whilst they could be good defaults, to avoid issues stated in the comments, it would be great if the users of the library can
override them.
As a suggestion, all the connection type options that smoldot provides should be configurable:
The options can be added to the existing configuration interface:
substrate-connect/packages/connect/src/connector/smoldot-light.ts
Lines 118 to 121 in b3f5f3e
The text was updated successfully, but these errors were encountered: