You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.The text was updated successfully, but these errors were encountered: