https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2fa5e5007842e6b76ec55a8ca55e2f9a7f289d23 authored by Alain Mebsout on 17 November 2022, 00:27:27 UTC
WIP: delegate proto
Tip revision: 2fa5e50
TEZOS_PROTOCOL
{
    "expected_env_version": 2,
    "hash": "PtGRANADsDU8R9daYKAgWnQYAJ64omN1o3KMGVCykShA97vQbvV",
    "modules": [
        "Misc",
        "Storage_description",
        "State_hash",
        "Nonce_hash",
        "Script_expr_hash",
        "Contract_hash",
        "Blinded_public_key_hash",

        "Tez_repr",
        "Period_repr",
        "Time_repr",
        "Fixed_point_repr",
        "Saturation_repr",
        "Gas_limit_repr",
        "Constants_repr",
        "Fitness_repr",
        "Raw_level_repr",
        "Cycle_repr",
        "Level_repr",
        "Seed_repr",
        "Voting_period_repr",
        "Script_int_repr",
        "Script_timestamp_repr",
        "Michelson_v1_primitives",
        "Script_repr",
        "Contract_repr",
        "Roll_repr",
        "Vote_repr",
        "Block_header_repr",
        "Operation_repr",
        "Manager_repr",
        "Commitment_repr",
        "Parameters_repr",
        "Sapling_repr",
        "Lazy_storage_kind",
        "Receipt_repr",
        "Migration_repr",

        "Raw_context_intf",
        "Raw_context",
        "Storage_costs",
        "Storage_sigs",
        "Storage_functors",
        "Storage",

        "Constants_storage",
        "Level_storage",
        "Nonce_storage",
        "Seed_storage",
        "Roll_storage",
        "Delegate_storage",
        "Sapling_storage",
        "Lazy_storage_diff",
        "Contract_storage",
        "Bootstrap_storage",
        "Fitness_storage",
        "Voting_period_storage",
        "Vote_storage",
        "Commitment_storage",
	"Fees_storage",
	"Liquidity_baking_repr",
	"Liquidity_baking_cpmm",
	"Liquidity_baking_lqt",
	"Liquidity_baking_migration",
        "Init_storage",
        "Sapling_validator",

        "Alpha_context",

        "Script_typed_ir",
        "Script_tc_errors",
        "Michelson_v1_gas",
        "Script_ir_annot",
        "Script_ir_translator",
        "Script_tc_errors_registration",
        "Script_interpreter_defs",
        "Script_interpreter",

        "Baking",
        "Amendment",
        "Apply_results",
        "Apply",

        "Services_registration",
        "Constants_services",
        "Sapling_services",
        "Contract_services",
        "Delegate_services",
        "Voting_services",
        "Alpha_services",

        "Main"
    ]
}
back to top