Stefan Pingel
Stefan Pingel
Signed-off-by: Stefan ## PR description This PR fixes some issues based n comments against https://github.com/hyperledger/besu/pull/4178
Signed-off-by: Stefan
This node was running fine on Goerli when it lost 25 useful peers within 11 seconds. "Useful" peers can be identified by a reputation > 100 (see logs) . The...
Signed-off-by: Stefan ## PR description To fix some issues that have been reported this PR makes sure that in EthPeers only has one EthPeer for each individual peer.
When supporting a Besu nodes in multi-tenancy mode private transactions sent to multiple recipients (public keys) on a Tessera only need to be sent once, but should contain recipient boxes...
After bonding with a new peer request ENR, and if the ENR response contains the ForkId, only try to connect if the ForkId matches. Besu will still try to connect...
When we added the Tessera container tests the time to run the acceptance tests increased. Currently we are starting a docker container for each of the Besu and Tessera nodes...
## PR description This PR is fixing issue #6749, trying to make minimal changes to the existing implementation.
### Description The backward sync (BWS) is getting stuck in a loop with these recurring log messages: ``` {"@timestamp":"2024-03-05T13:57:59,199","level":"INFO","thread":"EthScheduler-Timer-0","class":"BackwardSyncContext","message":"Current backward sync session failed, it will be restarted","throwable":""} {"@timestamp":"2024-03-05T13:58:01,114","level":"INFO","thread":"vert.x-worker-thread-0","class":"BackwardSyncContext","message":"Starting a new...
### 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 documentation and added the `doc-change-required` label...