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
The serialization and deserialization routines for PrepareResp fail to include a 4-byte length prefix before the payload, if the state is equal to continue.
Given that Janus 0.6 is already deployed, but not yet interoperating with any other aggregators, I think it would make sense to not fix this on our draft-07 branch, and instead fix it when we implement draft-09. We expect to do interoperation testing against Daphne on the draft-09 version of the protocol.
The text was updated successfully, but these errors were encountered:
The serialization and deserialization routines for
PrepareResp
fail to include a 4-byte length prefix before the payload, if the state is equal tocontinue
.Given that Janus 0.6 is already deployed, but not yet interoperating with any other aggregators, I think it would make sense to not fix this on our draft-07 branch, and instead fix it when we implement draft-09. We expect to do interoperation testing against Daphne on the draft-09 version of the protocol.
The text was updated successfully, but these errors were encountered: