Overview
contract/src/handlers/transfer.rs records ownership transfer (CT-03), but there's no evident guard preventing a transfer on a document whose anchor was already revoked — a revoked document shouldn't be transferable, but nothing currently tests or enforces that ordering.
Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
contract/src/handlers/transfer.rsrecords ownership transfer (CT-03), but there's no evident guard preventing a transfer on a document whose anchor was already revoked — a revoked document shouldn't be transferable, but nothing currently tests or enforces that ordering.Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.