besu
besu copied to clipboard
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
If you started (or hard-forked) a private network with the `londonBlock` fork without configuring the `baseFeePerGas` to zero at the time, then it's not possible to subsequently zero the base...
## PR description Experiment moving the build to Github. ## Documentation - [X] I thought about documentation and added the `doc-change-required` label to this PR if [updates are required](https://wiki.hyperledger.org/display/BESU/Documentation). ##...
### Description The test `shouldWarnWhenExchangeConfigNotCalledWithinTimeout` in `EngineExchangeTransitionConfigurationTest` is flaky. ### Acceptance Criteria Test should pass. ### Steps to Reproduce (Bug) Run the test multiple times. **Expected behavior:** Test passes **Actual...
Signed-off-by: Stefan
### Description When you implement a command-line option with `CommandLine.Option(required=true)` in either Besu (ie in `BesuCommand`) or in a plugin Besu will fail to start if you do not specify...
Currently Hypedlerger Besu won't fully build when using Java 16 as the JVM that is running the gradle build. One reason is that some of javadoc rules in have changed....
### Description Some of the features that picocli offers have been deprecated, specifically `parseWithHandlers` has been superseded by CommandLine.execute since 4.0 Further information can be found [https://picocli.info/#_migration](https://picocli.info/#_migration) on how to...
### Description When I enter an invalid value for `--rpc-http-apis` or `--rpc-ws-apis` I get for example the following error: ``` picocli.CommandLine$ParameterException: Invalid value for option '--rpc-http-apis' at org.hyperledger.besu.cli.BesuCommand.run(BesuCommand.java:1306) at picocli.CommandLine.executeUserObject(CommandLine.java:1939)...
Old title: 21.7.2 node return 5 peers on 4 node IBFT2.0 network ### Description Here is log from a node (non boot) which shows 5 peers on 4 node IBFT2.0...
Besu has stopped updating blocks on mainnet a couple of times recently. After a manual restart it court up with the head of the chain and contiues as normal. Im...