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

Signed-off-by: Sally MacFarlane Proposing @Gabriel-Trintinalia as a new Besu maintainer - has made over 5 significant [commits](https://github.com/hyperledger/besu/pulls?q=is%3Apr+author%3AGabriel-Trintinalia+is%3Aclosed) that improved the quality of Besu and/or added new features. Voting ends 2...

### Description As a user, I would like for my worldstate download to resume from where it left off if my node restarts during sync. This will give me a...

syncing

Signed-off-by: Sally MacFarlane When regularly checking connections to maintained peers (static nodes), ensure connection to self is not initiated. ## Documentation - [x] I thought about documentation and added the...

## PR description * Fixes an issue due to which multiple peer connections are setup over time to the local node if it is present in the static nodes list....

### Description As an Besu private network user, one of the four validators shows permissioning errors even with the same config as the others, and only imports blocks, not produces....

permissioning

Signed-off-by: Ameziane H ## PR description Upgrade RocksDB version from 6.29.5 to 7.6.0. ## Fixed Issue(s) ## Documentation - [ ] I thought about documentation and added the `doc-change-required` label...

Migrate the build to use Java 17 as the base version. Signed-off-by: Danno Ferrin ## PR description ## Fixed Issue(s) ## Documentation - [ ] I thought about documentation and...

I propose moving the following maintainers to Emeritus status, pursuant to the inactivity clause. These maintainers have had no activity since May 2022: @frankisawesome We very much appreciate their contributions...

### Description Test **shouldWarnWhenNotCalledWithinTimeout** within **EngineQosTimerTest** is showing as flaky on CircleCI. ### Acceptance Criteria Test should pass reliably. **Expected behavior:** Test should pass **Actual behavior:** ``` org.mockito.exceptions.misusing.CannotStubVoidMethodWithReturnValue: 'logTimeoutWarning' is...

testing
flake

### Description When referencing own enode url as bootnodes and static-nodes, new connections will be established and halt the network as nodes lose connection and attempt to reconnect to the...