hedera-sdk-java
hedera-sdk-java copied to clipboard
Hedera™ Hashgraph SDK for Java
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.10.14 to 0.11.0. Release notes Sourced from com.uber.nullaway:nullaway's releases. NullAway 0.11.0 IMPORTANT: Support for JDK 8 is dropped and NullAway now requires ErrorProne 2.14.0 or higher. Delete...
**Description**: This PR optimizes `ContractCreateFlow` -- the initcode file is created conditionally now (using `ContractCreateTransaction.bytecode` if it fits within a single transaction). Closes #1746
Hi, Our wallet uses the Hedera Java SDK (com.hedera.hashgraph:sdk:2.29.1). I'm reaching out because we encountered the following error on Hedera Java SDK when executing a transaction that is from the...
The two classes (identical in JS and other SDKs) look strange. The classes are wrappers around protobuf classes that created by hand but do not provide any additional information. Can...
Bumps [com.esaulpaugh:headlong](https://github.com/esaulpaugh/headlong) from 12.1.0 to 12.3.1. Release notes Sourced from com.esaulpaugh:headlong's releases. v12.3.1 (update) What's Changed disallow most UnitType creation outside TypeFactory by @esaulpaugh in esaulpaugh/headlong#67 improve json parsing performance...
### Description #1844 introduced a new API that allowed creating Clients with an external Executor. Multiple Clients can now share the same executor. However, when a Client is closed it...
**Description**: ⚠️ Before this can be integrated: - [x] Integrate #2016 - [x] Integrate #2031 - [ ] Publish _hedera-gradle-conventions_ plugins to Gradle Plugin Portal and use from there **Related...
### Problem - ### Solution - ### Alternatives _No response_
### Problem After updating `com.google.protobuf:protoc dependency` to v4.x.x. - sdk build starts to fail. ### Solution - Investigate why build starts to fail - Estimate changes needed for updating this...
### Problem Issued copied from JS SDK: https://github.com/hashgraph/hedera-sdk-js/issues/2500 When creating or updating a file using the FileCreate or FileUpdate, if the contents are too large for a single transaction, a...