In current implementation we have 2 layers of messages: * so-called v2 layer with types providing stable marshaling * grpc layer with auto-generated types After #389 generated messages provide stable marshaling, so we can purge v2 layer on type-level. We also need to adopt `rpc` functionality.
In current implementation we have 2 layers of messages:
After #389 generated messages provide stable marshaling, so we can purge v2 layer on type-level.
We also need to adopt
rpcfunctionality.