hedera-json-rpc-relay icon indicating copy to clipboard operation
hedera-json-rpc-relay copied to clipboard

Implementation of Ethereum JSON-RPC APIs for Hedera

Results 242 hedera-json-rpc-relay issues
Sort by recently updated
recently updated
newest added

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

bug

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

enhancement
dev tools

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

enhancement

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

enhancement

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

bug

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

enhancement