ethereum / ethereum/trinity-eth2
Investigate client-side validations of data coming from a beacon node to the validator client
Open
- Dominant language
- Python
- Stars
- 16
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
There are some simple sanity-check type validations we can do when we get data from a beacon node as the validator client.
The extent to which we want to validate the data depends on our trust model, where we already trust the beacon node to great extent. This being said we could still check the data we get back is the data we expect, more to account for programmer error than malicious behavior.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.