Problemremove_anchor on an expired/archived entry fails at the host layer rather than a typed error (related to issue 53's TTL).
- Raw host error.
- No typed NotFound.
- Client ambiguity.
Solution
- Map archived/expired reads to a typed error.
- Test removal on expired anchors.
Acceptance Criteria
- Typed error on expired anchor ops.
cargo test --workspace passes.
Note for Contributors: Write a clear PR description. Show the expired-anchor test.
Problem
remove_anchoron an expired/archived entry fails at the host layer rather than a typed error (related to issue 53's TTL).Solution
Acceptance Criteria
cargo test --workspacepasses.Note for Contributors: Write a clear PR description. Show the expired-anchor test.