A proof with a negative or zero expiration time will never expire, any other value will expire once the tip MTP is greater or equal to the expiration time.
Details
Details
- Reviewers
sdulfari - Group Reviewers
Restricted Project - Commits
- rABC26d8645919e9: [avalanche] Implement proof expiration time
ninja all check-extended
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- avalanche_proof_expiration_time
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19861 Build 39436: Build Diff lint-circular-dependencies · build-diff · build-clang-tidy · build-without-wallet · build-clang · build-debug Build 39435: arc lint + arc unit
Event Timeline
Comment Actions
At a minimum, needs these test cases and maybe more:
- Start a node and expire its proof.
- Start a node and expire its proof with conflict replacement.
- Check quorum status when expiration occurs.