Eric Badiere

Results 53 issues of 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...

bug
web3

### 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...

Bug

### 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

bug

Added toBlock and fromBlock parameters Fixes #2464

bug

### 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...

P1
process

### 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...

bug

### 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...

bug