hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
295 stars 127 forks source link

chore: Extract key verification from HandleContext #13937

Closed netopyr closed 3 months ago

netopyr commented 3 months ago

Description:

This PR extracts key verification from HandleContext

Related issue(s):

Fixes #13934

Notes for reviewer:

Checklist

github-actions[bot] commented 3 months ago

Node: HAPI Test (Node Death Reconnect) Results

3 tests   3 :white_check_mark:  5m 48s :stopwatch: 3 suites  0 :zzz: 3 files    0 :x:

Results for commit 3ddfcc05.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 months ago

Node: HAPI Test (Restart) Results

3 tests   3 :white_check_mark:  6m 13s :stopwatch: 3 suites  0 :zzz: 3 files    0 :x:

Results for commit 3ddfcc05.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 months ago

Node: HAPI Test (Token) Results

 20 files   20 suites   5m 42s :stopwatch: 265 tests 265 :white_check_mark: 0 :zzz: 0 :x: 340 runs  340 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 3ddfcc05.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 months ago

Node: Unit Test Results

  1 557 files    1 557 suites   3h 16m 53s :stopwatch: 108 605 tests 108 546 :white_check_mark: 59 :zzz: 0 :x: 116 899 runs  116 840 :white_check_mark: 59 :zzz: 0 :x:

Results for commit 3ddfcc05.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 months ago

Node: HAPI Test (Crypto) Results

 24 files   24 suites   12m 44s :stopwatch: 362 tests 362 :white_check_mark: 0 :zzz: 0 :x: 369 runs  369 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 3ddfcc05.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 months ago

Node: HAPI Test (Misc) Results

 51 files   51 suites   21m 47s :stopwatch: 357 tests 357 :white_check_mark: 0 :zzz: 0 :x: 375 runs  375 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 3ddfcc05.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 months ago

Node: HAPI Test (Smart Contract) Results

 72 files   72 suites   23m 21s :stopwatch: 616 tests 616 :white_check_mark: 0 :zzz: 0 :x: 668 runs  668 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 3ddfcc05.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 3 months ago

Node: HAPI Test (Time Consuming) Results

19 tests   19 :white_check_mark:  22m 49s :stopwatch:  4 suites   0 :zzz:  4 files     0 :x:

Results for commit 3ddfcc05.

:recycle: This comment has been updated with latest results.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 58.29%. Comparing base (9973fae) to head (3ddfcc0). Report is 61 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #13937 +/- ## ============================================= - Coverage 67.58% 58.29% -9.30% + Complexity 36486 22092 -14394 ============================================= Files 3732 2886 -846 Lines 149767 109684 -40083 Branches 15571 11162 -4409 ============================================= - Hits 101223 63940 -37283 + Misses 44179 42211 -1968 + Partials 4365 3533 -832 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.