Victor Holotescu
Victor Holotescu
We have added a `setMaxNodesPerTransaction` together with a TODO in `HederaNetwork.ts` file at line 105-106. This was a fix for ticket https://github.com/hashgraph/hedera-sdk-js/pull/953 opened in `hedera-sdk-js` repo which was since then...
Our `LiveEntities` use the queries which are being deprecated. We need to replace them with calls to the Mirror Node. More information related to the HIP can be found here:...
Current `ApiSession` `execute` method is using a `getReceipt` boolean flag which we would like to remove. We think this flag is extra considering the `returnType` which can be: `TypeOfExecutionReturn.Record`, `TypeOfExecutionReturn.Receipt`...