hedera-sdk-java icon indicating copy to clipboard operation
hedera-sdk-java copied to clipboard

feat: `TCK-Java`- Implement JSON-RPC server to serve the `TCK`

Open 0xivanov opened this issue 1 year ago • 1 comments

Description:

In order to execute the integration tests from TCK tests against hedera-sdk-java we need to implement a server similar to hedera-sdk-js and hedera-sdk-go

This PR includes:

  1. Implementation of HTTP server, capable of reading json-rpc requests, using the com.thetransactioncompany:jsonrpc2-server:2.0 library and some custom logic.
  2. Implementation of setup and reset methods

Related issue(s):

Fixes #1733

Notes for reviewer:

Checklist

  • [x] Documented (Code comments, README, etc.)
  • [ ] Tested (unit, integration, etc.)

0xivanov avatar Mar 05 '24 09:03 0xivanov

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

sonarqubecloud[bot] avatar Mar 12 '24 13:03 sonarqubecloud[bot]