Added
- Updated
Statuswith new response codes - Support for
Hbar.[from|to]String()to be reversible Client.setAutoValidateChecksums()set whether checksums on ids will be automatically validated upon attempting to execute a transaction or query. Disabled by default. Check status withClient.isAutoValidateChecksumsEnabled()*Id.toString()no longer stringifies with checksums. Use*Id.getChecksum()to get the checksum that was parsed, or use*Id.toStringWithChecksum(client)to stringify with the correct checksum for that ID on the client's network.*Id.validateChecksum()to validate a checksum. Throws newBadEntityIdException
Fixed
- Free queries should not longer attempt to sign payment transactions
- All enitty IDs within response should no longer contain a checskum.
Use*Id.toStringWithChecksum(Client)to stringify with a checksum ReceiptStatusErrorshould contain a properly filled outTransactionReceipt