garyschulte
garyschulte
## 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...
### 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...
### Description #4190 introduced a regression where a batch of blocks that cross TTD can fail to validate. For example, if 200 blocks are fetched to import and 100 of...
### Description Besu is failing to estimate gas for rocketpool withdrawal transactions, and is not providing a reason, even when running with `--revert-reason-enabled` ref conversation on rocketpool discord about this...
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 Move to snap sync as the default for ethereum mainnet and test networks ### Acceptance Criteria * update network defaults * update corresponding documentation
### Description when starting besu, if the configured rpc port is not available, besu will exit with a not very helpful error. This applies to the rpc http port, the...
### Description When fast syncing a post-merge network (fast, snap, or checkpoint) , there is a brief window where there is no finalized block. During this time besu behaves the...
Use libc c_char references to defer to the platform char implementation rather than using signed char (i8). This allows us to build on Arm64 platforms where char is unsigned. ref:...