besu
besu copied to clipboard
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
Dear, I would like to know whether it's possible to configure HL Besu so that the validator node signs/seals the block using a local (or remote) HSM that exposes PKCS#11...
Implement binary trie for stateless instead of verkle For more infos : https://dev.to/zemse/understanding-eip-7864s-unified-binary-tree-36m4 https://eips.ethereum.org/EIPS/eip-7864
## 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...
## PR description This PR updates the way memory consumed by a blob tx is estimated, following the changes in the `BlobsWithCommitments`, and its children, object layouts, and makes it...
fixed the non-functional code hash and integrated it into PathBasedAccount, the existing EVM.getCode*() methods do not use a cache anymore and has been renamed to reflect that they are only...
Signed-off-by: Sally MacFarlane ## PR description Use sepolia protocol specs for test fixtures. This should mean we catch issues earlier because hardfork changes are made to sepolia.json before mainnet.json. Only...
## PR description Refactors Besu’s health check system to use the plugin framework, making liveness and readiness checks fully pluggable * Added health check interfaces to plugin-api * Created plugin...
## PR description Use eth/69 in unit tests ## Fixed Issue(s) https://github.com/hyperledger/besu/issues/8728
## PR description Fix unwanted error responses and exceptions by simply returning null when block data isn't found ## Fixed Issue(s) https://github.com/hyperledger/besu/issues/8831
In preparation for making history default on mainnet https://github.com/hyperledger/besu/issues/8653 Also enable eth/69