Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NUT-06: Add wallet, mint notes for multiple mint URLs #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ok300
Copy link
Contributor

@ok300 ok300 commented Nov 6, 2024

Adding multiple Mint URLs (#62, #175) introduces new protocol risks, mentioned at #62 (comment)

The main ones are:

  • on the send side: wallets may send tokens with a possibly outdated mint URL
  • on the receive side: wallets may never check for (new) mint URLs because the mint is known, or the wallet may want to avoid making unnecessary network calls

The risk in both cases is that of unusable tokens, e.g. when the token has an outdated mint URL and the wallet is not aware of the other mint URLs.

This PR addresses ways in which this can be avoided.

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.

1 participant