Certificates
Certificates.
Validators generate and exchange certificates,
which contain proposed transactions along with other information.
Certificates are the vertices of the DAG.
Certificates have a rich structure,
but we model only the information needed for our purposes.
In AleoBFT, there is a distinction between proposals and certificates,
with the latter being an extension of the former with endorsing signatures.
Currently we do not model proposals, but just certificates,
because we treat the Narwhal aspects of AleoBFT somewhat abstractly;
see transitions-create-certificate.
Subtopics
- Certificate
- Fixtype of certificates.
- Cert-with-author+round
- Retrieve, from a set of certificates,
a certificate with a given author and round.
- Certs-with-round
- Retrieve, from a set of certificates,
the subset of certificates with a given round.
- Certs-with-author
- Retrieve, from a set of certificates,
the subset of certificates with a given author.
- Certs-with-authors+round
- Retrieve the certificates from a set
with author in a given set and with a given round.
- Certificate-option
- Fixtype of optional certificates.
- Cert-set->author-set
- Lift certificate->author to sets.
- Cert-set->round-set
- Lift certificate->round to sets.
- Certs-with-authors
- Retrieve the set of certificates with given authors from a set.
- Certificate->signers
- Signers of a certificate.
- Certificate-set
- Fixtype of sets of certificates.
- Certificate-list
- Fixtype of lists of certificates.