Skip to main content
Schema: monad.gov Table: ez_validator_consensus_logs Type: View

What

Consensus log data joined with validator dimension data. Provides a convenient view of all consensus events (proposed_block, timeout, finalized_block) with validator information attached.

Columns

Column NameData TypeDescription
ROUNDNUMBERConsensus round number
PARENT_ROUNDNUMBERParent round number
BLOCK_NUMBERNUMBERBlock sequence number (seq_num)
EPOCHNUMBEREpoch number
MESSAGETEXTEvent type (proposedblock, timeout, finalizedblock)
NUM_TXNUMBERNumber of transactions in proposed block
BLOCK_TIMESTAMPTIMESTAMP_NTZBlock timestamp
EVENT_TIMESTAMPTIMESTAMP_NTZTimestamp of the consensus event
VALIDATOR_IDNUMBERID of the validator
VALIDATOR_NAMETEXTName of the validator
AUTH_ADDRESSTEXTAuthority address of the validator
CONSENSUS_ADDRESSTEXTConsensus address of the validator
VALIDATOR_STATUSTEXTCurrent status of the validator
CONSENSUS_DATA_IDTEXTUnique identifier from silver consensus data
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified