Karl Bartel

Results 39 issues of Karl Bartel

Without these commits the following tests fail reproducibly on MacOS/arm64: ``` accounts/keystore TestUpdatedKeyfileContents metrics/influxdb TestExampleV1 metrics/influxdb TestExampleV2 ``` These commits are cherry-picked from upstream go-ethereum. If you prefer to get...

The [OP alt-DA spec](https://specs.optimism.io/experimental/alt-da.html#da-server) requires ``` Request: POST /put Content-Type: application/octet-stream Body: Response: 200 OK Content-Type: application/octet-stream Body: ``` But the [implementation](https://github.com/ethereum-optimism/optimism/blob/5a5dd8f44161e8e05093d92b32e102eb38fe78b6/op-alt-da/daserver.go#L56) only listens at the URL `/put/` (with trailing...

`$(command -v geth)` is valid shell syntax, but it gets processed by make first, so that this never gets correctly executed by the shell. As a result, `make install-geth` and...

**Description** The OptimismBaseFeeRecipient should show up in prestate tracing results (both the normal prestate and the diff mode prestate results) if IsOptimism. **Tests** I added one prestate diff test with...

`expr` returns a non-zero exit code if its calculated value is zero. This is surprising and usually not what you want. In this case, it will lead to the script...

Only OP-mainnet and sepolia are hardcoded. For other networks, use the healthcheck RPC. If that is not set, give an informative message instead of an error. Refactor: move setting L2_URL...

The data at https://salsa.debian.org/iso-codes-team/iso-codes/-/tree/main/data looks good, is constantly updated and contains names of all languages in all languages.

Accent-insensitive search works for latin characters, but not for Greek characters. Searching for "κοσμος" should yield results for "κόσμος". ICU support could help with this, but is unfortunately not too...

enhancement

The order of pronunciations within a single list in the results seems to be random right now. Do we have data to order them in a meaningful way?

enhancement