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

### Description The idea is not to save the code in the Verkle tree but just in the flat DB. This will save space. The code on the Verkle side...

enhancement
mainnet
stateless
Stale

### Description To optimize and reduce the number of disk accesses during the generation of proofs, it would be preferable to store the scalars of the children directly in the...

mainnet
verkle
in-progress

### Description During the migration we will use the legacy flat db based on account hash and slot hash. After the migration we want to use directly the stem of...

mainnet
verkle

Besu snapsync server tests are failing in hive. The cause isn't clear but could be related to #6995 and #6996 Fix Besu snapsync server so it passes hive tests for...

Simple GHA workflow to spin up a kurtosis network from a simple config * test besu against all CLs, * use assertoor to assert block production Can copy from https://github.com/Consensys/teku/pull/8306...

testing
devops

## PR description DRAFT STATUS This is a WIP for verkle transition. Requires: start with a full-flat bonsai database * moves verkle trie and trie logs to separate segments *...

verkle

## PR description This adds the Besu charter to Main to gather feedback from the Maintainers. This is a document from Linux Foundation and Hyperledger. Please discuss.

### Description Implement [EIP-7702](https://github.com/ethereum/EIPs/blob/59843422c15649a521863d16fede003eeb35a356/EIPS/eip-7702.md) in the version provided in the link. A newer version might be needed to be implemented in the future.

TeamChupa

## PR description Now the Kubernetes nat manager requires cluster-wide permissions (list service resources in all namespaces). Also, it has a bug: when multiple besu networks are configured in the...

Flaky test observed in one of the PRs workflow. org.hyperledger.besu.ethereum.eth.sync.backwardsync.BackwardSyncAlgSpec#shouldAwokeWhenConditionReachedAndReady https://github.com/hyperledger/besu/actions/runs/9262194300/job/25478793322?pr=7129 ``` BackwardSyncAlgSpec > shouldAwokeWhenConditionReachedAndReady() FAILED java.util.concurrent.TimeoutException at BackwardSyncAlgSpec.java:192 ```

testing
flake
syncing