besu
besu copied to clipboard
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
### Description As a node operator, I would like to recover the 500GB of storage used by historical blocks, prior to the merge, if I do not intend to run...
Update this issue with a proposed design analysis for review and discussion before proceeding. It should include any opportunities to refactor or adopt IoC while implementing. Implement [EIP-7639](https://eips.ethereum.org/EIPS/eip-7639) Disconnect peers...
### Description I noticed that `ExecutionSpecBlockchainTests` under `ethereum/referencetests` that make use of `BlockchainReferenceTestTools` executor are still using Forest as the storage strategy. Particularly it's how `WorldStateArchive` is created using a...
Updates made to EIP-4762 through https://github.com/ethereum/EIPs/pull/9780/ need to be reflected into our gas cost charging code mainly in the areas of: - JUMP and JUMPI instructions where we don't touch...
We received the following report: [EIP-7623](https://eips.ethereum.org/EIPS/eip-7623) increases calldata costs for data-heavy transactions. The issue arises from the fact that while Besu applies EIP-7623 during block processing, it does not apply...
- Check the network on start and automatically reset db once it's due for update.