hedera-sdk-js
hedera-sdk-js copied to clipboard
Hedera™ Hashgraph SDK for JavaScript/TypeScript
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @grpc/grpc-js from 1.8.2 to 1.9.13. :information_source: Keep your dependencies up-to-date....
### Problem TBD ### Solution TBD ### Alternatives _No response_
### Problem HIP-540 introduces new Hedera protobuf changes to TokenUpdateTransaction where the user will be able to remove keys that were initially set on the token. **HIP** - [x] https://hips.hedera.com/hip/hip-540...
### Problem TBD ### Solution TBD ### Alternatives _No response_
### Problem HIP-631 introduces a feature that adds virtual address support for accounts HIP: https://github.com/hashgraph/hedera-improvement-proposal/pull/631/files Protobuf PR: https://github.com/hashgraph/hedera-protobufs/pull/242 ### Solution Add support for: Note: Naming convention used is not finalized...
### Problem Return the auto renew account ID when requesting the account info query. Hedera Protobuf PR: - [x] https://github.com/hashgraph/hedera-protobufs/pull/236 ### Solution - [ ] Add `AccountInfo.autoRenewAccountId` to AccountInfo -...
### Problem Add field for setting auto-renew accounts for accounts. Hedera Protobuf PR: - [x] https://github.com/hashgraph/hedera-protobufs/pull/236 ### Solution - [ ] Add `setAutoRenewAccountId` to `AccountCreateTransaction` - [ ] Add tests...
### Problem Return the auto renew account ID when requesting the file info query. Hedera Protobuf PR: - [x] https://github.com/hashgraph/hedera-protobufs/pull/236 ### Solution - [ ] Add `FileInfo.autoRenewAccountId` to AccountInfo -...
### Problem Add field for updating auto-renew accounts for files. Hedera Protobuf PR: - [x] https://github.com/hashgraph/hedera-protobufs/pull/236 ### Solution - [ ] Add `setAutoRenewAccountId` to `FileUpdateTransaction` - [ ] Add tests...