This makes it possible to serialize/deserialize a default constructed proof.
This is currently failing because the IDs are set to zero rather than computed from the proof parameters. This will be required for testing the serialization/deserialization of a ProofRef.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- avalanche_proof_defaultconstructor
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19132 Build 38012: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 38011: arc lint + arc unit
Event Timeline
Comment Actions
Why do we want to compute the id of a proof that isn't initialized, and then recompute the correct one later? That doesn't make sense.