Open
Description
In the current consensus code, we drop deserialized partial signatures and re-deserialize them when generating a notarization
, nullification
, or finalization
:
monorepo/consensus/src/threshold_simplex/actors/voter/actor.rs
Lines 1037 to 1080 in eaedda6
monorepo/consensus/src/threshold_simplex/actors/voter/actor.rs
Lines 450 to 454 in eaedda6
We should find a way to store arbitrary fixed-size arrays with a parsed protobuf object or find a way to parse the types directly with prost (#454).
We currently have Parsed
but that is typically only used with Digests (and support one associated item):
Lines 31 to 36 in eaedda6
Metadata
Metadata
Assignees
Labels
Type
Projects
Status