Michael Sproul
Michael Sproul
I think it makes sense to use a different name for the Gnosis preset, as the Gnosis preset is not equal to the mainnet preset due to having changed `SLOTS_PER_EPOCH`...
I've updated this PR to use the `skip_randao_verification` flag that was decided upon in the `beacon-APIs` repo. I've tested it manually and it seems to be working well. If you'd...
> Alternatively, we may have GET /eth/v1/checkpoint/finalized_block_state returning bundled block and state at the finalized checkpoint, SSZ encoded I would be in favour of this for Lighthouse as the assumption...
> This is the Engine API, or a different API? Nah, the beacon API served by consensus clients (i.e. this repo). Spec is rendered online here: https://ethereum.github.io/beacon-APIs/
> So it's the block from the first slot of the epoch or if that's an empty slot the most recent block before that. I think this insight is what...
@ajsutton I think my example is actually too conservative, if there's a gap with no blocks that spans the weak subjectivity period then the epoch following block $B$ could be...
Just catching up with this from the Lighthouse side and I have a few questions 1. It seems strange to mix concerns by combining `mev-boost` config with CL config. IMO...
Awesome, thanks!
I'm interested in a feature like this so that I can compile Solidity and Vyper contracts as part of the same project. For now I've written my own `Backend` class...