Skip to content

feat: add issuer-signed transfer-restriction override (#589) - #709

Open
sir-emmy1 wants to merge 1 commit into
RevoraOrg:masterfrom
sir-emmy1:feat/transfer-restriction-override
Open

feat: add issuer-signed transfer-restriction override (#589)#709
sir-emmy1 wants to merge 1 commit into
RevoraOrg:masterfrom
sir-emmy1:feat/transfer-restriction-override

Conversation

@sir-emmy1

@sir-emmy1 sir-emmy1 commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

closes #589

  • Add TransferOverridePayload type for issuer-signed override attestations
  • Add transfer_with_override entrypoint with ed25519 signature verification
  • One-shot replay protection via SHA-256 digest storage (OverrideAlreadyUsed error)
  • Emit transfer_override_applied (xfer_ovrd) event for audit trail
  • Add comprehensive tests covering happy path, replay rejection, caps, self-transfer no-op, event emission, and contract-frozen guard
  • Add new DataKey2::TransferOverrideDigest variant for storage
  • Update AUTH_MATRIX.md with override documentation

- Add TransferOverridePayload type for issuer-signed override attestations
- Add transfer_with_override entrypoint with ed25519 signature verification
- One-shot replay protection via SHA-256 digest storage (OverrideAlreadyUsed error)
- Emit transfer_override_applied (xfer_ovrd) event for audit trail
- Add comprehensive tests covering happy path, replay rejection, caps,
  self-transfer no-op, event emission, and contract-frozen guard
- Add new DataKey2::TransferOverrideDigest variant for storage
- Update AUTH_MATRIX.md with override documentation
@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@sir-emmy1 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add transfer-restriction override attestation allowing issuer to whitelist specific transfers

1 participant