-
### Description
The transaction record for an AccountAllowanceAdjustmentTransaction() should return the corresponding adjustment that was made:
```
/**
* The current balances of any adjus…
-
[This hethers doc page](https://docs.hedera.com/hethers/application-programming-interface/signers#wallet) reads:
_Note: ECDSA privateKeys which do not start with 0x are also accepted._
Hethers…
-
### Description
Created an example for ContractCreateFlow() and got an error `receipt for transaction 0.0.2334@1646881464.186410829 raised status INVALID_SOLIDITY_ADDRESS` when requesting for the n…
-
### Description
Receipt errors sometimes report a 0.0.0 for the account id part of the transaction id, e.g.
```
status: false,
error: 'receipt for transaction 0.0.0@1647420308.170285866 conta…
-
### Description
Also found a potential issue with sdk version 2.9.0-beta.1:
```
const factoryContractId = ContractId.fromString("0.0.20892");
```
when I console.log the contract id, the 2 is …
-
### Description
Encountering some strange behaviour regarding the amount/payableAmount of a ContractExecute.
### Steps to reproduce
1. Follow the "[how to deploy smart contracts](https://hedera.com…
-
### Description
I installed hedera-js-sdk on my machine before few months. it was working fine. suddenly it is giving error in the "require" stmt, the error is "unexpected or invalid token". I tried …
-
# Open Grant Proposal: Tumulus
**Name of Project:** Tumulus: a 'digital burial mound' built with blockchain and Filecoin
**Proposal Category:** app-dev
**Proposer:** schlackl@washedupholdings…
-
### Problem
The current implementation of picking nodes requires sorting an array of nodes first which can be very slow and requires a lock for each request. Replacing it with a randomly picking a no…
-
### Description
For `v2.14.0-beta.1`(other later releases has compile problems reported in [Issue 488](https://github.com/hashgraph/hedera-sdk-go/issues/488)) `NewFileAppendTransaction()` failed
…