-
Couldn't load subscription status.
- Fork 197
Open
Labels
M-needs-triageMeta: this issue needs to be labelledMeta: this issue needs to be labelled
Description
Bug Description
The RPC URI listed in the radius_testnet configuration file lacks a scheme (http or https), thus causing issues when parsed. Specifically, C#'s Uri class fails to parse the provided URI due to the missing scheme:
| sequencer_rpc = "dev-secure.rpc.theradius.xyz" |
Steps to Reproduce
- Create a C# project or try it online: https://dotnetfiddle.net/
- Try to construct a
URIthroughnew Uri("dev-secure.rpc.theradius.xyz")
Expected behavior
The provided RPC URI should include the scheme to be used.
Environment Information:
- Dotnet version: 9.0.107
Metadata
Metadata
Assignees
Labels
M-needs-triageMeta: this issue needs to be labelledMeta: this issue needs to be labelled