Module verification
Expand description
Verification logic for the EOF bytecode. Module that contains the verification logic for the EOF bytecode.
Structs§
- AccessTracker 
- Tracker status of verification of code sections and subcontainers. Used in validating EOF container.
Enums§
- CodeType 
- Types of code sections in EOF container
- EofError
- EOF Error
- EofValidationError 
- EOF Validation Error
Functions§
- validate_eof 
- Fully validates an Eofcontainer.
- validate_eof_ code 
- Validates that:
- validate_eof_ codes 
- Validates an Eofstructure, without recursing into containers.
- validate_eof_ inner 
- Fully validates an Eofcontainer. If first_code_type is None it will be auto deduced in verification process.
- validate_raw_ eof 
- Decodes rawinto anEofcontainer and validates it.
- validate_raw_ eof_ inner 
- Decodes rawinto anEofcontainer and validates it.