Expand description

Task for requesting the network for things

Structs§

  • A short lived task that waits a delay and starts trying peers until it completes a request. If at any point the requested info is seen in the data stores or the view has moved beyond the view we are requesting, the task will completed.
  • Long running task which will request information after a proposal is received. The task will wait a it’s delay and then send a request iteratively to peers for any data they don’t have related to the proposal. For now it’s just requesting VID shares.
  • VidRequest 🔒
    Wrapper for the info in a VID request

Constants§

Functions§

  • make_vid 🔒
    Make a VID Request Message to send

Type Aliases§