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

feat: HIP-551 atomic batch transactions #17333

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from

Fix merge problems

2cc60c3
Select commit
Loading
Failed to load commit list.
Draft

feat: HIP-551 atomic batch transactions #17333

Fix merge problems
2cc60c3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2025 in 0s

67.94% (-0.02%) compared to 84fb83b

View this Pull Request on Codecov

67.94% (-0.02%) compared to 84fb83b

Details

Codecov Report

Attention: Patch coverage is 41.93548% with 18 lines in your changes missing coverage. Please review.

Project coverage is 67.94%. Comparing base (84fb83b) to head (2cc60c3).
Report is 29 commits behind head on main.

Files with missing lines Patch % Lines
...service/util/impl/handlers/AtomicBatchHandler.java 16.66% 10 Missing ⚠️
.../src/main/java/com/hedera/hapi/util/HapiUtils.java 30.00% 7 Missing ⚠️
...pp/workflows/dispatcher/TransactionDispatcher.java 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main   #17333      +/-   ##
============================================
- Coverage     67.95%   67.94%   -0.02%     
- Complexity    22344    22347       +3     
============================================
  Files          2606     2608       +2     
  Lines         96901    96919      +18     
  Branches      10098    10099       +1     
============================================
+ Hits          65845    65847       +2     
- Misses        27295    27309      +14     
- Partials       3761     3763       +2     
Files with missing lines Coverage Δ
...edera/node/app/config/ServicesConfigExtension.java 100.00% <ø> (ø)
.../app/workflows/dispatcher/TransactionHandlers.java 100.00% <ø> (ø)
...ode/app/workflows/handle/HandleWorkflowModule.java 100.00% <100.00%> (ø)
...m/hedera/node/config/data/ApiPermissionConfig.java 100.00% <100.00%> (ø)
...com/hedera/node/config/data/AtomicBatchConfig.java 100.00% <100.00%> (ø)
...e/app/service/util/impl/handlers/UtilHandlers.java 100.00% <100.00%> (ø)
...a/node/app/service/util/UtilServiceDefinition.java 100.00% <100.00%> (ø)
...pp/workflows/dispatcher/TransactionDispatcher.java 55.20% <0.00%> (-0.59%) ⬇️
.../src/main/java/com/hedera/hapi/util/HapiUtils.java 61.36% <30.00%> (-0.36%) ⬇️
...service/util/impl/handlers/AtomicBatchHandler.java 16.66% <16.66%> (ø)

... and 11 files with indirect coverage changes

Impacted file tree graph