-
**Describe the bug**
error while building nimbus_beacon_node
**To Reproduce**
Steps to reproduce the behavior:
1. Platform details
(OS, architecture):
Architecture: armv7l
Byte Or…
-
Some logs are missing when querying them in our [Nimbus Kibana instance](https://nimbus-logs.infra.status.im/), specifically:
```
{"lvl":"DBG","ts":"2022-01-28 14:05:54.724+00:00","msg":"Received re…
-
Some of the eth2 clients have the ability to support fallback eth1 clients for deposit information. This would be useful to support, for example, when you're pruning geth and need to take it down for …
-
## Description
Currently, peers are not penalized for pubsub messages that do not decompress or decode properly. See inline `TODO`.
https://github.com/status-im/nimbus-eth2/blob/a0a4526c8347b12…
-
**Describe the bug**
When the beacon node is synced to the head of the chain, the sync time remaining keeps increasing.
**To Reproduce**
Steps to reproduce the behavior:
1. Platform details (OS,…
-
When migrating validators we prepare a node by syncing Eth2. However Nimbus only sync Eth1 when a validator is attached.
To avoid additional delay and miss a block proposal on migration we probably…
-
Nimbus team created a long range attack scenario on Pyrmont network as described here: https://notes.status.im/nimbus-insecura-network?view
tl-dr: They rewrote pyrnmont chain from epoch 60000 for 12k…
-
**Describe the bug**
Running nimbus with a fully synced erigon archival (absolutely no pruning) node gives the following loop (failing to connect):
`err: Failed to setup web3 connection`
```
Dec…
-
With the advent of the merge-devnets, it would make sense to start monitoring the performance of various client combinations on a chain level in preparation for the merge. Some scripts might be useful…
-
A lot of our code is still not well covered by tests. It would be useful to have a tool that can track this.