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

Merged
merged 12 commits into from
Dec 2, 2024

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

Attention: Patch coverage is 57.14286% with 12 lines in your changes missing coverage. Please review.

Project coverage is 78.53%. Comparing base (cba5d67) to head (fc79788).

Files with missing lines Patch % Lines
src/RequestType.js 57.14% 12 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (cba5d67) and HEAD (fc79788). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (cba5d67) HEAD (fc79788)
3 2
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2611      +/-   ##
==========================================
- Coverage   85.41%   78.53%   -6.89%     
==========================================
  Files         285      285              
  Lines       71500    71528      +28     
==========================================
- Hits        61069    56171    -4898     
- Misses      10431    15357    +4926     

☔ 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]>
jeromy-cannon
jeromy-cannon previously approved these changes Nov 18, 2024
rbarkerSL
rbarkerSL previously approved these changes Nov 19, 2024
Copy link
Contributor

@rbarkerSL rbarkerSL left a comment

Choose a reason for hiding this comment

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

approval applies to packages/proto/.gitignore

Copy link

sonarcloud bot commented Dec 2, 2024

@ivaylogarnev-limechain ivaylogarnev-limechain merged commit 7865bc3 into main Dec 2, 2024
8 checks passed
@ivaylogarnev-limechain ivaylogarnev-limechain deleted the feat/migrate-protobufs-services branch December 2, 2024 15:53
This was referenced Dec 2, 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
6 participants