-
### Problem
HIP: https://hips.hedera.com/hip/hip-33
Hedera Protobufs: hashgraph/hedera-protobufs#128
### Solution
Add ledger ID field to info responses
### Alternatives
_No response_…
-
### Description
Created a Client with an undefined network (Client.forNetwork), when trying to execute a transaction, the SDK threw the following error which is misleading.
```
Error: transaction…
-
### Problem
Add the following test to the SDK test suite.
1. User sends CryptoTransfer to a specific Hedera Account and two things are initiated from that:
2. 9 nodes submit `ScheduleCreate` cont…
-
**Detailed Description**
When using Hedera -e2e flow postman DID - SUBMIT flow.
API **/did-submit** respond with 202 Accepted, however, **DID message do not get recorded to testnet topic**
for …
-
https://github.com/hashgraph/hedera-sdk-go/blob/4a62ef7de770b996b998353d43e3d5e32b7e9720/transfer_transaction.go#L149
```
panic: assignment to entry in nil map [recovered]
panic: assignment to e…
-
### Description
When converting a transaction receipt to bytes and back token id is missing.
I am using v2.7.1 but have tried in 2.9.1 and the issue remains.
### Steps to reproduce
1) Do a token…
-
### Description
Tested the example in the SDK for creating an account via an alias because the code I wrote that was a copy for what I wrote in Java was failing. Using v2.7.0-beta.1
```
/Users/si…
-
### Description
User signs a transaction with the required signatures -> collation process is successful -> transaction fails with invalid signatures.
`2021-12-17 13:06:05.673 [main] ERROR com.…
-
### Problem
Add the following test to the SDK test suite.
1. User sends CryptoTransfer to a specific Hedera Account and two things are initiated from that:
2. 9 nodes submit `ScheduleCreate` cont…
-
### Problem
Should be able to set individual request timeout and grpc request timeouts.
### Solution
- Implement `Exectuable.setGrpcDeadlline(Duration)`
- Implement `Client.setRequestTimeo…