Skip to content

TODO: Implement quote tracking per NIP-60 #25

@shroominic

Description

@shroominic

TODO Location

sixty_nuts/wallet.py:846

Priority

🟡 Medium Priority - NIP-60 compliance

Current Code

# TODO: Implement quote tracking as per NIP-60:
# await self.publish_quote_tracker(
#     quote_id=quote_resp["quote"],
#     mint_url=mint_url,
#     expiration=int(time.time()) + 14 * 24 * 60 * 60  # 2 weeks
# )

What needs to be done

  • Implement quote tracking events as specified in NIP-60
  • Publish quote tracker events when creating mint/melt quotes
  • Track quote expiration and status
  • Enable quote recovery and status checking

NIP-60 requirements

  • Publish encrypted quote events with quote details
  • Include expiration timestamp
  • Support quote status updates
  • Handle quote cleanup

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions