process_block_header()
(Risc0)BeaconState
and a BeaconBlock
into risc0 zkVM to perform BeaconState::process_block_header()
within the guest VM.process_*
skeleton and Varun's process_block_header()
implementation, I'm now able to drop this into risc0 zkVM with only slight hacking, i.e. removing ssz_types::serde_utils::quoted_u64_var_list::deserialize()
from the BeaconState