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

Pre-handle improvements #5056

Merged
merged 10 commits into from Feb 27, 2023
Merged

Conversation

netopyr
Copy link
Contributor

@netopyr netopyr commented Feb 24, 2023

Updated the pre-handle workflow to focus on signature verification only. Did an initial attempt to integrate signature verification.

Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
# Conflicts:
#	hedera-node/hedera-app-spi/build.gradle.kts
#	hedera-node/hedera-app-spi/src/main/java/com/hedera/node/app/spi/meta/TransactionMetadata.java
#	hedera-node/hedera-app-spi/src/test/java/com/hedera/node/app/spi/test/meta/TransactionMetadataTest.java
#	hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/ingest/IngestWorkflowImpl.java
#	hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/prehandle/PreHandleWorkflowImpl.java
#	hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/ingest/IngestWorkflowImplTest.java
#	hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/prehandle/PreHandleWorkflowImplTest.java
#	hedera-node/hedera-schedule-service-impl/src/test/java/com/hedera/node/app/service/schedule/impl/test/handlers/ScheduleCreateHandlerTest.java
#	hedera-node/hedera-schedule-service-impl/src/test/java/com/hedera/node/app/service/schedule/impl/test/handlers/ScheduleDeleteHandlerTest.java
#	hedera-node/hedera-schedule-service-impl/src/test/java/com/hedera/node/app/service/schedule/impl/test/handlers/ScheduleSignHandlerTest.java
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
@netopyr netopyr requested a review from a team as a code owner February 24, 2023 17:47
@netopyr netopyr requested a review from isavov February 24, 2023 17:47
@netopyr netopyr self-assigned this Feb 24, 2023
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
@github-actions
Copy link

Unit Test Results

  1 246 files    1 246 suites   33m 38s ⏱️
96 828 tests 96 827 ✔️ 1 💤 0
98 454 runs  98 453 ✔️ 1 💤 0

Results for commit 1dede9a.

@github-actions
Copy link

github-actions bot commented Feb 24, 2023

Integration Test Results

10 tests   9 ✔️  2s ⏱️
  2 suites  0 💤
  2 files    1

Results for commit 1dede9a.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Feb 24, 2023

E2E Test Results

1 tests   0 ✔️  0s ⏱️
1 suites  0 💤
1 files    1

Results for commit 1dede9a.

♻️ This comment has been updated with latest results.

Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
@github-actions
Copy link

github-actions bot commented Feb 27, 2023

Node: Unit Test Results

  1 247 files    1 247 suites   33m 31s ⏱️
96 829 tests 96 828 ✔️ 1 💤 0
98 455 runs  98 454 ✔️ 1 💤 0

Results for commit c859359.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Feb 27, 2023

Node: Integration Test Results

106 tests   106 ✔️  10m 17s ⏱️
    2 suites      0 💤
    2 files        0

Results for commit c859359.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Feb 27, 2023

Node: E2E Test Results

    1 files      1 suites   17m 15s ⏱️
308 tests 308 ✔️ 0 💤 0
326 runs  326 ✔️ 0 💤 0

Results for commit c859359.

♻️ This comment has been updated with latest results.

Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
Copy link
Collaborator

@tinker-michaelj tinker-michaelj left a comment

Choose a reason for hiding this comment

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

LGTM

nathanklick
nathanklick previously approved these changes Feb 27, 2023
Copy link
Member

@nathanklick nathanklick left a comment

Choose a reason for hiding this comment

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

Approved with respect to the Gradle changes only.

Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
@sonarcloud
Copy link

sonarcloud bot commented Feb 27, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

83.7% 83.7% Coverage
0.0% 0.0% Duplication

Copy link
Collaborator

@tinker-michaelj tinker-michaelj left a comment

Choose a reason for hiding this comment

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

LGTM

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

@netopyr netopyr merged commit d0012e4 into develop Feb 27, 2023
@netopyr netopyr deleted the 04211-introduce-signature-verification branch February 27, 2023 19:29
@nickpoorman nickpoorman added this to the v0.37.0 milestone Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Modularization Issues or PRs related to modularization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants