hedera-local-node
hedera-local-node copied to clipboard
Run your own local Hedera network for development purposes.
Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 19.0.2. Changelog Sourced from sinon's changelog. 19.0.2 4eb4c4bc Use fix 13.0.2 version of fake-timers to get Date to pass instanceof checks (Carl-Erik Kopseng) a5b03db3 Add...
Bumps [nyc](https://github.com/istanbuljs/nyc) from 17.0.0 to 17.1.0. Release notes Sourced from nyc's releases. nyc: v17.1.0 17.1.0 (2024-09-19) Features deps: bump foreground-child from ^2.0.0 to ^3.0.0 (#1546) (af74d1e) Bug Fixes reduce size...
Bumps [husky](https://github.com/typicode/husky) from 9.1.5 to 9.1.6. Release notes Sourced from husky's releases. v9.1.6 What's Changed Fix issue where example pre-commit file is generated incorrectly by @dexmlee in typicode/husky#1519 New Contributors...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.11.1. Release notes Sourced from eslint's releases. v9.11.1 Bug Fixes 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar) 2738322 fix: add missing...
### Problem The values from `originalNodeConfiguration.json` override `application.properties` and prevent the user from being able to configure values like `chainId`. ### Solution Add a way to enable customization of the...
### Problem When using the Local Node for testing purposes or scripting, there are many images/containers that might not be needed. For example, when working only with the Relay, the...