JosephK95
JosephK95
(Continued from #25495) I apologize for many reports at a time and will appreciate for any kinds of comments. #### System information Geth version: 1.10.21-stable OS & Version: Ubuntu 20.04.4...
Hi all, I am working on a project that validates whether Geth behaves consistently to other Ethereum client implementations against RPC requests. (I will refer to the implementations as node...
(Updated 22.08.11.) Sorry, I moved this report to the following link: https://github.com/ethereum/execution-apis/issues/288 Please check for the edit history to see my original report.
(Updated 22.08.11.) Sorry, I moved the remaining parts of this report to the following link: https://github.com/ethereum/execution-apis/issues/286 Please check for the edit history to see my original report. ---------------------------------------------------------------------------------------------- **Describe the...
### Description When we execute `getProof` API, it returns an array of storage-entry objects as requested. According to the Ethereum API specification, the `key` field in the entry object should...
### Description According to the Ethereum API specification, `type` field in transaction object is mandatory. However, it seems that Besu does not have the field when returning a transaction object....
(Updated 22.08.11.) Sorry, I moved the remaining parts of this report to the following link: https://github.com/ethereum/execution-apis/issues/286 Please check for the edit history to see my original report. ---------------------------------------------------------------------------------------------- ### Description...
(Updated 22.08.11.) Sorry, I moved this report to the following link: https://github.com/ethereum/execution-apis/issues/288 Please check for the edit history to see my original report.
### Description When we execute `getPastLogs` API, it seems that Besu falls in DoS if the `toBlock` parameter receives a very large value. Subsequent RPC requests do not receive any...
### Description When we execute `estimateGas` API on a smart contract call, it seems that Besu returns a wrong estimated value. ### Steps to Reproduce (Bug) 1. Download the following...