-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: renew fidelity bond #678
Conversation
ddff0ae
to
e13eb1f
Compare
675a4ae
to
658c39d
Compare
b830558
to
7401ce8
Compare
I am inclined to hide this behind a feature toggle till users can specify the tx fee directly when JoinMarket-Org/joinmarket-clientserver#1360 is implemented. (There is a workaround by temporarily setting the txfee via |
Revert to draft - blocked till JoinMarket-Org/joinmarket-clientserver#1597 is tested and merged. |
d8f1fc4 Add optional txfee property for direct-send wallet RPC (Kristaps Kaupe) Pull request description: Resolves #1360. Jam wants it for joinmarket-webui/jam#678. ACKs for top commit: AdamISZ: tACK d8f1fc4 Tree-SHA512: aa5afc17c0a39d65094c69d847841295c101ed74518be25610378aa7eda95ee3e609f7ae49be75c3e9d148dd8f7787ac1ccc17aa8ee624d1cef3508fa70af114
7401ce8
to
d691e37
Compare
d691e37
to
ae35695
Compare
6d030dc
to
8608ce2
Compare
Unblocked. This can now be tackled once again. |
8608ce2
to
f202725
Compare
nice, great work! |
Resolves #610
Adds the ability to renew an expired fidelity bond.
This will be done with a direct-send creating a "single input, single output transaction" (this might not be what more advanced users want - e.g. CPFP is not possible afterwards). Feedback welcome.
In addition, the "Create FB" confirm dialog will now display the fee settings for the user to review before actually creating the bond.
📸
Expired fidelity bond (Before/After)
Renew fidelity bond flow
On Error
"Create fidelity bond" Confirm Modal (Before/After)
How to test
npm run dev:start
)