hotstuff icon indicating copy to clipboard operation
hotstuff copied to clipboard

chore: remove unused Signature message in hotstuff.proto

Open meling opened this issue 8 months ago • 0 comments

message Signature {
  oneof Sig {
    ECDSASignature ECDSASig = 1;
    BLS12Signature BLS12Sig = 2;
    EDDSASignature EDDSASig = 3;
  }
}

This is never used in Go code or in the RPCs.

meling avatar Jun 24 '25 14:06 meling