-
### Problem description
In the corse of https://github.com/hashgraph/hedera-sdk-js/discussions/1061 Guardian team attempted, unsuccessfully, to reduce the time it took to mint large number of tokens w…
-
### Problem
`ContractCreateFlow` removes the file used as a template for the smart contract deployment.
Many times, especially in development or testing environments, the removal is not useful and f…
-
### Problem
The SDK currently does not support generating a recovery phrase for ED25519 key type.
- [x] #124
- [ ] #125
- [ ] #126
### Solution
Add support
### Alternatives
_No res…
-
### Description
Per this article https://hedera.com/blog/deprecation-of-the-insecure-hedera-consensus-service-hcs-mirror-node-endpoints I am trying to get Wallawallet (IOS version) updated ASAP in th…
-
### Description
50 runs of VirtualMap benchmarks (passed, though) reported the following errors in a logs, output/swirlds.log:
```
grep -E 'ERROR EXCEPTION|WARN EXCEPTION' swirlds.log | perl -ne…
-
### Description
Currently, in the relay we experience this issue in the CI and on mainnet. When a user sends a transaction we call transaction.execute and we receive a timeout exceeded error for seem…
-
## Description
Implement support for the changes introduced by [HIP-423](https://hips.hedera.com/hip/hip-423) in the SDK, enabling developers to create and manage Long Term Scheduled Transactions wit…
-
Currently we have license headers taht look like this:
```
/*-
*
* Hedera Go SDK
*
* Copyright (C) 2020 - 2024 Hedera Hashgraph, LLC
*
* Licensed under the Apache License, Version 2.0 …
-
## Custom logging facade
The design outlined is based on the development of a bespoke logging facade, tailored specifically to meet our unique requirements. Recognizing that components from this repo…
-
Hi:
I run this command: `solcjs --bin --include-path node_modules/ --base-path . LookupContract.sol`
And get this result:
```
Warning: Visibility for constructor is ignored. If you want the …