package tezos-protocol-alpha

  1. Overview
  2. Docs
Tezos protocol alpha package

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

doc/tezos_raw_protocol_alpha/Tezos_raw_protocol_alpha/Baking/index.html

Module Tezos_raw_protocol_alpha.BakingSource

Sourcetype Tezos_protocol_environment_alpha.Error_monad.error +=
  1. | Insufficient_attestation_power of {
    1. attestation_power : int;
    2. consensus_threshold : int;
    }

For a given level computes who has the right to include an attestation in the next block.

  • returns

    map from delegates with such rights to their attesting slots, in increasing order.

This function is only used by the 'validators' RPC.

Computes attesting rights for a given level.

  • returns

    map from allocated first slots to their owner's public key, consensus attesting power, and DAL attesting power.

Computes the bonus baking reward depending on the attestation power.