-
Notifications
You must be signed in to change notification settings - Fork 136
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
chore: Correct locations of various TSS protos #15780
Conversation
Signed-off-by: Matt Hess <[email protected]>
Signed-off-by: Matt Hess <[email protected]>
Signed-off-by: Matt Hess <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #15780 +/- ##
==========================================
Coverage 58.16% 58.16%
- Complexity 21628 21630 +2
==========================================
Files 2788 2788
Lines 109566 109566
Branches 11198 11198
==========================================
+ Hits 63726 63731 +5
+ Misses 41979 41975 -4
+ Partials 3861 3860 -1
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
hapi/hedera-protobufs/platform/event/tss_message_transaction.proto
Outdated
Show resolved
Hide resolved
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.
The proto files in this PR need to be deduplicated with the proto files in this commit: b19b06f
The comments on the proto files in this PR are more up to date and need to remain in the deduplicated files.
the package for the proto in the deduplicated files needs to reflect their final location. Likely not platform events since the transactions belong to an application level service.
Signed-off-by: Matt Hess <[email protected]>
Signed-off-by: Matt Hess <[email protected]> # Conflicts: # hapi/hedera-protobufs/services/auxiliary/tss_message_transaction.proto # hapi/hedera-protobufs/services/auxiliary/tss_vote_transaction.proto # hapi/hedera-protobufs/services/transaction_body.proto # hapi/hedera-protobufs/services/tss_message.proto # hapi/hedera-protobufs/services/tss_message_transaction.proto # hapi/hedera-protobufs/services/tss_vote.proto # hapi/hedera-protobufs/services/tss_vote_transaction.proto
Signed-off-by: Matt Hess <[email protected]>
hapi/hedera-protobufs/platform/state/tss/tss_message_map_key.proto
Outdated
Show resolved
Hide resolved
hapi/hedera-protobufs/platform/state/tss/tss_message_map_key.proto
Outdated
Show resolved
Hide resolved
hapi/hedera-protobufs/platform/state/tss/tss_vote_map_key.proto
Outdated
Show resolved
Hide resolved
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.
We still appear to have some confusion regarding the style guidelines for specification. Please consider commenting on the associated PR with suggested clarification to help make the guidelines easier to follow.
hapi/hedera-protobufs/platform/state/tss/tss_message_map_key.proto
Outdated
Show resolved
Hide resolved
hapi/hedera-protobufs/platform/state/tss/tss_vote_map_key.proto
Outdated
Show resolved
Hide resolved
Signed-off-by: Matt Hess <[email protected]>
Co-authored-by: Joseph S. <[email protected]> Signed-off-by: Thomas Moran <[email protected]>
Signed-off-by: Thomas Moran <[email protected]>
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. tyvm! @mhess-swl
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.
Much improved. Just a couple indentation issues.
hapi/hedera-protobufs/services/state/tss/tss_vote_map_key.proto
Outdated
Show resolved
Hide resolved
hapi/hedera-protobufs/services/state/tss/tss_message_map_key.proto
Outdated
Show resolved
Hide resolved
Co-authored-by: Joseph S. <[email protected]> Signed-off-by: Thomas Moran <[email protected]>
0a90fe5
…roto Co-authored-by: Joseph S. <[email protected]> Signed-off-by: Thomas Moran <[email protected]>
Co-authored-by: Joseph S. <[email protected]> Signed-off-by: Thomas Moran <[email protected]>
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 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
Part of #14744