-
Notifications
You must be signed in to change notification settings - Fork 925
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(rpc): tooling for openrpc spec autogeneration #1283
Conversation
|
093294c
to
be815d1
Compare
e28a28a
to
164ed9a
Compare
8223fc7
to
a033607
Compare
a033607
to
71a3436
Compare
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.
LGTM. The only concern is bloating of makefile to build docgen binary, that might not have any usage
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.
LGTM, but I agree with @Wondertan , we should remove building docgen
in makefile
b481070
71a3436
to
b481070
Compare
Codecov Report
@@ Coverage Diff @@
## main #1283 +/- ##
==========================================
- Coverage 55.06% 54.86% -0.21%
==========================================
Files 178 178
Lines 10689 10689
==========================================
- Hits 5886 5864 -22
- Misses 4227 4248 +21
- Partials 576 577 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@distractedm1nd, small conflict |
856d352
b481070
to
856d352
Compare
Closes #1188
First prototype:
NOTE: finishing this will be its own PR
)Long term(not this PR, issues to be created):