File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,6 @@ This file tracks release notes for the loop client.
1515## Next release
1616
1717#### New Features
18- This new feature enables loop out and autoloop out operations to sweep htlcs to addresses generated from an extened public key.
19- A precondition for using the loop client in this fashion is onboarding a xpub account in the backing lnd instance, e.g.
20- ` lncli wallet accounts import xpub... my_loop_account --address_type p2tr --master_key_fingerprint 0df50 ` .
21- Loop outs can then be instructed to sweep to a new derived address from the specified account, e.g:
22- ` loop out --amt 10000000 --account my_loop_account --address_type p2tr ` .
23- To use this functionality with autoloop out one has to set the backing lnd account and address type via liquidity parameters for autoloop, e.g.
24- ` loop --network regtest setparams --autoloop=true --account=my_loop_account --account_addr_type=p2tr ... `
2518
2619#### Breaking Changes
2720
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626const (
2727 // Note: please update release_notes.md when you change these values.
2828 appMajor uint = 0
29- appMinor uint = 25
30- appPatch uint = 2
29+ appMinor uint = 26
30+ appPatch uint = 0
3131
3232 // appPreRelease MUST only contain characters from semanticAlphabet per
3333 // the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments