ord icon indicating copy to clipboard operation
ord copied to clipboard

Give user feedback of last mint timestamp & unmintable runes

Open emilcondrea opened this issue 10 months ago • 4 comments

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? https://github.com/ordinals/ord/pull/3476

@casey

emilcondrea avatar Apr 25 '24 08:04 emilcondrea

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

cryptoni9n avatar Apr 26 '24 01:04 cryptoni9n

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

emilcondrea avatar Apr 26 '24 05:04 emilcondrea

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?

cryptoni9n avatar Apr 26 '24 15:04 cryptoni9n

Yes. Wallet can query the API to show this

emilcondrea avatar Apr 27 '24 08:04 emilcondrea