-
Notifications
You must be signed in to change notification settings - Fork 285
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 protobuf codegen #1556
Labels
Core_API
Changes related to the Core API Package
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
P1
Priority 1: Highest
Weaver
Tasks related to the future of Cactus & Weaver together.
Comments
petermetz
added
Core_API
Changes related to the Core API Package
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
P1
Priority 1: Highest
Weaver
Tasks related to the future of Cactus & Weaver together.
labels
Nov 23, 2021
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jan 11, 2022
Rust code now gets generated from the Weaver protocol buffer definitions Next step is to have the automated publishing set up. Fixes hyperledger-cacti#1556 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jan 12, 2022
Rust code now gets generated from the Weaver protocol buffer definitions Next step is to have the automated publishing set up. To test the rust build, you need to run either one of the following: `yarn lerna run proto:protoc-gen-rust` (from the project root) or a regular cargo build from the core-api package directory, e.g.: ```sh cd packages/cactus-core-api/ cargo build ``` Fixes hyperledger-cacti#1556 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jan 18, 2022
Rust code now gets generated from the Weaver protocol buffer definitions Next step is to have the automated publishing set up. To test the rust build, you need to run either one of the following: `yarn lerna run proto:protoc-gen-rust` (from the project root) or a regular cargo build from the core-api package directory, e.g.: ```sh cd packages/cactus-core-api/ cargo build ``` Fixes hyperledger-cacti#1556 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jan 18, 2022
Rust code now gets generated from the Weaver protocol buffer definitions Next step is to have the automated publishing set up. To test the rust build, you need to run either one of the following: `yarn lerna run proto:protoc-gen-rust` (from the project root) or a regular cargo build from the core-api package directory, e.g.: ```sh cd packages/cactus-core-api/ cargo build ``` Fixes hyperledger-cacti#1556 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jan 18, 2022
Depends on hyperledger-cacti#1556 - feat(core-api): add weaver protobuf codegen Fixes hyperledger-cacti#833 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jan 18, 2022
Depends on hyperledger-cacti#1556 - feat(core-api): add weaver protobuf codegen Fixes hyperledger-cacti#833 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
that referenced
this issue
Jan 21, 2022
Rust code now gets generated from the Weaver protocol buffer definitions Next step is to have the automated publishing set up. To test the rust build, you need to run either one of the following: `yarn lerna run proto:protoc-gen-rust` (from the project root) or a regular cargo build from the core-api package directory, e.g.: ```sh cd packages/cactus-core-api/ cargo build ``` Fixes #1556 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Core_API
Changes related to the Core API Package
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
P1
Priority 1: Highest
Weaver
Tasks related to the future of Cactus & Weaver together.
#1523 (comment)
The text was updated successfully, but these errors were encountered: