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

See https://discord.com/channels/593655374469660673/593655641445367808/1200195786672185438 From @g11tech > Ok from logs I understand the issue: lodestar tries to download all the forks, and some peers which accepted the 19056922, hash: 0x5970f4b49ecfba must be...

bug
P3
mainnet

### Description I will attach the graph ### Steps to Reproduce (Bug) 1. Start a node using Jenkins using besu_download_url: https://output.circle-artifacts.com/output/job/47cc784b-6347-4f41-a1bf-b5e3fb0eab89/artifacts/0/distributions/besu-24.1.1-SNAPSHOT.tar.gz (rest is default, use any network, like holesky, goerli,...

peering

### Description In DefaultP2PNetwork.java in method attemptPeerConnections we are trying to connect to each bonded peer that is in our PeerTable. This method is called every 30 seconds as scheduled...

peering

We see as issue mentionned [here](https://github.com/MetaMask/metamask-extension/issues/22312), see especially [this comment](https://github.com/MetaMask/metamask-extension/issues/22312#issuecomment-1860315781): Duplicated messages are rare, and as such not well managed. Besu and geth are not idempotent and returns an error....

we should catch this exception and handle gracefully ``` 2023-12-14 19:09:46.053+10:00 | nioEventLoopGroup-3-7 | DEBUG | Subscribers | Error in callback: {} com.google.common.cache.CacheLoader$InvalidCacheLoadException: CacheLoader returned null for key [Connection with...

P3
peering
snack
ux

### Description Enable flat db healing by default for bonsai when using snap-sync. Ensure full sync databases are correctly marked as full flat. ### Acceptance Criteria - [ ] ensure...

mainnet
syncing
bonsai

## Description [Context in discord](https://discord.com/channels/595666850260713488/1162151688816308245) Besu will improperly size transactions based on the inclusion of the RLP string envelope in typed transaction announcement. "In the network protocol, we send the...

bug
P4
mainnet
snack

### Description On Bonsai on non-PoS networks, when completing snap sync a race exists that can corrupt the state. When the snapsync pipeline completes, the full sync process starts to...

bug
snapsync
syncing
bonsai

With the usage of the plug-in system on Linea, Besu is now positioned to revitalize and expand upon their usage in the client. This epic is to discover, capture, and...

epic

### Description There is 3 issues on the [ping packet from discv4](https://github.com/ethereum/devp2p/blob/master/discv4.md#ping-packet-0x01) when Besu don't respond to a ping, the issues are spec non compliance issues . 1/ Wrong To...

bug
peering