-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: added https support in endpoint config #556
feat: added https support in endpoint config #556
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Just some minor changes :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add an entry into the CHANGELOG.md
for this?
Something like "Support Https in endpoint configuration"
to the Enhancements section. Note that we sort these chronologically, so yours should come after the Added GetAccountProofs endpoint (#506).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a couple more minor fixups :)
And then lastly if you could ensure formatting and tests pass - you can check this locally by running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic, thank you very much!
Ref #403
Added https support in the endpoints struct.
By default, all default calls are to
http
type only as expected for localhost.