Georgi Lazarov
Georgi Lazarov
### Problem Trying to use debugger using Injected Provider (MetaMask) with other networks (I'm trying with Hedera) apart from Ethereum mainnet and some of the most popular testnets, results in...
As part of the work package to support tracing transactions and externalizing the executed opcodes, we'd need to add new endpoint on path `/api/v1/contracts/results/{transactionIdOrHash}/opcodes`, however important detail should be that...
We are currently able to simulate transaction using the web3 module in the mirror-node. However we does not track and set anywhere the logs from executions in the form of...
### Description In case that account ethereum nonce is different from the one in the consensus node. And this difference is larger than 1, this results in web3 exception, which...
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...
### 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...
### 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** - [...
### 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_...
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 - [ ]...