hashgraph / hedera-sdk-js

Hedera™ Hashgraph SDK for JavaScript/TypeScript
https://docs.hedera.com/guides/docs/sdks
Apache License 2.0
276 stars 144 forks source link

`TCK-JS`: Implement JSON-RPC methods for `TokenFeeScheduleUpdateTransaction` #2638

Open ivaylogarnev-limechain opened 2 weeks ago

ivaylogarnev-limechain commented 2 weeks ago

Problem

We should implement JSON-RPC methods (endpoints) for TokenFeeScheduleUpdateTransaction for the JS TCK server

Solution

Add the following methods in the TCK server:

sonarcloud[bot] commented 2 weeks ago

Quality Gate Failed Quality Gate failed

Failed conditions
47.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.79%. Comparing base (0444d08) to head (2ee57f8). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2638 +/- ## ======================================= Coverage 84.78% 84.79% ======================================= Files 284 284 Lines 71253 71253 ======================================= + Hits 60414 60416 +2 + Misses 10839 10837 -2 ```

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