amirylm

Results 59 issues of 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...

bug
help wanted
good first issue

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...

bug

**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...

enhancement

**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** ![image](https://user-images.githubusercontent.com/83904651/177121756-d5bbdc6a-a0d1-4fc5-852a-35bf0875bda5.png) ![image](https://user-images.githubusercontent.com/83904651/177121840-84896172-6df8-4a63-99aa-01669bc850bd.png) **Node...

bug

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**...

bug