hashgraph / hedera-services

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

feat: HIP-904 Add crypto transfer fee calculations - FeeSchedules version #14028

Closed bilyana-gospodinova closed 15 hours ago

bilyana-gospodinova commented 1 week ago

Description: This pr is a clone of https://github.com/hashgraph/hedera-services/pull/13942. It avoids the addition of new methods in the FeeCalculator and relies on a future PR with updated fee schedules.

Fixes https://github.com/hashgraph/hedera-services/issues/13375

github-actions[bot] commented 1 week ago

Node: Unit Test Results

  1 540 files    1 540 suites   3h 26m 41s :stopwatch: 115 766 tests 115 707 :white_check_mark: 59 :zzz: 0 :x: 124 081 runs  124 022 :white_check_mark: 59 :zzz: 0 :x:

Results for commit 956c852b.

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

github-actions[bot] commented 1 week ago

Node: HAPI Test (Node Death Reconnect) Results

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

Results for commit 956c852b.

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

github-actions[bot] commented 1 week ago

Node: HAPI Test (Token) Results

 20 files   20 suites   6m 19s :stopwatch: 266 tests 266 :white_check_mark: 0 :zzz: 0 :x: 341 runs  341 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 956c852b.

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

github-actions[bot] commented 1 week ago

Node: HAPI Test (Restart) Results

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

Results for commit 956c852b.

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

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 50.00000% with 14 lines in your changes missing coverage. Please review.

Project coverage is 58.28%. Comparing base (9973fae) to head (8a3e04e). Report is 90 commits behind head on develop.

:exclamation: Current head 8a3e04e differs from pull request most recent head 956c852

Please upload reports for the commit 956c852 to get more accurate results.

Files Patch % Lines
.../impl/handlers/TokenAssociateToAccountHandler.java 0.00% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14028 +/- ## ============================================= - Coverage 67.58% 58.28% -9.31% + Complexity 36486 22081 -14405 ============================================= Files 3732 2883 -849 Lines 149767 109683 -40084 Branches 15571 11161 -4410 ============================================= - Hits 101223 63924 -37299 + Misses 44179 42225 -1954 + Partials 4365 3534 -831 ```

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

github-actions[bot] commented 1 week ago

Node: HAPI Test (Crypto) Results

 24 files   24 suites   12m 33s :stopwatch: 366 tests 366 :white_check_mark: 0 :zzz: 0 :x: 373 runs  373 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 956c852b.

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

github-actions[bot] commented 1 week ago

Node: HAPI Test (Misc) Results

 51 files   51 suites   22m 35s :stopwatch: 357 tests 357 :white_check_mark: 0 :zzz: 0 :x: 375 runs  375 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 956c852b.

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

github-actions[bot] commented 1 week ago

Node: HAPI Test (Time Consuming) Results

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

Results for commit 956c852b.

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

github-actions[bot] commented 1 week ago

Node: HAPI Test (Smart Contract) Results

 73 files   73 suites   22m 32s :stopwatch: 624 tests 623 :white_check_mark: 0 :zzz: 1 :x: 678 runs  677 :white_check_mark: 0 :zzz: 1 :x:

For more details on these failures, see this check.

Results for commit 956c852b.

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