Skip to content

Indexer: persist revocation reason and expose it on Attestation type #776

Description

@Haroldwonder

Summary

revoke_attestation accepts and emits a revocation reason, and the contract's audit log stores it, but indexer/prisma/schema.prisma's Attestation model has no revocationReason column, so the GraphQL Attestation type can't return it.

Acceptance Criteria

  • Add revocationReason column to the Attestation Prisma model via a new migration.
  • Revocation event handler populates it.
  • Field exposed on the GraphQL Attestation type.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions