Eric Le Ponner
Eric Le Ponner
### Description I have some code in charge of creating some well-defined contracts with hedera-sdk-java. It's available here: https://github.com/ericleponner/hedera-contract-album Since a while (since `testnet` july upgrade?), this code no longer...
### Description [HTS ABI](https://github.com/hashgraph/hedera-smart-contracts/blob/main/artifacts/contracts/hts-precompile/IHederaTokenService.sol/IHederaTokenService.json) and output parameter of transaction [[email protected]](https://hashscan.io/mainnet/transaction/1684236107.179110285) seem to be inconsistent: - ABI says that `redirectForToken()` has no output - [Transaction details](https://hashscan.io/mainnet/transaction/1684236107.179110285) show some data in `Output...
### Description The following call returns HTTP error 503: https://mainnet-public.mirrornode.hedera.com/api/v1/transactions?limit=10&order=desc&account.id=0.0.779573&transactiontype=CRYPTOCREATEACCOUNT ### Steps to reproduce https://mainnet-public.mirrornode.hedera.com/api/v1/transactions?limit=10&order=desc&account.id=0.0.779573&transactiontype=CRYPTOCREATEACCOUNT ### Additional context _No response_ ### Hedera network mainnet ### Version ? ### Operating system...
**Describe the bug** Browser rejects import of `SignClient` class when it is configured to reject all cookies. Browser console reports an `insecure operation`. **To Reproduce** ``` 1) Checkout hieror-mirror-node-explorer 1.1)...