-
Notifications
You must be signed in to change notification settings - Fork 299
feat(express): migrate verifycoinaddress to typed routes #6940
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(express): migrate verifycoinaddress to typed routes #6940
Conversation
cb61e72 to
579bb0d
Compare
579bb0d to
7b55f11
Compare
zahin-mohammad
left a comment
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.
For the JSdocs, use spec/services/platform.yaml in WP as a reference point, this where are our existing api-docs for express are. They might be outdated for some newer fields, but for the existing ones, lets use the same docs so that the change from the manual spec to the auto generated ones can be seamless
TICKET: WP-5436 Co-authored-by: Zahin Mohammad <zahinmohammad@bitgo.com>
0491a83
Typed router for verifycoinaddress.
Added UT: "express.verifycoinaddress" in test/unit/typedRoutes/decode.ts
Ticket: https://bitgoinc.atlassian.net/browse/WP-5436