ord
ord copied to clipboard
Give user feedback of last mint timestamp & unmintable runes
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
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
Not exactly. I think this needs to be exposed in the API so users that minted with any wallet get this fredback.
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?
Yes. Wallet can query the API to show this