hashgraph / hedera-sdk-swift

Hedera™ SDK for Swift
Apache License 2.0
27 stars 11 forks source link

feat: Implement JSON-RPC endpoint for `AccountCreateTransaction` #365

Closed rwalworth closed 3 months ago

rwalworth commented 3 months ago

Description: This PR adds the JSON-RPC createAccount to service AccountCreateTransaction TCK tests. It also adds some functions for common functionality such as getting optional/required parameters from the JSON-RPC request.

A couple tweaks were made to the SDK itself to allow signed integers to truncate unsigned integers and vice versa, which is required for some TCK tests.

Related issue(s):

Fixes #364

Checklist

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud