hedera-sdk-java
hedera-sdk-java copied to clipboard
Hedera™ Hashgraph SDK for Java
No Hedera SDK logs are visible in an Android app.
### Problem The tests are only executed if the configuration is provided as an environment variable (see the onlyIf block in [sdk/build.gradle](https://github.com/hashgraph/hedera-sdk-java/blob/bf54aa5386e389e7b77cc0701a3e8d3b3b603f8e/sdk/build.gradle#L131)). That's why we need to pass the configuration...
### Problem A community member has submitted a couple of issues (see #1571 and #1606) with a `java.lang.NoSuchMethodError` error. The reason for this error was the usage of unsupported Java...
### Description I have some code in charge of creating some well-defined contracts with hedera-sdk-java. It's available here: https://github.com/ericleponner/hedera-contract-album Since a while (since `testnet` july upgrade?), this code no longer...
### Description Attempting to close a `Client` in the middle of a mirror node gRPC API streaming query will block for `closeTimeout` then throw a timeout exception. Since you can't...
### Problem Seems that `SystemDeleteTransaction` is missing some integration tests. Found during [PR #477](https://github.com/hashgraph/hedera-sdk-cpp/pull/477). ### Solution To add new integration test suite named `SystemDeleteTransactionIntegrationTest`: - `deleteFile` - `deleteContract` For reference...
### Description The setter methods `setFileId` and `setContractId` of `SystemDeleteTransaction.java` are not working as expected: `setFileId` should reset `contractId` and `setContractId` should reset `fileId` (different behavior between Java and C++...
### Description We export Hedera wallet as a Keystore using the Java SDK which produces a keystore with `version: 2`. That Keystore cannot be used anywhere as most of the...
### Problem [The json-snapshot library](https://github.com/json-snapshot/json-snapshot.github.io) is no longer maintained. We should find a replacement. ### Solution - Replace the json-snapshot library (I think some/all snapshot files would have to be...
### Problem The SDK references repo is out of date with the current implementation of the SDKs. ### Solution Update the [SDK references](https://github.com/hashgraph/hedera-sdk-reference/tree/main/reference) repo. ### Alternatives _No response_