besu
besu copied to clipboard
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
### Description Besu currently does not implement persistent preimage storage for Bonsai, and Forest only implements an in-memory cache for account and slot key preimages. There are a couple existing...
in the last hyperledger besu running on ubuntu 22 the following crash occurs (openjdk 21.0.2 2024-01-16) why 3|node2 | 2024-10-17 00:22:04.552+02:00 | vertx-blocked-thread-checker | WARN | BlockedThreadChecker | Thread Thread[vert.x-worker-thread-6,5,main]...
## PR description Introduces a new (experimental) "Bonsai Archive" DB mode which creates a full archive of the chain it syncs with. This allows JSON/RPC calls to be made with...
### Description As an Besu Client, I set Besu blockperiod as 2 seconds, I built a smartcontract, and use one single account to deploy this smartcontract 800 times. the deployment...
I'm attempting to limit gas usage in a private network, but Besu seems not to honor `gasLimit` from genesis config, and instead increases gas limit up to the value configured...
## PR description ## Fixed Issue(s) See #7047 ### Thanks for sending a pull request! Have you done the following? - [x] Checked out our [contribution guidelines](https://github.com/hyperledger/besu/blob/main/CONTRIBUTING.md)? - [ ]...
### Description i want to setup a private network that is gasless and able to submit contracts ### Acceptance Criteria able to get my contract deployed and transactions approved. ###...
When I try to run besu with the following preloaded contract (kurtosis config) ```yaml participants: - el_type: geth - el_type: besu network_params: preset: minimal genesis_delay: 5 additional_preloaded_contracts: '{ "0x4e59b44847b379578588920cA78FbF26c0B4956C": {...
## 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...
The option `--host-whitelist` has been deprecated since 2020, and can be removed now. -- host-allowlist already exists as an alias for this option, so it's only removing the name, not...