hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
Implementation of Ethereum JSON-RPC APIs for Hedera
### Problem Currently when a contract bytecode is greater than 5120 bytes we utilize HFS to temporarily hold the contract byte code until contract creation. However, in teh past we...
**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
### Description A few days over the CI Test (non requiered) for subgraph-workflow tool is broken due to error: ``` Run npx hardhat compile Downloading compiler 0.8.9 Error HH[5](https://github.com/hashgraph/hedera-json-rpc-relay/actions/runs/8013258779/job/21890002948?pr=2143#step:7:6)02: Couldn't...
### Description acceptancetest:api_batch3 tests fail in CI causing PRs to be blocked. ### Steps to reproduce Run and re-run recent PRs in CI. The acceptancetest:api_batch3 fail on the Debug API...
### Problem Varying gas fees can cause tests to fail. Especially on testnet. ### Solution The endpoint `/api/v1/network/fees` will return the gas fees. Use it to query the latest gasFees...
### Problem When doing a fresh `npm install` after cloning the project the process highlights some `WARNINGS` and recommendations that the mainteners of the relay should address in a timely...
### Problem - this RPC relay is EVM equivalent, and the RPC is spec-compliant - however, it is not fully EVM equivalent, because the behaviour is different - for example:...
### Problem Running the release tests locally when cutting a release ties up my laptop. Also the environment is not exactly the same as the VMs used by the github...
### Description The test `@release receives ping messages` is failing on previewnet. The websocket provider is not ready: `expect(wsProvider.ready).to.eq(true);` ### Steps to reproduce 1. Run the `acceptancetest:release` test suite. 2....
Investigate why Remix IDE Debug is not working with Relay, but instead have no problems working with other providers like Alchemy for example. It seems that with other providers one...