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

### 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...

Improvement

### Problem Currently releases are created manually ### Solution Implement semantic releases ### Alternatives -

Epic
Release
Limechain

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...

Feature Enhancement
P1
Limechain
tbd_board
good first issue candidate

Currently the debug endpoint returns only the main record. Please make sure it returns the child records as well.

Feature Enhancement
P1
Limechain
tbd_board
good first issue candidate

**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** -...

New Feature
Limechain
good first issue candidate

### 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...

Bug
Limechain

### 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...

Epic
Feature Enhancement
Limechain

### 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...

Bug

**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** - [...

Limechain