Add tests and ssz suppport

This commit is contained in:
Eitan Seri-Levi
2026-04-27 09:46:09 +02:00
parent d42784229a
commit 68bfb33430
6 changed files with 215 additions and 21 deletions

View File

@@ -1455,6 +1455,8 @@ impl<T: SlotClock + 'static, E: EthSpec> ValidatorStore for LighthouseValidatorS
})
}
/// Sign an `ExecutionPayloadEnvelope` for Gloas (local building).
/// The proposer acts as the builder and signs with the BeaconBuilder domain.
async fn sign_execution_payload_envelope(
&self,
validator_pubkey: PublicKeyBytes,