Skip to content

Conversation

tinker-michaelj
Copy link
Contributor

Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
@tinker-michaelj tinker-michaelj requested review from a team as code owners October 21, 2025 23:50
@tinker-michaelj tinker-michaelj added this to the v0.68 milestone Oct 21, 2025
@tinker-michaelj tinker-michaelj self-assigned this Oct 21, 2025
@lfdt-bot
Copy link

lfdt-bot commented Oct 21, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

mhess-swl
mhess-swl previously approved these changes Oct 22, 2025
@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

❌ Patch coverage is 96.96970% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../com/hedera/node/app/spi/fees/NoopFeeCharging.java 83.33% 1 Missing ⚠️

Impacted file tree graph

@@             Coverage Diff              @@
##               main   #21776      +/-   ##
============================================
+ Coverage     71.83%   71.87%   +0.03%     
- Complexity    24599    24636      +37     
============================================
  Files          2666     2669       +3     
  Lines        103930   104029      +99     
  Branches      10872    10889      +17     
============================================
+ Hits          74662    74774     +112     
+ Misses        25229    25212      -17     
- Partials       4039     4043       +4     
Files with missing lines Coverage Δ Complexity Δ
...java/com/hedera/node/app/spi/fees/FeeCharging.java 100.00% <100.00%> (ø) 1.00 <1.00> (+1.00)
...hedera/node/app/spi/workflows/DispatchOptions.java 98.18% <ø> (ø) 17.00 <0.00> (ø)
.../java/com/hedera/node/app/fees/AppFeeCharging.java 100.00% <ø> (ø) 14.00 <0.00> (ø)
...de/app/workflows/handle/DispatchHandleContext.java 97.88% <100.00%> (+1.06%) 58.00 <7.00> (+11.00)
...orkflows/handle/dispatch/ChildDispatchFactory.java 86.95% <100.00%> (+0.19%) 19.00 <0.00> (+1.00)
...pp/workflows/handle/dispatch/ValidationResult.java 92.59% <100.00%> (+0.28%) 20.00 <1.00> (ø)
...e/app/workflows/handle/steps/ParentTxnFactory.java 92.64% <100.00%> (+0.05%) 16.00 <0.00> (ø)
...ows/standalone/impl/StandaloneDispatchFactory.java 95.52% <100.00%> (+0.06%) 5.00 <0.00> (ø)
.../impl/exec/scope/HandleHederaNativeOperations.java 92.98% <100.00%> (ø) 18.00 <0.00> (ø)
...mpl/exec/scope/HandleSystemContractOperations.java 97.87% <ø> (ø) 9.00 <0.00> (ø)
... and 1 more

... and 56 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 80.95%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (0c396f6) 103835 78656 75.75%
Head commit (6092109) 103852 (+17) 78671 (+15) 75.75% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#21776) 21 17 80.95%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@akdev akdev requested a review from joshmarinacci October 22, 2025 06:46
Copy link
Contributor

@joshmarinacci joshmarinacci left a comment

Choose a reason for hiding this comment

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

lgtm!

Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate HandleContext.tryToCharge() from FeeAccumulator to FeeCharging

4 participants