Skip to content

πŸ”’ Wait for the claim transaction to actually succeedΒ #29

Description

@blockchain-maxis

Maintainer-owned β€” listed for the record, not open for community pickup.

lib/registry.ts:70 returns immediately after sendTransaction, whose status is
PENDING. The UI prints Claimed! tx … even when the contract then panics
(duplicate handle, wallet already bound, NotInitialized). Poll getTransaction
until SUCCESS/FAILED, with a timeout.

Acceptance: claiming an already-taken handle surfaces a failure, not a success.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions