amirylm
amirylm
The idea is to support logs alerting in SSV
`golangci-lint` shows warnings when running with Go >= 1.16: https://github.com/bloxapp/ssv/blob/02931550e2c5285c4ddf0c874cc9363a80ef8c9f/utils/rsaencryption/rsa_encryption.go#L57 ``` SA1019: x509.IsEncryptedPEMBlock has been deprecated since Go 1.16 because it shouldn't be used: Legacy PEM encryption as specified in...
The requirement is to validate duties results, i.e. check that the validator's duty was successfully submitted
Currently: - prepare uses the msg container for quorum calculation - commit uses a dedicated fuction - change round uses a dedicated function - decided uses a dedicated pipeline function...
For each duty need to subscribe to committee subnet
Libp2p peers in tests (e.g. `network/p2p/p2p_test.go`) are using timeouts to get over peer discovery which is async. A better approach is to wait for connections and then act accordingly (combined...
My internet reconnected earlier and I lost peer connections. After the internet connection was re-established the ssvnode didnt try to reconnect. Needed to restart the ssvnode. Would be helpful if...
- signature - unique signers in aggregated sig - invalid validator PK - invalid lambda