-
Notifications
You must be signed in to change notification settings - Fork 402
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
Controller refactoring #1033
Controller refactoring #1033
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## staging #1033 +/- ##
===========================================
- Coverage 77.65% 74.68% -2.98%
===========================================
Files 31 66 +35
Lines 1450 2354 +904
Branches 266 431 +165
===========================================
+ Hits 1126 1758 +632
- Misses 188 370 +182
- Partials 136 226 +90
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
* services as instantiated global variable * first new filesystem proposal * add /verify and / routes, not working together * add /verify/solc-json, need to complete
* fix create2 openapis
* restore express-fileupload * fix redirect not working for /
* Change serDes to format validation * Remove commented section
Add prod. staging. local servers to openAPI Add MIT license
c9c178e
to
fb9f36d
Compare
Rebased and force pushed to solve the |
src/server/controllers/verification/create2/stateless/create2.stateless.paths.yaml
Outdated
Show resolved
Hide resolved
src/server/controllers/verification/verify/stateless/verify.stateless.paths.yaml
Outdated
Show resolved
Hide resolved
Looks fine overall. Left some comments, please check them out. Two main things missing:
|
src/server/controllers/verification/verify/stateless/verify.stateless.paths.yaml
Outdated
Show resolved
Hide resolved
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.
Looks good! Thank you!
View in Huly HI-551