Skip to content
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

Add support for generating gRPC service code for Runtime pseudo nodes #1113

Closed
conradgrobler opened this issue Jun 8, 2020 · 3 comments
Closed

Comments

@conradgrobler
Copy link
Collaborator

conradgrobler commented Jun 8, 2020

The OakServiceGenerator generates code for use by WASM modules, but the generated code requires a reference to the SDK to compile. We should implement a version that generates gRPC service code that can be used by pseudo nodes in the runtime.

@daviddrysdale daviddrysdale changed the title Add support for generating gRPC serivce code for Runtime pseudo nodes Add support for generating gRPC service code for Runtime pseudo nodes Jun 8, 2020
@daviddrysdale
Copy link
Contributor

@conradgrobler is this now fixed?

@conradgrobler
Copy link
Collaborator Author

I don't think it is fixed. The main event loop and the matching on method_name is still manually done in the Roughtime pseudo node. If there is support for generating the code automatically I am not aware of it.

@daviddrysdale
Copy link
Contributor

Ah OK, I misunderstood – I thought this just covered the generated service code doing use oak;.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants