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

feat: Pull protos from services #2611

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ivaylogarnev-limechain
Copy link
Contributor

Description:

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.
Related issue(s):

Fixes #
#2572

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.84%. Comparing base (e9bf5c3) to head (2d021df).
Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2611      +/-   ##
==========================================
+ Coverage   84.71%   84.84%   +0.13%     
==========================================
  Files         283      284       +1     
  Lines       71086    71309     +223     
==========================================
+ Hits        60218    60503     +285     
+ Misses      10868    10806      -62     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

packages/proto/.gitignore Outdated Show resolved Hide resolved
0xivanov
0xivanov previously approved these changes Oct 29, 2024
Copy link
Contributor

@0xivanov 0xivanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

agadzhalov
agadzhalov previously approved these changes Oct 29, 2024
Copy link
Contributor

@agadzhalov agadzhalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

jeromy-cannon
jeromy-cannon previously approved these changes Oct 29, 2024
rbarkerSL
rbarkerSL previously approved these changes Oct 30, 2024
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Copy link

sonarcloud bot commented Nov 14, 2024

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.

Migrate protobuf definitions to pull from hedera-services repo
5 participants