besu
besu copied to clipboard
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
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,...
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...
### 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...
Epic related to being able to optimise the database storage needed for the Besu.
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...
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...
(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`
## 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...