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

chore: Mirror block stream update from protobufs to services #17663

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

jsync-swirlds
Copy link
Member

  • 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.

Mirror of the PR in hedera-protobufs

@jsync-swirlds jsync-swirlds added the Block Node Issues related to the Block Node. label Jan 31, 2025
@jsync-swirlds jsync-swirlds added this to the v0.60 milestone Jan 31, 2025
@jsync-swirlds jsync-swirlds self-assigned this Jan 31, 2025
@jsync-swirlds jsync-swirlds marked this pull request as ready for review January 31, 2025 21:52
@jsync-swirlds jsync-swirlds requested review from a team as code owners January 31, 2025 21:52
Copy link

codacy-production bot commented Jan 31, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.01% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (d1894b0) 98733 72016 72.94%
Head commit (041d04d) 98733 (+0) 72005 (-11) 72.93% (-0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#17663) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.98%. Comparing base (d1894b0) to head (041d04d).
Report is 10 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             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     

see 12 files with indirect coverage changes

Impacted file tree graph

@jsync-swirlds jsync-swirlds force-pushed the chore-mirror-block-stream-change branch 2 times, most recently from 4fd1e26 to 7fa56a4 Compare February 3, 2025 15:02
* 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>
@jsync-swirlds jsync-swirlds force-pushed the chore-mirror-block-stream-change branch from 7fa56a4 to 041d04d Compare February 3, 2025 18:33
Copy link
Contributor

@Nana-EC Nana-EC left a 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

Copy link
Member

@Neeharika-Sompalli Neeharika-Sompalli left a 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

@Neeharika-Sompalli Neeharika-Sompalli self-requested a review February 3, 2025 22:48
@Neeharika-Sompalli Neeharika-Sompalli self-requested a review February 3, 2025 22:50
Copy link
Member

@Neeharika-Sompalli Neeharika-Sompalli left a 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

@jsync-swirlds jsync-swirlds merged commit 76f81aa into main Feb 4, 2025
52 checks passed
@jsync-swirlds jsync-swirlds deleted the chore-mirror-block-stream-change branch February 4, 2025 15:30
MiroslavGatsanoga pushed a commit that referenced this pull request Feb 5, 2025
Signed-off-by: Joseph Sinclair <121976561+jsync-swirlds@users.noreply.github.com>
MiroslavGatsanoga pushed a commit that referenced this pull request Feb 5, 2025
Signed-off-by: Joseph S. 121976561+jsync-swirlds@users.noreply.github.com
MiroslavGatsanoga pushed a commit that referenced this pull request Feb 5, 2025
Signed-off-by: Joseph S. 121976561+jsync-swirlds@users.noreply.github.com
Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Block Node Issues related to the Block Node.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants