amirylm
amirylm
I've noticed that when reading a config file with a field that is not available in env, its [custom function](https://github.com/ilyakaznacheev/cleanenv#custom-functions) won't run. The reason seems to be that for these...
Added basic scoring capabilities based on [ETH 2 config set](https://gist.github.com/blacktemplar/5c1862cb3f0e32a1a7fb0b25e79e6e2c) with some changes to adapt to the size and number of messages in our topics.
**Describe the bug** Nodes with limited resources seems to experience OOM termination pretty frequently. Seems like the issue is originated in the pubsub router, see [open issue](https://github.com/libp2p/go-libp2p-pubsub/issues/350) **To Reproduce** **Expected...
**Is your feature request related to a problem? Please describe.** **As a node operator**, reading the log output from ssv node is not an easy task. There is now the...
**Describe the bug** After running enough time, we see an increment in the number of goroutines and heap size, coming from `startRoundTimerLoop()` **To Reproduce** **Expected behavior** **Screenshots**   **Node...
Failure: ``` On branch stage Your branch is up to date with 'origin/stage'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git...
**WIP** This PR introduces a local testnet for SSV, running with local lighthouse testnet composed of beacon nodes and a local ganache. Tasks: - [x] environment (vagrant) - [x] monitoring...
**Describe the bug** The exporter returns all items for the given filter if `from` and `to` equals zero. **To Reproduce** **Expected behavior** Only the zero item should be returned. **Screenshots**...