besu icon indicating copy to clipboard operation
besu copied to clipboard

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu

Results 606 besu issues
Sort by recently updated
recently updated
newest added
trafficstars

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

mainnet
dependencies

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

mainnet
peering

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

bug

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

TeamRevenant
peering

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

TeamRevenant
mainnet
peering

hi, please how to set low difficulty in besu classic stratum port for gpu pow miner? ububtu besu java thanks

ETC

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

mainnet
TeamChupa

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

bug
TeamChupa

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

TeamChupa

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