package octez-protocol-alpha-libs

  1. Overview
  2. Docs
Octez protocol alpha libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-protocol-alpha-libs.test-helpers/Tezos_alpha_test_helpers/Slashing_helpers/Full_denunciation/index.html

Module Slashing_helpers.Full_denunciationSource

Helpers about "full denunciations", that is, a denunciation item and its culprit. See type t of this module.

Sourcetype t = Tezos_base.TzPervasives.Signature.Public_key_hash.t * Tezos_protocol_alpha.Protocol.Denunciations_repr.item

A denunciation item preceded by the culprit's pkh. Indeed, the culprit isn't recorded inside the Protocol.Denunciations_repr.item because it serves as a key in the protocol's storage instead. But we often need both together in the tests.

Sourceval check_same_lists_any_order : loc:string -> t list -> t list -> unit Tezos_base.TzPervasives.tzresult Lwt.t

Asserts that both lists contain the same elements.

These elements may be ordered differently, but must have the same multiplicity in both lists.

OCaml

Innovation. Community. Security.