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

[vsp] Show fee tx hash and fee status on tx details view #3752

Merged
merged 6 commits into from May 9, 2022

Conversation

bgptr
Copy link
Collaborator

@bgptr bgptr commented May 6, 2022

Closes #2859
Closes #3083
One step further to #3010
Requires decred/dcrwallet#2146 (has been merged)

This diff displays a button on the tx details page if the vsp host info is present. Clicking on it, it asks for the private passphrase and signs the message for the vsp communication. After fetching the vsp info, displays the clickable tx hash and the fee status.

Also, if the received fee tx is in confirmed status for an unspent ticket but the dcrwallet thinks it's not yet confirmed, the app processes and updates the status in the background.

2022-05-06_16-36

2022-05-06_16-37

2022-05-06_16-37_1

@alexlyp
Copy link
Member

alexlyp commented May 9, 2022

Dcrwallet requirement has been merged, looks like just a small linter issue to deal with

@bgptr bgptr marked this pull request as ready for review May 9, 2022 18:28
@alexlyp alexlyp merged commit 4aeef63 into decred:master May 9, 2022
@bgptr bgptr deleted the get-vspticket-status branch July 1, 2022 09:46
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.

Improve vsp fee tx visability [1.6.0-rc2] Relate ticket tx to corresponding fee txs in the UI
2 participants