hedera-sdk-rust
hedera-sdk-rust copied to clipboard
The Hedera™ Rust SDK
Signed-off-by: Ricky Saechao **Description**: **Related issue(s)**: - https://github.com/hashgraph/hedera-sdk-rust/issues/755 Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.7.0 to 2.7.1. Release notes Sourced from step-security/harden-runner's releases. v2.7.1 What's Changed Release v2.7.1 by @varunsh-coder, @h0x0er, @ashishkurmi in step-security/harden-runner#397 This release: Improves the capability to inspect...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @dependabot...
### 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...
Signed-off-by: Ricky Saechao **Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
### Problem Detailed: https://github.com/hashgraph/hedera-sdk-reference/issues/144 ### Solution Propose a design for returning token balances from the mirror node API. HIP: https://hips.hedera.com/hip/hip-873 Mirror Node: https://github.com/hashgraph/hedera-mirror-node/issues/7386 ### Alternatives _No response_
### Problem The Rust SDK needs to be set-up to run the TCK tests. https://github.com/hashgraph/hedera-sdk-tck ### Solution The SDK should be able to run the TCK tests. ### Alternatives _No...
### Problem HIP-745 is an application level HIP which introduces a way to create transactions without the notion of throwing errors if the transaction being created does not have all...
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...
Integration tests began failing after migrating to hedera-services `0.48`. This has affected all SDKs, and is currently being investigated.