hedera-sdk-java
hedera-sdk-java copied to clipboard
Hedera™ Hashgraph SDK for Java
### Problem Issued copied from JS SDK: https://github.com/hashgraph/hedera-sdk-js/pull/2491 Once a signature has been added via addSignature, there is no convenience method to remove the signature. Removing signatures is helpful when...
### Problem Issue is copied from JS SDK, please review the conversation: https://github.com/hashgraph/hedera-sdk-js/issues/2481 The SDK currently does not support the use case of multiple signatures for multiple nodes when signing...
**Description**: The `Client`-Class gained some considerable size over time. I refactored the `Client`-Class a bit to make the `Client.fromConfig()`-construction logic more clear and to shrink the Client Class, by extracting...
## Contents - [CI/CD Repository Audit](#cicd-repository-audit) - [Contents](#contents) - [Administrative Audit Criteria](#administrative-audit-criteria) - [Check Actions State](#check-actions-state) - [Check if Actions should be disabled](#check-if-actions-should-be-disabled) - [Repository Settings Checks](#repository-settings-checks) - [App Integrations](#app-integrations)...
HIP https://hips.hedera.com/hip/hip-991 - [ ] Implement `TopicAllowanceApproveTransaction` - [ ] Implement `TokenTopicAllowance` and `HbarTopicAllowance` - [ ] Update `TopicCreateTransaction`, `TopicUpdateTransaction`, and `TopicInfo` to support new fields: 1. `feeSchedule/feeExempt/freeMessage` keys 2....
Reference PR in the Rust SDK: https://github.com/hashgraph/hedera-sdk-rust/pull/799