Skip to content

feat(execution): implement ERC-721 transfer with retry/skip/abort branch behavior #15

Description

@rosspeili

Summary

Implement NFT transfer flow with non-blocking partial failure behavior.

Why

ADR defines per-item retry/skip semantics to avoid deadlocks.

Scope

  • safeTransferFrom execution path
  • Retry counter and max-attempt handling
  • Skip/abort branch behavior with events

Acceptance Criteria

  • Failing NFT item can be skipped/retried per policy
  • Unrelated items continue unless marked atomic
  • Tests cover branch outcomes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions