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

Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 17.0.28 to 17.0.32. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/yargs&package-manager=npm_and_yarn&previous-version=17.0.28&new-version=17.0.32)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@types/shelljs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/shelljs) from 0.8.14 to 0.8.15. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/shelljs&package-manager=npm_and_yarn&previous-version=0.8.14&new-version=0.8.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.22.2 to 2.22.3. Release notes Sourced from hardhat's releases. [email protected] A small bug fix release that improves the error messaging around failed installs of EDR (Hardhat network)....

dependencies
javascript

Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...

dependencies
javascript

### Problem Currently local node utilizes default configurations of the sub systems (consensus node, mirror node importer/rest/grpc or relay) components and it's unclear how a developer might tweak these values...

Epic
Limechain

### Problem Currently local node utilizes official builds but it's unclear how a developer might take any one of the sub systems (consensus node, mirror node importer/rest/grpc or relay) and...

Epic
Limechain

Proposal to remove previewnet, testnet, mainnet configuration for several reasons: 1. They are unused from most, if not all users. 2. It's almost as easier to start with whatever container...

Limechain

### Problem Currently we can specify in the local.json (for example) what version for the mirror node we want, but we cannot specify specific versions for each container. ### Solution...

Limechain

### Description Hello developer, I encountered some problems when running this project locally and need your help. English is not my first language, so I used translation software to translate...

Bug
Limechain

**Description**: - Adds the output of the externally executed commands in DockerService to the `debug` level of logs. - Reduces the repeated error logs when waiting for a service to...

Improvement
Limechain