koinos / koinos-proto

Official home of the Koinos Protobuf schema. Koinos data types are defined here and generated in a variety of supported languages.
MIT License
3 stars 7 forks source link

Update `grpc` branch of `koinos-proto` to generate distinct gRPC libraries in newly created repositories for both C++ and Golang #197

Closed sgerbino closed 1 year ago

mvandeberg commented 1 year ago

C++ grpc generated code uses relative includes (" instead of <) so the files MUST be in the same directory as the generated proto files. To keep all repos the same, we'll generate golang in the same way.