Please add the labels corresponding to the type of changes your PR introduces:
[x] Feature
[ ] Bugfix
[ ] Refactor
[ ] Format
[ ] Documentation
[ ] Testing
[ ] Other:
Description
We're missing a way to connect to the (ordinary) ws, which we use for local testing as well as in CI. This exposes the API to connect to a non-tls node.
Related Issues
Testing Performed
Checklist
[x] I have performed a self-review of my own code.
[x] The tests pass successfully with cargo test.
[x] The code was formatted with cargo fmt.
[x] The code compiles with no new warnings with cargo build --release and cargo build --release --features runtime-benchmarks.
[x] The code has no new warnings when using cargo clippy.
[x] If this change affects documented features or needs new documentation, I have created a PR with a documentation update.
Pull Request type
Please add the labels corresponding to the type of changes your PR introduces:
Description
We're missing a way to connect to the (ordinary) ws, which we use for local testing as well as in CI. This exposes the API to connect to a non-tls node.
Related Issues
Testing Performed
Checklist
cargo test
.cargo fmt
.cargo build --release
andcargo build --release --features runtime-benchmarks
.cargo clippy
.