-
We recently encountered an issue with the beacon API when calling /eth/v1/beacon/states/{state_id}/finality_checkpoints. The API returned a 500 error, indicating that it was not implemented.
Upon r…
-
Using `readAllBytes` / `readAllFile` / ... or rather the underlying `readFile` cannot be used at compile time because of usage of `toOpenArray`.
Hitting practically this issue: https://github.com/nim…
kdeme updated
2 years ago
-
Going through the API as part of documenting it for OpenAPI and have several suggestions on how to make it cleaner.
1. Use `json` for most, if not all, responses to have them unified
- `/connect…
-
**Describe the bug**
when using `--listen-address=` node exits with error: `Error: unhandled exception: /home/pi/nimbus-eth2/vendor/nim-chronos/chronos/transports/datagram.nim(488, 13) 'remote.fami…
-
```
/home/monyarm/.nimble/pkgs/presto-0.0.4/presto/client.nim(808, 21) Error: undeclared identifier: 'encodeBytes'
candidates (edit distance, scope distance); see '--spellSuggest':
(4, 10): 'getB…
-
### Describe the bug
Prysm returns true for `el_offline` after el connected, this should be false.
### Has this worked before in a previous version?
```text
Not sure.
```
### 🔬 Minimal Reproduct…
-
**Describe the bug**
I am experimenting with different SSV setups. most are working fine. But this configuration crashes several times a day. It reboots, but would be nice to avoid these completely..…
-
### Description
When `case` objects are nested, there is no way to access the inner fields without triggering `ProveField` (if enabled)
```nim
{.push warning[ProveField]:on.}
type Foo = object…
-
## Description
After briefly discussing this on the Sep 17 meeting, filing this issue to track the progress on Fuzzing tests for CLI.
`Ensure that the CLI can handle malicious inputs (overflow,…
-
When passing a `static openArray[uint64]` to another function, in some cases the Nim compiler generates incorrect code if the caller has the same function name. Instead of passing the `uint64` array a…