besu
besu copied to clipboard
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
## PR description Update FAST sync and derivatives to sync after previously importing blocks from era1 files ## Fixed Issue(s) https://github.com/hyperledger/besu/issues/7935
## PR description A prototype for eth_cofig, sharing operational client configuration data via RPC. ## Fixed Issue(s) ### Thanks for sending a pull request! Have you done the following? -...
## PR description Today QBFT traffic is only gossiped by other validators A chain configured without direct connectivity between validators won’t produce new blocks Gossiping between non-validators allows more control...
## PR description Disable flaky test shouldStillMineWhenANodeFailsAndHasSufficientValidators ## Fixed Issue(s) refs https://github.com/hyperledger/besu/issues/8862 ### Thanks for sending a pull request! Have you done the following? - [ ] Checked out our...
## Summary Fixed all SonarQube warnings in AbstractBlockProcessor.java while maintaining full backward compatibility and functionality. ## Test Results - ✅ **AbstractBlockProcessor tests**: PASSED - ✅ **All BlockProcessor related tests**: PASSED...
### Steps to Reproduce 1. Run besu locally ``` $ docker run -it --rm --name besu --entrypoint sh hyperledger/besu:latest $ besu 2025-01-29 08:48:45.092+00:00 | main | INFO | Besu |...
What parts of the code do we expect to work on, and what potential for refactoring or improvement might we find along the way? [Focil for Implementors](https://hackmd.io/@jihoonsong/ryTt1Fv7le) has much helpful...
### Description The `zkTracer` plugin (as well as the constraints) will need to support hardforks in the form of block number or timestamp defined upgrades in the underlying EVM. Ideally...
### System info Processor: 2.6 GHz 6-Core Intel Core i7 Operating system: macOS 15.41 Java version: openjdk version "21.0.7" 2025-04-15 ### Test ERROR when I run the bench test: `$...