lodestar
lodestar copied to clipboard
BroadcastValidations tracer
implement - https://github.com/ethereum/beacon-APIs/pull/317
- [x] add basic validations - https://github.com/ChainSafe/lodestar/pull/5762
- [x] for blocks not produced via beacon, do a consensus val (state transition check)
- [x] for gossip, also do gossip vals first before broadcasting
- [ ] for gossip/consensus_and_equivocation
- [x] change warnings to errors for consensus chec
As discussed @g11tech , we should include validations for blobs if they are not local. Not sure if you want to keep it to this issue or open a new one?