ethereum / ethereum/trinity-eth2
The validator client currently crashes if a request is made against a beacon node that goes down.
Open
- Dominant language
- Python
- Stars
- 16
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
A common workflow during development is to have the validator client running and then restart an attached beacon node.
This currently raises an `OSError` which is not caught in the client and crashes the entire process.
Ideally the validator client drops requests that cannot be made when the beacon node is unreachable and keeps moving along.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.