File tree 2 files changed +2
-9
lines changed
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.
15
15
## Next release
16
16
17
17
#### 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 ... `
25
18
26
19
#### Breaking Changes
27
20
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
26
const (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
- appMinor uint = 25
30
- appPatch uint = 2
29
+ appMinor uint = 26
30
+ appPatch uint = 0
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
33
// the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments