Sungjae Hwang
Sungjae Hwang
#### System information Geth version: 1.10.21-stable OS & Version: Ubuntu 20.04.4 LTS Node.js / web3.js versions: v16.15.0 / v1.7.3 When we use **getUncle** web3 API, the geth does not return...
Hi, I encountered the following error message. It seems that infer does not support armv8 CPU. Does infer have a plan to be extended so that it can support armv8...
**Describe the bug** When calling getProof (attached test case), nethermind produces the following output, where the value is 0x00, and the second element of proof is "0x". (We believe these...
**Describe the bug** When we execute the attached test case (getUncle), the output states that the **totalDifficulty** is "0", which seems an incorrect value. **To Reproduce** Steps to reproduce the...
**Describe the bug** It seems that the Nethermind node sometimes estimates incorrect gas values. When we execute the attached test case, the node produces 45811. We think that the correct...
**Describe the bug** Below estimateGas Web3 API call produces "gas limit below intrinsic gas" error. Is this expected behavior from the nethermind node? **_web3.eth.estimateGas({ from: aa0, nonce: aa1, to: aa2,...
### Description When we execute the attached test case, the output states that the totalDifficulty is "0", which seems an incorrect value. ### Steps to Reproduce (Bug) 1. Download test...
### Description When we execute the attached test case (getPastLogs), the client produces the wrong values for the **logIndex** field. Similar issues occur when using the getTransactionReceipt API. ### Steps...
### Description When getFeeHistory web3 API is used with "earliest" tag as below example, it seems that the node produces the wrong output. _**web3_nethermind.eth.getFeeHistory(400, "earliest", [20]);**_ **Expected behavior:** Different clients...
### Is your feature request related to a problem? Yes, Corretto misses validation in usage of NULL value when calling GetFieldID JNI function. Because of the NULL value, a segmentation...