-
Notifications
You must be signed in to change notification settings - Fork 146
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: Mirror block stream update from protobufs to services #17663
Conversation
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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17663 +/- ##
============================================
- Coverage 69.00% 68.98% -0.02%
+ Complexity 22918 22915 -3
============================================
Files 2639 2639
Lines 98950 98950
Branches 10261 10261
============================================
- Hits 68278 68265 -13
- Misses 26783 26794 +11
- Partials 3889 3891 +2 |
4fd1e26
to
7fa56a4
Compare
* Adjust Block Stream to ensure a newly created account is identifiable * Added a created account ID to the CreateAccountOutput. * Added CreateAccountOutput to the TransactionOutput oneOf. Signed-off-by: Joseph Sinclair <121976561+jsync-swirlds@users.noreply.github.com>
7fa56a4
to
041d04d
Compare
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.
Clarification on case when evm address is set
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 other than a documentation comment. Thanks @jsync-swirlds
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! Thanks @jsync-swirlds
Signed-off-by: Joseph Sinclair <121976561+jsync-swirlds@users.noreply.github.com>
Signed-off-by: Joseph S. 121976561+jsync-swirlds@users.noreply.github.com
Signed-off-by: Joseph S. 121976561+jsync-swirlds@users.noreply.github.com Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
Mirror of the PR in hedera-protobufs