Gabriel-Trintinalia
Gabriel-Trintinalia
## PR description ## Fixed Issue(s) fixes #2867 ## Documentation - [x] I thought about documentation and added the `doc-change-required` label to this PR if [updates are required](https://wiki.hyperledger.org/display/BESU/Documentation). ## Changelog...
### Description As a user, I want Tessera to use the correct port when I set the port to 0 in the config. ### Steps to Reproduce (Bug) 1. Set...
## PR description This PR introduces improvements to the plugin registration logic in Besu, providing users with granular control over the registration of plugins. Previously, Besu attempted to register all...
### Description As a Besu node operator, I want the ability to have granular control over plugin registration so that I can ensure only the necessary and explicitly specified plugins...
## PR description fix https://github.com/hyperledger/besu/issues/6531 - [x] Extract EIP-2935 from the verkle branch - [x] Fix Engine Prague Acceptance tests - [x] Implement tests for BlockHashOperation and HistoricalBlockHashProcessor
Parameterize `WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS` on startup as the deposit request.
## 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...
https://besu.hyperledger.org/public-networks/how-to/use-configuration-file/profile Ability to load a custom profile. This should follow similar pattern as the plugin directory. There are internal plugins and then there are external plugins. Similarly, there are internal...
## PR description Adds code size to the flat db account Based on @daniellehrner 's PR https://github.com/hyperledger/besu/pull/8779
Implements https://eips.ethereum.org/EIPS/eip-7939 This pull request adds support for the EIP-7939 CLZ opcode, implementing the operation itself, adding corresponding tests, and properly registering the new opcode in the mainnet EVM operations....