hedera-sdk-java
hedera-sdk-java copied to clipboard
Hedera™ Hashgraph SDK for Java
### Problem Class `TopicMessageSubmitTransaction.java` is missing some fields in comparison with the C++ version () - field `initialTransactionId` - field `totalNumOfChunks` - field `chunkNum` Also, all corresponding getter / setter...
### Problem The SDK does not have examples for this feature. ### Solution Add examples when the HIP is live on previewnet. Link to example definitions: https://github.com/hashgraph/hedera-sdk-reference/pull/65 ### Alternatives _No...
Signed-off-by: Nikola Genov **Description**: This PR adds java SDK support for virtual EVM addresses to a Hedera Account **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented...
### Description Once all decisions to do with this [reference](https://github.com/hashgraph/hedera-sdk-reference/issues/73) have been made, the code in this SDK will need to be changed to match. Linked Issues: - [x] #1277...
Signed-off-by: dikel **Description**: * Update protobufs * add autoRenewAccountId to Account[Create|Update|Info]Transaction and File[Create|Update|Info]Transaction **Related issue(s)**: Fixes #1218 Fixes #1219 Fixes #1220 Fixes #1221 Fixes #1222 Fixes #1223 **Checklist** - [x]...
### Problem There needs to be a way to test that with each release of the SDKs we are not degrading the performance of creating a large number of entities....
**Description**: This PR modifies the workflows in order to support best practices and standards on the repo. **Related issue(s)**: #1770 Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented...
This issue is a follow-up for the work done here: https://github.com/hashgraph/hedera-sdk-java/pull/1732 Each task should be converted to an issue and addressed separately. Tasks are aligned in a priority order. ```[tasklist]...
Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.21.1 to 2.27.0. Release notes Sourced from com.google.errorprone:error_prone_core's releases. Error Prone 2.27.0 New checks: ClassInitializationDeadlock detects class initializers that reference subtypes of the current class, which can...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.1.0 to 3.3.2. Release notes Sourced from gradle/gradle-build-action's releases. v3.3.2 [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will...