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.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.10.14 to 0.10.24. Release notes Sourced from com.uber.nullaway:nullaway's releases. NullAway 0.10.24 Add library model for Files.isDirectory (#913) JSpecify test case for generic methods (#918) Check dereference of...

dependencies
java

### Description Gradle build fails with an error below after updating protobufs (it started to happen after [this commit](https://github.com/hashgraph/hedera-protobufs/commit/0b4d91e59c3b340183c5a5dd523f868ef08848e4)). ``` > Task :sdk:generateProto FAILED FAILURE: Build failed with an exception....

bug

In order to execute the integration tests from `TCK` tests against `hedera-sdk-java` we need to implement a server similar to [hedera-sdk-js](https://github.com/hashgraph/hedera-sdk-js/blob/08ce8e6a38d9d6c9fa1f326c57d2982620269f94/tck/server.ts) and [hedera-sdk-go](https://github.com/hashgraph/hedera-sdk-go/blob/13e3311f8e6fd95670cc6fe6eccb178976ad32b4/tck/cmd/server.go)

### Problem HIP-646 introduces new Hedera protobuf changes where the a token metadata field is added to the `TokenCreateTransaction` and `TokenUpdateTransaction.` This metadata field will also be returned in the...

enhancement
good first issue
services
protobuf

### Problem HIP-657 introduces new Hedera protobuf APIs. **HIP** - [x] https://hips.hedera.com/hip/hip-657 **Hedera Protobuf** - [ ] (link Hedera protobuf PR when available) **Hedera Services Release** - 0.48 **Summary of...

enhancement
good first issue
Epic
services
protobuf

Bumps [io.grpc:grpc-core](https://github.com/grpc/grpc-java) from 1.57.2 to 1.62.2. Release notes Sourced from io.grpc:grpc-core's releases. v1.62.2 gRPC Java 1.62.2 Release Notes Note that this is the initial 1.62.x release API Changes services: Remove...

dependencies
java

Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from 1.57.2 to 1.62.2. Release notes Sourced from io.grpc:grpc-netty-shaded's releases. v1.62.2 gRPC Java 1.62.2 Release Notes Note that this is the initial 1.62.x release API Changes services: Remove...

dependencies
java

Bumps com.github.spotbugs from 5.1.3 to 6.0.8. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.spotbugs&package-manager=gradle&previous-version=5.1.3&new-version=6.0.8)](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
java

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.1.0. Release notes Sourced from codecov/codecov-action's releases. v4.1.0 What's Changed fix: set safe directory by @​thomasrockhu-codecov in codecov/codecov-action#1304 build(deps): bump github/codeql-action from 3.24.3 to 3.24.5...

dependencies
github_actions

We should implement JSON-RPC methods (endpoints) for `AccountDeleteTransaction` for the Go TCK server **Add the following methods:** Account: - deleteAccount