-
Notifications
You must be signed in to change notification settings - Fork 283
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
feat(core-api): add weaver protocol buffer definitions #1523 #1544
Conversation
…cti#1523 Adding the .proto definitions from here as discussed earlier with @VRamakrishna To-do: I skipped the fabric driver proto due to an error on account of the Fabric peer definitions not being present (unresolved import error). Fixes hyperledger-cacti#1523 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
…edger-cacti#1523 Updated Weaver protos README and imported latest schema additions Fixes hyperledger-cacti#1523 Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
7ca45d0
to
2949140
Compare
@VRamakrishna Thank you for your help and cooperation! I'm excited about us working together! |
@petermetz |
@izuru0 There's no implementation to it yet so in that sense the answer is an implicit no. If we do manage to get any parts of the implementation in prior to 1.0 as well, then my suggestion will be to mark those as beta/dev preview features, meaning that it would be accessible at runtime, but in the documentation marked as not yet production ready and then we can maybe roll it out at a 1.1 release or whenever we feel ready. |
thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There's two commits in this PR on purpose, one is to hold the sign-off from Rama and the other one is the admin chores performed prior to that sign-off.
This is an important milestone for us (Weaver and Cactus maintainers) working together.
Commit 1
Updated Weaver protos README and imported latest schema additions
Fixes #1523
Signed-off-by: VRamakrishna vramakr2@in.ibm.com
Commit 2
feat(core-api): add weaver protocol buffer definitions #1523
Adding the .proto definitions from here as discussed earlier with @VRamakrishna
To-do: I skipped the fabric driver proto due to an error on account of the
Fabric peer definitions not being present (unresolved import error).
Fixes #1523
Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com