-
Notifications
You must be signed in to change notification settings - Fork 691
New issue
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
node: Add accepted formats and examples for rpc and ws parameter desc #3622
Conversation
dd63001
to
bc22a93
Compare
str.into() conversions are infallible. Using str.try_into().unwrap() would be unnecessary, triggering |
bc22a93
to
b7b3553
Compare
b7b3553
to
80622a7
Compare
…ription Signed-off-by: bingyuyap <bingyu.yap.21@gmail.com>
80622a7
to
616d209
Compare
Signed-off-by: bingyuyap <bingyu.yap.21@gmail.com>
be2d73d
to
2ba4570
Compare
Signed-off-by: bingyuyap <bingyu.yap.21@gmail.com>
2ba4570
to
ec8e38b
Compare
Will there be a follow up to this PR? Because I think we should have some verification to enforce that the parameter is the right format (with ws/wss vs. http/https, etc). |
Yes the follow up PR will be addressing this issue to make it fail-fast. |
@bruce-riley This is the follow up PR to add verification |
PR for #3612