Michael Sproul
Michael Sproul
The full AST that you can feed to `cake` is: ``` ( (Tdec (Dtype (0 0 0 0 0 0) ((nil "ternaryComparisons_ordering" ("Greater" ) ("Equal" ) ("Less" ))))) (Tdec (Dtype...
Parsing fails, the error is just `ERROR: parse error` (not sure how to get more info)
Checkpointz is now patched as of v0.28.0: - https://github.com/ethpandaops/checkpointz/pull/212 - https://github.com/ethpandaops/checkpointz/releases/tag/v0.28.0
Hi @mcdee, not urgent but if you could get the `checkpointz` version updated on `mainnet-checkpoint-sync.attestant.io` it will help us revert a hack we added to maintain compatibility with old `checkpointz`...
Attestant still not patched so bumping this to v8.0.0
This seems to be an issue upstream in `ethereum-genesis-generator`, possibly `eth2-testnet-genesis`. The state generated with `ELECTRA_FORK_EPOCH: 0` is actually a Deneb state, as confirmed with: ``` lcli pretty-ssz BeaconStateDeneb genesis.ssz...
Have asked maintainers, but the only PR I can find related to Electra is: - https://github.com/protolambda/eth2-testnet-genesis/pull/17
Nice! Yeah I think Kurtosis has probably been updated now that Electra is live on mainnet. I wonder if we should update our default local testnet to start from Electra?
Fixed now! And closed by: - https://github.com/sigp/lighthouse/pull/7570
Nice! Love this!