You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to migrate the protobuf definitions from the hedera-protobufs repository to pull from the hedera-services repository. This change is aimed at simplifying the development process and centralizing all Protobuf-related files directly within the hedera-services repo, ensuring they stay in sync with service code.
Solution
Use git submodules to point to a specific commit from which we want to pull the hedera-services repo. Implement/update a command in the Taskfile.yaml to leave only the protobuf files and get rid of all the others.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
We need to migrate the protobuf definitions from the hedera-protobufs repository to pull from the hedera-services repository. This change is aimed at simplifying the development process and centralizing all Protobuf-related files directly within the hedera-services repo, ensuring they stay in sync with service code.
Solution
Use git submodules to point to a specific commit from which we want to pull the
hedera-services
repo. Implement/update a command in theTaskfile.yaml
to leave only the protobuf files and get rid of all the others.Alternatives
No response
The text was updated successfully, but these errors were encountered: