Overview
contract/src/handlers/verify.rs (284 lines) implements the batch verification endpoint from the README's documented routes, but it's unclear from the existing coverage whether a batch containing a mix of valid and invalid/not-found hashes returns a per-item result set, or fails the whole batch on the first bad entry.
Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
contract/src/handlers/verify.rs(284 lines) implements the batch verification endpoint from the README's documented routes, but it's unclear from the existing coverage whether a batch containing a mix of valid and invalid/not-found hashes returns a per-item result set, or fails the whole batch on the first bad entry.Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.