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

### Problem: Currently we are setting the `maxTransactionFee` to the hbar equivalent of 15 million gas, which is the maximum gas per second that the network can handle, and this...

bug

### Problem Currently, if we call estimateGas for a contract/contract function thats not in the mirrorNode, as in the case of the new functions in HIP-1010, the relay still tries...

enhancement

### Problem We once had an issue that was only visible when trying to connect metamask. ### Solution We should try some basic transactions through metamask as part of the...

enhancement

### Description Right now we have a failing dependency PR check test in CI. It is not finding the associated issue. The PR check is to an external library that...

bug

### Problem Currently we have a working suite of performance tests for hedera-json-rpc-relay, but the results of the tests are presented as a `.md` file so interpretation is limited. Ideally...

enhancement
good first issue candidate

### Problem My understanding is that as of today, concurrent transactions from the same `from` address are not guaranteed to be sent to the same Consensus Node via JSON RPC...

enhancement
help wanted
good first issue candidate

### Problem On testnet the fees were higher than on preivewnet and a test was failing, `TokenCreate.createNonFungibleTokenPublic` This was due to the value being transferred not enough to cover the...

enhancement

### Problem At times, certain features are supported by the consensus node but not yet by the mirror node. To address this, the Relay implemented the force-to-consensus-by-selector logic, which whitelists...

enhancement

### Problem Currently, there are many child instances of the logger instantiated with abitrary names. They all can be grouped in a constant. ### Solution For example: ```typescript // constants.ts...

enhancement

### Problem When I release a new version of the JSON RPC Relay on mainnet I want to know that the most basic functions are working properly. ### Solution A...

enhancement