uw-labs / proximo

Interoperable GRPC based publish/subscribe
GNU Lesser General Public License v3.0
41 stars 16 forks source link

Fix tests #72

Closed SpeedyCoder closed 5 years ago

SpeedyCoder commented 5 years ago
mjgarton commented 5 years ago

"Move the generated proto files to publicly accessible package so that they can be used in substrate."

Why?

This creates a dependency from substrate on proximo just to save a line or two of protoc command.

"A little copying is better than a little dependency."