amirylm

Results 59 issues of amirylm

**Describe the bug** Some operators are getting multiple frequent errors from CC (`Lighthouse`): ``` Feb 05 21:42:17.394 ERRO Failure verifying attestation for gossip, attestation_slot: 2299111, committee_index: 63, request_index: 0, error:...

bug

**Describe the bug** SSV node manages to handshake, but fails to make any request with `websocket: close 1006 (abnormal closure): unexpected EOF`. **To Reproduce** **Expected behavior** **Screenshots** **Node (please complete...

bug

**Describe the bug** We found that multiple validators were stuck due to a deadlock in `RoundTimer`. There is a race between elapsed time and killing the timer, which creates a...

bug

**Describe the bug** When a committee starts decided messages chain from scratch, exporter doesn't save the new messages as they come with known sequence number. A scenario where this might...

bug

**Describe the bug** The issue is originated in the way the exporter adds an internal index to validators, which works async with `events.Feed` and depends on an external task (get...

bug

**Describe the bug** There is a leak of goroutines and memory after running for a few days **To Reproduce** **Expected behavior** **Screenshots** **Node (please complete the following information):** - Exporter...

bug

**Describe the bug** In a well-connected network, running nodes will consume more resources to process all network related tasks e.g. parsing, peers management etc. When the network reaches ~250 peers,...

bug

**Describe the bug** Some operators experienced unreasonable growth in goroutines and high memory/cpu, seems to coming from libp2p. **To Reproduce** **Expected behavior** **Screenshots** **Node (please complete the following information):** -...

bug

**Is your feature request related to a problem? Please describe.** Validators starts to sync history while ETH1 sync is running, this is a wrong behavior as future events can deregister...

enhancement

**Describe the bug** When ETH1 sync takes too long, monitoring is not available **Expected behavior** Monitoring should be available once the node is up. **Screenshots** **Node (please complete the following...

bug