Alexander Gadzhalov

Results 38 comments of Alexander Gadzhalov

agree on dropping the testnet workflow

Hi @Neurone. Me and @svetoslav-nikol0v both tried to reproduce the problem but for our cases the problem doesn't occur. Can you give us more context on what exactly are you...

From what I understood it works for you on Ubuntu, but it fails with macOS? Is that correct? Also I've tried to reproduce it on macOS, but still couldn't. Following...

Thank you for the detailed explanation, we managed to reproduce it. Soon we will start investigating it

Work is continued on separated issues Go-TCK[: Implement JSON-RPC methods for ](https://github.com/hashgraph/hedera-sdk-go/issues/874)AccountCreateTransaction Go-TCK: [Implement JSON-RPC methods for](https://github.com/hashgraph/hedera-sdk-go/issues/875) AccountUpdateTransaction Go-TCK[: Implement JSON-RPC methods for ](https://github.com/hashgraph/hedera-sdk-go/issues/876)AccountDeleteTransaction Go-TCK[: Implement JSON-RPC methods for ](https://github.com/hashgraph/hedera-sdk-go/issues/877)AccountInfoQuery

Hi @sergedynevo according to [documentation](https://docs.hedera.com/hedera/sdks-and-apis/sdks/readme-1/define-a-token) when creating a token there are only three required methods `setTokenName`, `setTokenSymbol` and `setTreasuryAccountId`. This is why your transaction is successful, the `hbars` spent are...

Hi @sergedynevo as you can see in the docs > This transaction accepts zero unit minting operations for fungible tokens ([HIP-564](https://hips.hedera.com/hip/hip-564)) You may wonder why, the simple answer is Hedera...

@Tarun5139 can you add detail description to this PR with step by step guide what has been changed and improved? What is the purpose of this PR? Also is there...

are there any updates on this issue? I've tried with latest version `7.3.2` but still receive the same error

Hi @Manav958, in order to reproduce it, can you test this [snippet](https://gist.github.com/agadzhalov/6fb46fb02631e4e42d1e8cc5cabc2454) against testnet, at the end you should receive ``` Error subscribing to topic 0.0.4963755 during attempt 0. Waiting...