gsstoykov

Results 13 issues of gsstoykov

This PR introduces the SDK capability for querying `AccountInfo`, `ContractInfo`, `AccountBalance` and `TokenRelationships` from the Mirror Node. Currently not all Mirror Node queries will be used by the SDK but...

enhancement

### Problem Currently SDK CI is expecting `72.74%` code coverage and results in failure when we go below that point. This causes SDK PRs to constantly fail due to us...

enhancement

### Problem HIP-745 does not have a wide range of integration tests. https://hips.hedera.com/HIP/hip-745.html https://github.com/hashgraph/hedera-sdk-go/pull/862/files ### Solution Investigate implementation and add tests. ### Alternatives _No response_

enhancement

### Problem Currently all tests run in parallel instead of the `uint` Contract Call suite. We could setup the tests to run in such a way that parallel testing is...

enhancement
backlog

### Problem Rust SDK currently has updated proto definitions. ### Solution Update and run script adapted for the new changes. ### Alternatives _No response_

enhancement

**Description**: Introduces automatic AutoRenewAccountId assignment logic as described in https://github.com/hashgraph/hedera-improvement-proposal/pull/1021 **Related issue(s)**: Fixes https://github.com/hiero-ledger/hiero-sdk-rust/issues/901 **Notes for reviewer**: **Checklist** - [x] Documented (Code comments, README, etc.) - [x] Tested (unit, integration,...

### Problem Rust SDK is currently missing examples in the hedera-docs. ### Solution Document. ### Alternatives _No response_

### Problem This HIP introduces **hooks**, programmable Hiero extension points that let users customize the behavior of their entities. The initial implementation focuses on **EVM hooks** and **account allowance hooks**...

enhancement

### Problem - Implement the test plan that validates the functionality for updating the `account_id` field in `NodeUpdateTransactionBody` as part of the Dynamic Address Book (DAB) enhancement. The feature allows...

enhancement

**Description**: PoC. **Related issue(s)**: Fixes https://github.com/hiero-ledger/hiero-sdk-rust/issues/882 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)