https://gitlab.com/tezos/tezos
Raw File
Tip revision: ea0126deb00ab5c18b2fa55c9334651a51451a4b authored by pecornilleau on 05 April 2023, 10:02:56 UTC
SORU: EVM: decoding of pre EIP 155
Tip revision: ea0126d
TEZOS_PROTOCOL
{
    "hash": "PsddFKi32cMJ2qPjf43Qv5GDWLDPZb3T3bF6fLKiF5HtvHNU7aP",
    "modules": [
        "Misc",
        "Storage_description",
        "State_hash",
        "Nonce_hash",
        "Script_expr_hash",
        "Contract_hash",
        "Blinded_public_key_hash",

        "Qty_repr",
        "Tez_repr",
        "Period_repr",
        "Time_repr",
        "Constants_repr",
        "Fitness_repr",
        "Raw_level_repr",
        "Voting_period_repr",
        "Cycle_repr",
        "Level_repr",
        "Seed_repr",
        "Gas_limit_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",

        "Raw_context",
        "Storage_sigs",
        "Storage_functors",
        "Storage",

        "Constants_storage",
        "Level_storage",
        "Nonce_storage",
        "Seed_storage",
        "Roll_storage",
        "Delegate_storage",
        "Contract_storage",
        "Bootstrap_storage",
        "Fitness_storage",
        "Vote_storage",
        "Commitment_storage",
        "Init_storage",
        "Fees_storage",

        "Alpha_context",

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

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

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

        "Main"
    ]
}
back to top