Skip to content

feat(WIP): Simple Fees

8cf9189
Select commit
Loading
Failed to load commit list.
Draft

feat(WIP): Simple Fees #1135

feat(WIP): Simple Fees
8cf9189
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 5, 2026 in 0s

4 new issues (0 max.) of at least severity.

Annotations

Check warning on line 73 in src/sdk/main/src/FeeEstimateQuery.cc

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/sdk/main/src/FeeEstimateQuery.cc#L73

Method Hiero::FeeEstimateQuery::callGetFeeEstimate has 54 lines of code (limit is 50)

Check warning on line 73 in src/sdk/main/src/FeeEstimateQuery.cc

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/sdk/main/src/FeeEstimateQuery.cc#L73

Method Hiero::FeeEstimateQuery::callGetFeeEstimate has a cyclomatic complexity of 9 (limit is 8)

Check warning on line 198 in src/sdk/main/src/FeeEstimateQuery.cc

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/sdk/main/src/FeeEstimateQuery.cc#L198

Method Hiero::FeeEstimateQuery::buildMirrorNodeUrl has a cyclomatic complexity of 9 (limit is 8)

Check warning on line 232 in src/sdk/main/src/FeeEstimateQuery.cc

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/sdk/main/src/FeeEstimateQuery.cc#L232

Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use replace() instead.