besu
besu copied to clipboard
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
…locking the timer Signed-off-by: Fabio Di Fabio ## PR description Logbloom cache regeneration at startup is a long running task, and at the moment it is run on the Timer...
### Description As an [Actor], I want [feature] so that [why]. ### Acceptance Criteria * [Criteria 1] ### Steps to Reproduce (Bug) 1. [Step 1] 2. [Step 2] 3. [Step...
Combination of https://github.com/hyperledger/besu/pull/4162 and https://github.com/hyperledger/besu/pull/4532 (squashed and cherry-picked)
### Description As an [Actor], I want [feature] so that [why]. ### Acceptance Criteria * [Criteria 1] ### Steps to Reproduce (Bug) besu --version **besu/v22.7.6/linux-x86_64/openjdk-java-11** **trace_block RPC:** curl -X POST...
## PR description Taking over @shemnon s work updating Besu to use Java17. This includes updates to gradle configurations and docker container build, as well as the circle ci configuration...
## PR description Bonsai without trie branches ## Fixed Issue(s) ## Documentation - [ ] I thought about documentation and added the `doc-change-required` label to this PR if [updates are...
Since besu has implemented test RPC it is a part of test stats program: http://retesteth.ethdevops.io/ Besu runs fine, but many tests are still red and I am trying to reach...
### Description As a user, I want to have less IO on the database to keep performance open for other operations when using the getStorageValue method in UpdateTrackingAccount. ### Acceptance...
Signed-off-by: Ameziane H ## PR description During handshake, flip the encrypted message decryption by starting with the new format (EIP-8), and if there is an exception, try the old format....
## PR description This PR migrates deprecated features in picocli to the recommended for 4.0 - Replaces parseWithHandles by the execute API - Replaces deprecated interfaces by their equivalent in...