Module Tezos_baking_alpha.Node_rpc

Inject a block.

  • parameter force

    defaults to false

  • returns

    block hash of the newly injected block

Inject an operation.

  • returns

    operation hash of the newly injected operation

Preapply a block using the node validation mechanism.

Monitor validated blocks/proposals from the node.

Monitor heads from the node.

Await the current protocol to be activated.

Get the validators information for the given list of keys.

monitor_attestable_slots dal_node_rpc_ctxt ~delegate_id opens a streamed RPC to the DAL node for the given ~delegate_id. Each item emitted on the stream contains DAL attestable information for this delegate.

get_dal_profiles ctxt delegates calls the DAL node RPC GET /profiles/ to retrieve the DAL node's profiles.

register_dal_profiles ctxt delegates calls the DAL node RPC PATCH /profiles/ to register each profile corresponding to a delegate in delegates.

get_dal_health ctxt calls the DAL node RPC 'GET /health'