Fabio Di Fabio
Fabio Di Fabio
Signed-off-by: Fabio Di Fabio ## PR description Update also `besu-native` to version `0.6.0` as is required for native Black2bf ## Fixed Issue(s) ## Documentation - [x] I thought about documentation...
## PR description RetryingGetBlockFromPeersTask had a problem that prevented to complete when all the peers fail, and that also had the consequence to not removing the failed requested block from...
Signed-off-by: Fabio Di Fabio ## PR description If jemalloc is not present, an error message is printed, but the absence of jemalloc is not a real error, so in this...
Signed-off-by: Fabio Di Fabio ## PR description Full sync has a sync target stability feature that works well when syncing from genesis, but is not optimal when the initial sync...
### Summary After upgrading `community.aws` to `4.1.1` and `amazon.aws` to `4.1.0`, my playbooks are not able to connect via ssm anymore. Extract of the logs ``` redirecting (type: connection) ansible.builtin.aws_ssm...
### Description As an Besu user, I want to have a command to print my current setup info so that I can easily add these info in my issue report...
…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...
## PR description While working on optimizing the performance of the startup phase, specifically in regard to genesis file management, I found that there is a bit of tech debt...
## PR description ## Fixed Issue(s) ### Thanks for sending a pull request! Have you done the following? - [ ] Checked out our [contribution guidelines](https://github.com/hyperledger/besu/blob/main/CONTRIBUTING.md)? - [ ] Considered...
## PR description `AbstractRetryingPeerTask` has a way to understand if the result of a try is empty, but it only uses this information to discriminate if the result is a...