Yahya Hassanzadeh, Ph.D.

Results 11 issues of Yahya Hassanzadeh, Ph.D.

# 💎 Issue ### Background I noticed a few minor issues with `runner` at `validator/client/runner.go`: 1. [`slotCtx`](https://github.com/prysmaticlabs/prysm/blob/develop/validator/client/runner.go#L88) is not cancelled upon return, which may cause a context leakage. 2. [`span`](https://github.com/prysmaticlabs/prysm/blob/develop/validator/client/runner.go#L73)...

Priority: Low