Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

MachineValidityProof

Git Source

Contains information used to prove the validity of a post-epoch machine state (yielded manually with an 'rx accepted' reason) and its outputs Merkle root (stored at the start of the tx buffer).

struct MachineValidityProof {
LeafProof iflagsYProof;
LeafProof htifTohostProof;
LeafProof txBufferProof;
}

Properties

NameTypeDescription
iflagsYProofLeafProofProves the iflags_Y register
htifTohostProofLeafProofProves the HTIF tohost register
txBufferProofLeafProofProves the first data block of the CMIO tx buffer