hedera-json-rpc-relay
                                
                                
                                
                                    hedera-json-rpc-relay copied to clipboard
                            
                            
                            
                        Implementation of Ethereum JSON-RPC APIs for Hedera
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...