daniellehrner

Results 27 issues of daniellehrner

# Method Id is not calculated correctly if a parameter is a DynamicArray within a DynamicStruct In Solidity it is possible to define an array within a struct and use...

bug

### Description When I enter an invalid value for `--rpc-http-apis` or `--rpc-ws-apis` I get for example the following error: ``` picocli.CommandLine$ParameterException: Invalid value for option '--rpc-http-apis' at org.hyperledger.besu.cli.BesuCommand.run(BesuCommand.java:1306) at picocli.CommandLine.executeUserObject(CommandLine.java:1939)...

TeamGroot
dev experience

### Description We want to improve the log file output to make it easier to understand for end users. I propose to clean up the `INFO` log level and make...

epic

### Description Currently there is no easy way to recover the [ENR (Ethereum Node Record)](https://eips.ethereum.org/EIPS/eip-778) of a Besu node. It can only be recovered in the log output, right after...

documentation
TeamChupa

### Description A new version of the Ethereum reference tests has been released: https://github.com/ethereum/tests/releases/tag/v11 We should update them to keep up to date with the latest changes.

testing
mainnet
TeamChupa

Besu offers a [liveness RPC endpoint](https://besu.hyperledger.org/en/latest/HowTo/Interact/APIs/Using-JSON-RPC-API/#liveness). But the endpoint does not do any check and just returns that is is `UP` no matter what: [source code of the check](https://github.com/hyperledger/besu/blob/ed1329cf848a9d7858d039a55add810da3c428b5/ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/health/LivenessCheck.java#L24). We...

enhancement
TeamChupa

Signed-off-by: Daniel Lehrner ## PR description Prints an overview of configuration and system information at startup. This is considered a first version and mainly intended to help debug issues that...

## PR description The docker build step can fail if `apt-get` gets it's dependencies from a transparent cache (e.g. from an ISP) and this cache serves corrupted or outdated packages....

When executing `./gradlew distDocker` it can fail if a transparent cache contains faulty data. The output of one such example can be seen here where `apt-get instal fails because of...

TeamChupa

## PR description ## Fixed Issue(s) fixes #7205 ### 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)? - [...