besu
besu copied to clipboard
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
Besu is unable to return traces for one specific block on ropsten, which makes it unusable for indexing transaction from traces. ### Steps to Reproduce (Bug) 1. launch Besu+Teku on...
Signed-off-by: mark-terry ## PR description Added ARM CircleCI tasks to verify compatibility. ## Fixed Issue(s) ## Documentation - [ ] I thought about documentation and added the `doc-change-required` label to...
This is a step towards unifying sync downloaders under a common interface with start/stop methods Signed-off-by: Jiri Peinlich
### Description As a user of Besu, I don't expect to see any error message when starting Besu so that I have a high confidence about my usage of this...
### Description As a RPC client consumer, I expect Besu to return logs with the same `logIndex` as go-ethereum. It does not do this. ### Acceptance Criteria Besu should return...
Signed-off-by: garyschulte ## PR description Set snap sync as default for named ethereum networks. No rush to merge this one ahead of the 22.7.0 release * changes NetworkName to specify...
### Description In order to smooth the preparations for the merge, consensus is that we want execution clients to enable the engine API even in the absence of merge parameters....
### Description As a Besu user, I want to get block transactions traces when I call JSON RPC method trace_replayBlockTransactions on blocks with big transactions (> 20M Gas) ### Acceptance...
### Description Besu, as part of normal operations, will sometimes fail to download a block. It'd be great to have less scary logging for that, as in logging a WARN...
### Description Move to snap sync as the default for ethereum mainnet and test networks ### Acceptance Criteria * update network defaults * update corresponding documentation