hedera-local-node
hedera-local-node copied to clipboard
Run your own local Hedera network for development purposes.
### Problem There are some issues that arise when starting up the `hedera-local-node` but is really hard to figure it out since the output of the commands are destroyed into...
### Problem Currently releases are created manually ### Solution Implement semantic releases ### Alternatives -
Currently the debug timestamp returns the whole record file in which the current search entity is present. Please make sure it returns only the relevant entities. Filter out the "Monitor...
Currently the debug endpoint returns only the main record. Please make sure it returns the child records as well.
**Description**: Add support for smart contract verification **Related issue(s)**: Fixes #558 **Notes for reviewer**: Currently a draft. Issues in #558 are raised that needs to be addressed first. **Checklist** -...
### Description When using the `--host` flag the value provided is not used when setting up the block explorer, instead the default of `127.0.0.1` is used. ### Steps to reproduce...
### Problem The current `hedera-mirror-node-explorer` version used in local node is out of date and doesn't support the latest features. Having smart contract verification would make the developer experience better...
### Description Trying to use debug mode results in: ``` src/Parser.java:1: error: package com.hedera.node.app.service.mono.utils.forensics does not exist import static com.hedera.node.app.service.mono.utils.forensics.RecordParsers.parseV6RecordStreamEntriesIn; ^ src/Parser.java:1: error: static import only from classes and interfaces...
**Description**: This PR fixes docker resource check on windows and remove unnecessary check, if docker is not running. **Related issue(s)**: Fixes #522 Fixes #505 **Notes for reviewer**: **Checklist** - [...