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

A full sync of the new rpcnode does not proceed. - validator node : 4 - besu version : 22.4.1 Both validator and rpcnode are configured on the same host,...

bug
TeamRevenant

When deploying a free gas network with the London fee market enabled, the baseGasPerBlock increases by 1 wei when a block which exceeds the gas target gets created. I'm using...

TeamGroot

### Context Currently testing features for mainnet and privacy both require to use the same dev genesis file and the hash is hard-coded which makes it difficult to modify the...

privacy
TeamRevenant

Epic related to being able to optimise the database storage needed for the Besu.

epic
TeamGroot

Signed-off-by: Fabio Di Fabio ## PR description If jemalloc is not present, an error message is printed, but the absence of jemalloc is not a real error, so in this...

mainnet
logging

Hi, Running private network in Hyperledger-Besu. Node is stopped due to 'genesis file does not match with chaindata'. But we cannot modify the genesis file. How to restore blocks from...

(Updated 22.08.11.) Sorry, I moved the remaining parts of this report to the following link: https://github.com/ethereum/execution-apis/issues/286 Please check for the edit history to see my original report. ---------------------------------------------------------------------------------------------- ### Description...

TeamRevenant
RPC

(Updated 22.08.11.) Sorry, I moved this report to the following link: https://github.com/ethereum/execution-apis/issues/288 Please check for the edit history to see my original report.

- `--Xsynchronizer-downloader-chain-segment-size=100` - `--Xsynchronizer-downloader-header-request-size=100` - `--Xsynchronizer-fast-sync-full-validation-rate=0.0001`

TeamRevenant
mainnet

## PR description Adds a new api method `rollup_createPayloadV1` as an extension to [Engine API](https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md) in order to allow to use Besu a L2 execution engine for Rollups; This method...

enhancement