Skip to main content

DOMAIN_BEACON_PROPOSER

Constant DOMAIN_BEACON_PROPOSER 

Source
pub const DOMAIN_BEACON_PROPOSER: &[u8] = b"DIG_BEACON_PROPOSER_V1";
Expand description

Domain tag for proposer block_signing_message (DSL-013, DSL-018).

Traces to SPEC §2.10, §5.2 step 6 + §5.4 step 1. Prefixed into the BLS signing message so a proposer signature produced for block production cannot be replayed as an attester signature (which uses DOMAIN_BEACON_ATTESTER) or any other context.