package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13

doc/octez-shell-libs.shell-services/Tezos_shell_services/Prevalidator_worker_state/Request/index.html

Module Prevalidator_worker_state.RequestSource

Sourcetype ('a, 'b) t =
  1. | Flush : Tezos_base.TzPervasives.Block_hash.t * Chain_validator_worker_state.update * Tezos_base.TzPervasives.Block_hash.Set.t * Tezos_base.TzPervasives.Operation_hash.Set.t -> (unit, Tezos_base.TzPervasives.error Tezos_base.TzPervasives.trace) t
    (*

    The chain changed, the mempool is being notified of the new state.

    *)
  2. | Notify : Tezos_base.P2p_peer.Id.t * Tezos_base.Mempool.t -> (unit, Tezos_base.TzPervasives.Empty.t) t
    (*

    The given peer sent this mempool.

    *)
  3. | Leftover : (unit, Tezos_base.TzPervasives.Empty.t) t
    (*

    Operations not yet processed should be processed.

    *)
  4. | Inject : {
    1. op : Tezos_base.Operation.t;
    2. force : bool;
    } -> (unit, Tezos_base.TzPervasives.error Tezos_base.TzPervasives.trace) t
    (*

    Operation has been locally injected (sent) to the node.

    *)
  5. | Arrived : Tezos_base.TzPervasives.Operation_hash.t * Tezos_base.Operation.t -> (unit, Tezos_base.TzPervasives.Empty.t) t
    (*

    Operation was fetched by the node.

    *)
  6. | Advertise : (unit, Tezos_base.TzPervasives.Empty.t) t
    (*

    Current mempool should be advertised to all known peers.

    *)
  7. | Ban : Tezos_base.TzPervasives.Operation_hash.t -> (unit, Tezos_base.TzPervasives.error Tezos_base.TzPervasives.trace) t
    (*

    User requested the node to ban operation with this hash.

    *)
Sourcetype view =
  1. | View : (_, _) t -> view
Sourceval view : (_, _) t -> view
Sourceval encoding : view Tezos_base.TzPervasives.Data_encoding.t
Sourceval pp : Format.formatter -> view -> unit
OCaml

Innovation. Community. Security.