besu
besu copied to clipboard
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
Otel take 2
## PR description Fixes the OpenTelemetry configuration so it doesn't initialize the global opentelemetry singleton when getting the tracer. ## Documentation - [X] I thought about documentation and added the...
Signed-off-by: Sally MacFarlane This does not address the root cause, but will address the problem of users complaining that the logs report too many peers. This should mean that the...
### 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...
per Meredith's comment I think that using the forkid https://github.com/hyperledger/besu/blob/27fc468624d4a19067b076567ea9e1578217d34e/ethereum/p2p/src/main/java/org/hyperledger/besu/ethereum/p2p/discovery/PeerDiscoveryAgent.java#L200 to filter nodes at the discovery layer would really help a lot. posted a question on how fork id’s are...
This node was running fine on Goerli when it lost 25 useful peers within 11 seconds. "Useful" peers can be identified by a reputation > 100 (see logs) . The...
hi, please how to set low difficulty in besu classic stratum port for gpu pow miner? ububtu besu java thanks
### Description #4190 introduced a regression where a batch of blocks that cross TTD can fail to validate. For example, if 200 blocks are fetched to import and 100 of...
**Actual behavior:** [What actually happens] Besu crashed while doing full sync on a newer block `7342831` on Goerli. it was running normally and synced. several other Besu nodes and all...
### Description Besu is failing to estimate gas for rocketpool withdrawal transactions, and is not providing a reason, even when running with `--revert-reason-enabled` ref conversation on rocketpool discord about this...
## PR description Update GraphQL to be closer to execution-apis spec Update the graphQL to be closer to the execution-api specs. This is a departure from EIP-1767 but the core...