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

Give user feedback of last mint timestamp & unmintable runes #3686

Open
emilcondrea opened this issue Apr 25, 2024 · 4 comments
Open

Give user feedback of last mint timestamp & unmintable runes #3686

emilcondrea opened this issue Apr 25, 2024 · 4 comments

Comments

@emilcondrea
Copy link
Contributor

emilcondrea commented Apr 25, 2024

Lots of users complaining they did not receive their runes after minting. /output/txid:vout API only shows if it contains runes at the moment, but not if it contained in past, if spent. So if the user checks that endpoint later, they have no idea if they received the mints through minting, spent them or just spent the sats not containing any runes in it.

We need a way to let user know if their mint was successful or the cap was already reached when the mint transaction was processed.

There was a PR for this which I think was mistakenly closed? #3476

@casey

@cryptoni9n
Copy link
Collaborator

cryptoni9n commented Apr 26, 2024

Would it satisfy your requirement if we updated the ord wallet outputs command to display these additional fields for each utxo in the rpcwallet?

  • output txid (timestamp can be derived from this)
  • address
  • amount
  • confirmations
  • runes

@emilcondrea
Copy link
Contributor Author

Not exactly. I think this needs to be exposed in the API so users that minted with any wallet get this fredback.

@cryptoni9n
Copy link
Collaborator

Not exactly. I think this needs to be exposed in the API so users that minted with any wallet get this fredback.

perhaps both can be done to allow for the information to be available at the local client level as well as the api?

@emilcondrea
Copy link
Contributor Author

Yes. Wallet can query the API to show this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for Review
Development

No branches or pull requests

2 participants