besu
besu copied to clipboard
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
### 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...
### Description Currently when the consensus client jumps ahead and besu needs to perform a backwards sync it gives some really confusing log messages which make it look like it's...
## PR description initial plubming of Bonsai snapshots into BonsaiWorldStateArchive for arbitrary mutable non-persisting worldstate, and refactoring usages to auto-close snapshots after usage in: * MainnetTransactionValidator * AbstractBlockCreator * TransactionSimulator...
DNS was down for me today (now more resilient with backup yay) and the logs says contacting DNS times out every 10 min. Not sure if it's working for a...
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...
### Description After 23h of syncing, Besu starts the world state healing process - I see an excessive mem usage of 26G and a very busy CPU. ``` CONTAINER ID...
Signed-off-by: garyschulte ## PR description Proposing @ahamlat as a new Besu maintainer - has done significant performance analysis, configuration, and [commits](https://github.com/hyperledger/besu/pulls?q=is%3Apr+author%3Aahamlat+is%3Aclosed+review%3Aapproved) improving the quality, stability, and performance of Besu. Voting...
## PR description Add the invalid api declared rpc-http-apis / rpc-ws-apis to the error message returned to the user. ## Fixed Issue(s) Fixes #3418 ## Documentation - [x] I thought...
This is a work in progress… Before persisting a new value for a node during the heal step of snap sync, we check if there are some old nodes that...
Signed-off-by: mark-terry ## PR description Changes the default ```fromBlock``` value in ```eth_getLogs``` from ```earliest``` to ```latest``` per the spec. Added tests to verify BlockParameter value interpretation. ## Fixed Issue(s) Fixes...