File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Expand file tree Collapse file tree 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.
1515## Next release
1616
1717#### 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+
3119
3220#### Breaking Changes
3321
3422#### 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
2626const (
2727 // Note: please update release_notes.md when you change these values.
2828 appMajor uint = 0
29- appMinor uint = 11
30- appPatch uint = 4
29+ appMinor uint = 12
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