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

Move protos to separate repo? #41

Open
masomel opened this issue Sep 5, 2016 · 2 comments
Open

Move protos to separate repo? #41

masomel opened this issue Sep 5, 2016 · 2 comments

Comments

@masomel
Copy link
Member

masomel commented Sep 5, 2016

Maintaining the protobufs in a separate repo would make it easier to ensure that both CONIKS implementations use compatible protobuf messages. Any changes to the protobufs could then be easily propagated to both implementations. This repo would contain the compiled protobufs for each supported language, which can then be imported by each implementation.

@vqhuy
Copy link
Member

vqhuy commented Sep 6, 2016

Yeah, I think so, too. I also think that we can adopt protobufs into our storage backend hook. It would replace the Deserialize and Serialize problem we're facing.

@masomel
Copy link
Member Author

masomel commented Sep 6, 2016

That's an interesting point, this is definitely something we should consider.

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

2 participants