package octez-smart-rollup-wasm-debugger-lib

  1. Overview
  2. Docs

Module Octez_smart_rollup_wasm_debugger_lib.CommandsSource

Sourcetype eval_step =
  1. | Tick
    (*

    Tick per tick

    *)
  2. | Result
    (*

    Up to Eval (Result (SK_Result _ | SK_Trap _))

    *)
  3. | Kernel_run
    (*

    Up to the end of the current `kernel_run`

    *)
  4. | Inbox
    (*

    Until input requested

    *)
Sourcetype profile_options = {
  1. collapse : bool;
  2. with_time : bool;
  3. no_reboot : bool;
}
Sourcetype commands =
  1. | Time of commands
  2. | Show_inbox
  3. | Show_outbox of int32
  4. | Show_status
  5. | Show_durable_storage
  6. | Show_subkeys of string
  7. | Show_key of string * Repl_helpers.printable_value_kind
  8. | Show_memory of int32 * int * Repl_helpers.printable_value_kind
  9. | Dump_function_symbols
  10. | Step of eval_step
  11. | Load_inputs
  12. | Reveal_preimage of string option
  13. | Reveal_metadata
  14. | Profile of profile_options
  15. | Unknown of string
  16. | Help
  17. | Stop
Sourceval parse_eval_step : string -> eval_step option
Sourceval parse_memory_commands : string list -> commands option
Sourceval parse_profile_options : string list -> profile_options option
Sourcetype command_description = {
  1. parse : string list -> commands option;
  2. documentation : string;
}
Sourceval commands_docs : command_description list
Sourceval try_parse : string list -> commands option
Sourceval parse_commands : string -> commands
Sourceval build_metadata : Config.config -> string
Sourceval read_data_from_file : string -> string
Sourceval read_data_from_stdin : int -> string Lwt.t
Sourceval read_data : kind:string -> directory:string -> filename:string -> int -> string Lwt.t
Sourceval reveal_preimage_builtin : Config.config -> int -> Tezos_protocol_alpha.Protocol.Sc_rollup_reveal_hash.t -> string Lwt.t
Sourceval request_dal_page : Config.config -> int -> Tezos_protocol_alpha.Protocol.Alpha_context.Raw_level.t -> Tezos_protocol_alpha.Protocol.Alpha_context.Dal.Slot_index.t -> int -> string Lwt.t
Sourceval reveals : Config.config -> Tezos_protocol_environment_alpha.Wasm_2_0_0.reveal -> string Lwt.t
OCaml

Innovation. Community. Security.