besu
besu copied to clipboard
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
Signed-off-by: Stefan ## PR description This PR fixes some issues based n comments against https://github.com/hyperledger/besu/pull/4178
We are seeing intermittent errors trying to send transactions on Besu (consensus client - teku). It only occurs on some RPC nodes and not all the time. We are using...
## PR description Draft until after ACD call on 2022-11-18 https://github.com/ethereum/execution-specs/pull/585 ## Fixed Issue(s) ## Documentation - [ ] I thought about documentation and added the `doc-change-required` label to this...
Stops block propagation via devp2p when network finalizes, not at TTD as previous.
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...
### Description As a user, I want better error handling in the backwards sync step so that my logs are not spammed. When transitioning from backwards sync to a full...
## PR description ## Fixed Issue(s) ## Documentation - [ ] 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). ## Changelog -...
### Description As a user, I want to extend the [Flexible Privacy feature](https://besu.hyperledger.org/en/stable/Concepts/Privacy/Flexible-PrivacyGroups/) so that I am able to use it along with [Tessera's EC encryptor mode](https://docs.tessera.consensys.net/en/stable/HowTo/Configure/Cryptographic-elliptic-curves/#configure-an-alternative-cryptographic-elliptic-curve). The Flexible Privacy...
### Description Requiring a minimum of 5 peers before beginning a fast-sync has been deemed too costly, especially on low participation networks. Similarly, post-merge there is no need for a...