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 [Actor], I want [feature] so that [why]. ### Acceptance Criteria * [Criteria 1] * [Criteria 2] * [Criteria 3...] ### Logs (if a change in behavior)...
## PR description see: #8606 ## Fixed Issue(s) ### 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)? - [...
## PR description - Changes to remove and update tests as part of fastsync feature removal changes - These are non breaking changes only - ones that are not dependent...
### Description I noticed, while working on a plugin that required to extend the ReadinessCheck, that this check is implemented not through plugins but hardcoded as an RPC method during...
## PR description This PR adds a new Besu config option `p2p-host-share-via-rlpx`, which is disabled by default. When enabled, it modifies the RLPx Hello message by including the node’s P2P...
## PR description ## Fixed Issue(s) ### 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...
As Besu becomes more modular, and refactoring becomes more aggressive, we may need finer grained resolution to our releases. While still abiding by all normal release/review policies, we should also...
## PR description If one looks at `Bytes` it is supposed to be an immutable structure so there wouldn't be any need for copying it in `IDPrecompileContract`. However, looking closely...
The full enchilada https://eips.ethereum.org/EIPS/eip-4444 Latest discussions favour rolling window of ~5 months to keep in line with the CL spec https://hackmd.io/@nixorokish/berlinterop-history-expiry Headers should still be retained, similar to our implementation...