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.
Description: This PR adds the JSON-RPC
createAccount
to serviceAccountCreateTransaction
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