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

Hedera™ Hashgraph SDK for Java

Results 176 hedera-sdk-java issues
Sort by recently updated
recently updated
newest added

Bumps com.google.protobuf from 0.8.19 to 0.9.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf&package-manager=gradle&previous-version=0.8.19&new-version=0.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

### Problem There are various places through the SDK where exceptions that should be raised to the user of the SDK are being swallowed. https://github.com/hashgraph/hedera-sdk-java/blob/main/sdk/src/main/java/com/hedera/hashgraph/sdk/Client.java#L523 https://github.com/hashgraph/hedera-sdk-java/blob/main/sdk/src/main/java/com/hedera/hashgraph/sdk/Client.java#L550 ### Solution We should...

enhancement

### Description Mirror node acceptance tests sometimes run indefinitely in CI as documented in https://github.com/hashgraph/hedera-mirror-node/issues/4610. We pass a timeout value of `10s` and it is not respected in this scenario....

bug

**Description**: Alternate version of PR #1173 **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

### Description `BaseNetwork.increaseBackoff()` can be called concurrently from multiple threads. Updating `healthyNodes` is not safe. Consider `BaseNetwork.decreaseBackoff()` as well, though, it is not currently used. ### Steps to reproduce I'm...

bug

### Description Subscribing to a `TopicMessageQuery` and later cancelling it logs a misleading stacktrace by default. A cancellation signal is a normal operation that occurs all the time and should...

bug

### Problem The android example was set up to pull an older version of the hedera SDK from the maven repo. We sorta hacked it to get it working with...

enhancement
p2

### Problem HIP-573 introduces blanket exemptions for custom fee collectors. HIP: https://hips.hedera.com/hip/hip-573 ### Solution Add example demonstrating this feature. Example template - [ ] https://github.com/hashgraph/hedera-sdk-reference/pull/64 ### Alternatives _No response_

enhancement
p1

### Problem HIP-542 introduces the feature to auto create an account by transferring an NFT to a public key account alias. HIP: https://hips.hedera.com/hip/hip-542 ### Solution Create examples that demonstrate this...

enhancement
p1