You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current consensus code, we drop deserialized partial signatures and re-deserialize them when generating a notarization, nullification, or finalization:
In the current consensus code, we drop deserialized partial signatures and re-deserialize them when generating a
notarization
,nullification
, orfinalization
: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):monorepo/consensus/src/lib.rs
Lines 31 to 36 in eaedda6
The text was updated successfully, but these errors were encountered: