I am wondering why the proof of work is missing during the serialization/deserialization process. In detail: The serialize_transcript_internal function of bcs_common.tcc seems to be incomplete. Isn't it necessary to include the proof_of_work_ of bcs_transformation_transcript during serialization?
I am wondering why the proof of work is missing during the serialization/deserialization process. In detail: The
serialize_transcript_internalfunction of bcs_common.tcc seems to be incomplete. Isn't it necessary to include theproof_of_work_ofbcs_transformation_transcriptduring serialization?