File tree 2 files changed +3
-19
lines changed
2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,8 @@ This file tracks release notes for the loop client.
15
15
## Next release
16
16
17
17
#### New Features
18
- * Autoloop can now be configured on a per-peer basis, rather than only on an
19
- individual channel level. This change allows desired liquidity thresholds
20
- to be set for an individual peer, rather than a specific channel, and
21
- leverages multi-loop-out to more efficiently manage liquidity. To configure
22
- peer-level rules, provide the 'setrule' command with the peer's pubkey.
23
- * Autoloop's fee API has been simplified to allow setting a single percentage
24
- which will be used to limit total swap fees to a percentage of the amount
25
- being swapped, the default budget has been updated to reflect this. Use
26
- ` loop setparams --feepercent={percentage} ` to update this value. This fee
27
- setting has been updated to the default for autoloop.
28
- * The default confirmation target for automated loop out swap sweeps has been
29
- increased to 100 blocks. This change will not affect the time it takes to
30
- acquire inbound liquidity, but will decrease the cost of swaps.
18
+
31
19
32
20
#### Breaking Changes
33
21
34
22
#### Bug Fixes
35
- * The loop dockerfile has been updated to use the ` make ` command so that the
36
- latest commit hash of the code being run will be included in ` loopd ` .
37
- * A bug where loop in on-chain fees were not recorded properly has been
38
- addressed.
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 = 11
30
- appPatch uint = 4
29
+ appMinor uint = 12
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