hashgraph / hedera-services

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

feat: Implement `isAuthorizedRaw()` #14108

Closed lukelee-sl closed 1 day ago

lukelee-sl commented 2 days ago

Description: Implement the isAuthorizedRaw() function into the HederaAccountService system contract.

Related issue(s):

Fixes #13560

Checklist

github-actions[bot] commented 2 days ago

Node: HAPI Test (Restart) Results

3 tests   3 :white_check_mark:  4m 33s :stopwatch: 3 suites  0 :zzz: 3 files    0 :x:

Results for commit 0d98b308.

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

github-actions[bot] commented 2 days ago

Node: Unit Test Results

  1 542 files    1 542 suites   2h 28m 53s :stopwatch: 115 778 tests 115 719 :white_check_mark: 59 :zzz: 0 :x: 124 093 runs  124 034 :white_check_mark: 59 :zzz: 0 :x:

Results for commit 0d98b308.

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

github-actions[bot] commented 2 days ago

Node: HAPI Test (Token) Results

 22 files   22 suites   6m 21s :stopwatch: 273 tests 273 :white_check_mark: 0 :zzz: 0 :x: 351 runs  351 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 0d98b308.

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

github-actions[bot] commented 2 days ago

Node: HAPI Test (Node Death Reconnect) Results

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

Results for commit 0d98b308.

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

github-actions[bot] commented 2 days ago

Node: HAPI Test (Crypto) Results

 24 files   24 suites   12m 18s :stopwatch: 364 tests 364 :white_check_mark: 0 :zzz: 0 :x: 371 runs  371 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 4de75797.

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

github-actions[bot] commented 2 days ago

Node: HAPI Test (Misc) Results

 51 files   51 suites   20m 24s :stopwatch: 357 tests 357 :white_check_mark: 0 :zzz: 0 :x: 375 runs  375 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 4de75797.

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

github-actions[bot] commented 2 days ago

Node: HAPI Test (Smart Contract) Results

 74 files   74 suites   22m 42s :stopwatch: 635 tests 634 :white_check_mark: 0 :zzz: 1 :x: 689 runs  688 :white_check_mark: 0 :zzz: 1 :x:

For more details on these failures, see this check.

Results for commit 4de75797.

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

github-actions[bot] commented 2 days ago

Node: HAPI Test (Time Consuming) Results

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

Results for commit 4de75797.

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

david-bakin-sl commented 1 day ago

Closing, replaced by #14130 (due to problems rebasing/merging against develop).