Eric Badiere
Eric Badiere
### Description As an Abritrum node operator, I want an error and warning free log so that I can focus on the application. I am using Besu as my execution...
After cloning the repository per the instructions I would like to become familiar with the code base. I tried to run the tests, ./test.sh and got the following: Erics-MacBook-Pro-3:cdp-keeper ericbadiere$...
### Description The following contract on mainnet appears to be an EIP-1967Proxy contract: https://hashscan.io/mainnet/contract/0.0.4323024 Calling an `eth_estimateGas` on it returns a `403 Forbidden` response. Anyone should be able to run...
### Description Currently the local node is meant for iterative development and CI, and DEV_MODE is set to `false`. DEV_MODE needs to be set to `true` in order for contract...
### Problem When iteratively developing smart contracts against a local node, the console.log from frameworks like hardhat and foundry are very useful and time savers. The alternative is to define...
Populates null values in transactions. **Related issue(s)**: Fixes #2451
Added toBlock and fromBlock parameters Fixes #2464
### Problem Features for 0.47 are not yet deployed ### Solution **Manual release process:** - [x] Create a release/0.47 branch off of main. Ensure github test actions run. Merge Against...
### Description An `eth_estimateGas call with a large amount of bytecode is return 400K ### Steps to reproduce The attached script reproduces the problem against mainnet. [eth_estimateGas.sh.txt](https://github.com/hashgraph/hedera-json-rpc-relay/files/15078364/eth_estimateGas.sh.txt) ### Additional context...
### Description When populating synthetic transactions too many socket connections to redis are opened causing the application to crash. ### Steps to reproduce 1. Run the relay on testnet or...