hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
Implementation of Ethereum JSON-RPC APIs for Hedera
**Description**: Some developers have problems understanding the default configuration values used by the JSON-RPC Relay and all the possible configurations. This PR wants to address that issue, and in particular:...
### Description When running tests in CI sometimes the local node fails to start. It recently happened during the run of the TokenCreate test: ``` Hedera-Local-Node] ERROR (ConnectionService) connect ECONNREFUSED...
### Description The Dapp tests fail intermittently both from the command line and in CI. The latest failed with the following: ``` synpress | Error: bad response (status=400, headers={"access-control-allow-origin":"*","access-control-allow-methods":"GET,HEAD,PUT,POST,DELETE","x-request-id":"56c70ac7-c824-42d1-b5e5-98ad9e119353","content-type":"application/json; charset=utf-8","content-length":"224","date":"Tue,...
### Problem The implementation of the EVM equivalence requires to be intensively tested in the json-rpc-relay as well. ### Solution Implement the tests in the json-rpc-relay following this test plan...
### Problem Due to fluctuations on gasPrice on `production environments` acceptance tests that are marked as release should not verify for the `expected` gasPrice against a hardcoded expected value, since...
### Description Looking at logs, I was able to identify an issue that sometimes happens when a call is performed to `eth_getLogs` ### Steps to reproduce For Mainnet Example with...
### Description The .gitmodules file in the foundry example is causing the docker image build to fail. This is blocking the release. ### Steps to reproduce Run the production release...
### Problem Currently the release notes flow in https://github.com/hashgraph/hedera-json-rpc-relay/blob/main/.github/workflows/release-automation.yml does not run due to a missing job ### Solution Reference https://github.com/hashgraph/hedera-mirror-node/blob/main/.github/workflows/release-automation.yml#L88C7-L95C52 to add the milestone step which should enable the...
### Problem Some methods should not be allowed to be requested as part of a batch. Debug and Filter APIs to start with, but we might want to leave them...
### Problem WebSockets needs to support batch requests. ### Solution Implement Batch Request for WS according to Design Doc. Should Include AcceptanceTests https://github.com/hashgraph/hedera-json-rpc-relay/pull/1877 ### Alternatives _No response_