hedera-local-node icon indicating copy to clipboard operation
hedera-local-node copied to clipboard

Run your own local Hedera network for development purposes.

Results 56 hedera-local-node issues
Sort by recently updated
recently updated
newest added

### Description Trying to run on Windows fails in InitState, when we check docker resourcses. ### Steps to reproduce 1. Run on windows and observe ### Additional context _No response_...

Bug
Limechain

### Description When docker is stopped, the local node does unnecessary check. > [Hedera-Local-Node] ERROR (DockerService) Docker is not running. > [Hedera-Local-Node] ERROR (DockerService) Your docker memory resources are set...

Currently we have completed structure and selected framework for unit tests. Enhance the unit tests until we have sufficient coverage. ```[tasklist] ### Tasks - [ ] https://github.com/hashgraph/hedera-local-node/issues/495 - [ ]...

Epic
Limechain

### Description Starting the local-node on windows results in the following error: ``` [Hedera-Local-Node] INFO (NetworkPrepState) Starting Network Preparation State... node:internal/child_process:421 throw errnoException(err, 'spawn'); ^ Error: spawn ENAMETOOLONG at ChildProcess.spawn...

Limechain

### Solution Add FAQ section in the [README.md](https://github.com/hashgraph/hedera-local-node/blob/main/README.md) for users to reference when problem occurs.

Limechain

### Description Currently the local node is meant for iterative development and CI, and DEV_MODE is set to `false`. DEV_MODE needs to be set to `true` in order for contract...

Bug

### Problem As a developer I'd like to have better local-node experience. ### Solution ```[tasklist] ### Tasks - [ ] https://github.com/hashgraph/hedera-local-node/issues/341 - [ ] https://github.com/hashgraph/hedera-local-node/issues/319 - [ ] https://github.com/hashgraph/hedera-local-node/issues/295 -...

Epic

### Problem When iteratively developing smart contracts against a local node, the console.log from frameworks like hardhat and foundry are very useful and time savers. The alternative is to define...

### Description Executing a token update transaction(changing symbol) the explorer takes a while until the token update is shown. This is not reproducible on previewnet, so it means it's an...

Bug

**Description**: - Added an option parameter `--verbose`. - If that parameter is present, the script will output all the subcommands to `dev/stdout` instead of `dev/null` so is easier to troubleshoot....