JosephK95

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

type:bug
area:rpc

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

type:bug
area:rpc

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

bug

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

snack

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

TeamRevenant
RPC

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