-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add timestamps to confirmed and spent block columns #38
Comments
Good point, the wallet protocol doesn't provide this timestamp data though, so I'm not sure what the best way to get it would be. |
The wallet protocol doesn't have a message for this, but it turns out the peer protocol does (and this can be called by wallets too). You can request the block header for the spent and confirmed heights and get the timestamp out of the foliage block info. I'll make a queue to request all of the block timestamps for the coin records in the wallet. |
Making progress with this. All elements of fix (except JS portions) have been individually tested, including new queue. Next step: to combine, test, get reviewed and add to a pull request. |
see #342 for updates |
The wallet currently displays the confirmed and/or spent block height for coins/tokens, it would be much more user friendly to instead display the timestamp of the transaction block and have the block height (and potentially transaction ID) in a tooltip for the coin/token
The text was updated successfully, but these errors were encountered: