-
Notifications
You must be signed in to change notification settings - Fork 8
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
Manual CPFP #371
base: master
Are you sure you want to change the base?
Manual CPFP #371
Conversation
There is another issue that I am facing, I am not sure when to construct the Currently the final state of |
SpendTx that can be cpfped can only be SpentTX with
The form::Value has a field
If you want to integrate your revaultd PR in the GUI you can change
I guess you can do it like this |
After further studying, I think it is best to not treat I am not creating a common module for both of these because the way it is triggered for spend and unvault will be different. unvault transactions will be CPFPed in a batch where as spend transactions for now will be CPFPed individually. Please let me know if there are any comments/fixes that I must do |
Since the feerate is taken in |
If I understand correctly, It is better in your opinion to redirect the user to a special dedicated panel than trying to integrate the action inside the spend panel. I am not opposed to this idea if this help to keep the code simple 👍 .
You can directly display the sat/vbyte without using the |
I started working on the gui side of the manual CPFP command implementation. Currently, I'm working on the
SpendTransaction
portion of it. The UI will be the same on the unvault but sincebroadcast
already existed forSpendTransaction
I decided to start from it. I have a few questions before I proceed.psbt
fromSharePsbt
and I have also seen such error handling Adding default port value if not provided. #369, not sure which one should I follow.revaultd
.One last thing, suppose I want to run my local
revaultd
along with localrevault-gui
onaquarium
how do I do that?