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

Add protobuf for Plan; update Plan execution #92

Merged
merged 1 commit into from
Feb 4, 2020

Conversation

vvmnnnkv
Copy link
Member

@vvmnnnkv vvmnnnkv commented Feb 4, 2020

Related to #83, this PR updates Plan class to match latest PySyft version, and adds support for deserializing Plan from protobuf.
Additionally, it updates Plan execution to work with new Plan & Placeholders.

With-grid example works with new protocol ID, added in grid.js PR: ...
Note that all Protocol/Plan data in this grid.js PR is serialized in protobuf, and with-grid example works from it.

I had to skip existing serde and some Plan/Operation/etc. tests because they test or depend on old serde, and I'm not sure we want to support it further.

@cereallarceny do you think we should keep old serde serialization?

@cereallarceny cereallarceny merged commit 5decbaa into master Feb 4, 2020
@cereallarceny cereallarceny deleted the vvm/protobuf-plan branch February 4, 2020 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants