hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
Implementation of Ethereum JSON-RPC APIs for Hedera
### Description There are eth_getLogs errors on mainnet. ### Steps to reproduce Run the following query in the log explorer: ``` resource.type="k8s_container" resource.labels.project_id="hash-io" resource.labels.container_name="hedera-json-rpc-relay" resource.labels.namespace_name="mainnet" textPayload:"eth_getLogs 500 (JSON RPC ERROR)"...
**Description**: While conducting debug activities you often enable trace log level, and you want to check the actual requests and response between client and server (i.e., #1802). This PR: -...
### Problem There are some use cases where is needed to show the complete transaction trace. One of those use cases is to be able to support `callHandlers` when creating...
### Problem As a developer I'd like to be able to call `debug_getModifiedAccountsByNumber(startNum, endNum)` Returns all accounts that have changed between the two blocks specified. A change is defined as...
### Problem As a developer I'd like to be able to call `debug_getModifiedAccountsByHash(startHash, endHash)` Returns all accounts that have changed between the two blocks specified. A change is defined as...
### Description When running the ```acceptancetest:release``` test, an unrelated test set up can fail. This should be fixed before adopting the acceptance tests into any automated hashio deployment process. ```...
### Problem File create and append transactions are costing HBars. Some of these files have the same content. We need logic to hash the file contents into some sort of...