Packages

package bftordering

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AvailabilityAck(fromHost: String = "", fromPort: Int = 0, signature: Option[Signature] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AvailabilityAck] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class AvailabilityMessage(message: Message = com.digitalasset.canton.domain.sequencing.sequencer.bftordering.AvailabilityMessage.Message.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AvailabilityMessage] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class Batch(orderingRequests: Seq[OrderingRequest] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Batch] with Product with Serializable
    Annotations
    @SerialVersionUID()
  4. final case class BatchRequest(batchId: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BatchRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  5. final case class BatchResponse(batchId: String = "", batch: Option[Batch] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BatchResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. final case class BftOrderingMessage(traceContext: String = "", body: Option[BftOrderingMessageBody] = _root_.scala.None, fromHost: String = "", fromPort: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BftOrderingMessage] with Product with Serializable

    fromPort

    com.digitalasset.canton.crypto.v0.Signature signature = 5;

    Annotations
    @SerialVersionUID()
  7. final case class BftOrderingMessageBody(message: Message = com.digitalasset.canton.domain.sequencing.sequencer.bftordering.BftOrderingMessageBody.Message.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BftOrderingMessageBody] with Product with Serializable
    Annotations
    @SerialVersionUID()
  8. final case class Commit(blockNumber: Long = 0L, blockHash: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Commit] with Product with Serializable

    A Commit means that a node have received a quorum of Prepare Upon receiving a quorum of Commit, a node considers the round complete

    A Commit means that a node have received a quorum of Prepare Upon receiving a quorum of Commit, a node considers the round complete

    Annotations
    @SerialVersionUID()
  9. final case class ConsensusMessage(epochNumber: Long = 0L, message: Message = com.digitalasset.canton.domain.sequencing.sequencer.bftordering.ConsensusMessage.Message.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ConsensusMessage] with Product with Serializable

    epochNumber

    Might want to include segment

    Annotations
    @SerialVersionUID()
  10. final case class OrderingBlock(proofs: Seq[ProofOfAvailability] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[OrderingBlock] with Product with Serializable
    Annotations
    @SerialVersionUID()
  11. final case class OrderingRequest(traceContext: String = "", tag: String = "", payload: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[OrderingRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  12. final case class PrePrepare(blockNumber: Long = 0L, block: Option[OrderingBlock] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[PrePrepare] with Product with Serializable

    A PrePrepare message is the proposal sent by the leader in a round

    A PrePrepare message is the proposal sent by the leader in a round

    Annotations
    @SerialVersionUID()
  13. final case class Prepare(blockNumber: Long = 0L, blockHash: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Prepare] with Product with Serializable

    A Prepare is an acknowledgement that a node received the PrePrepare

    A Prepare is an acknowledgement that a node received the PrePrepare

    Annotations
    @SerialVersionUID()
  14. final case class ProofOfAvailability(batchId: String = "", acks: Seq[AvailabilityAck] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ProofOfAvailability] with Product with Serializable
    Annotations
    @SerialVersionUID()
  15. final case class StoreRequest(batchId: String = "", batch: Option[Batch] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[StoreRequest] with Product with Serializable

    A StoreRequest is requesting another availability node to store

    A StoreRequest is requesting another availability node to store

    Annotations
    @SerialVersionUID()
  16. final case class StoreResponse(batchId: String = "", signature: Option[Signature] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[StoreResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()

Ungrouped