From 6f8f6899a332063da3a5cc67f7e41c521f6bc560 Mon Sep 17 00:00:00 2001 From: carla Date: Thu, 22 Oct 2020 20:46:38 +0200 Subject: [PATCH] release_notes: move autoloop into next release Merged in the wrong place --- release_notes.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/release_notes.md b/release_notes.md index f24734a..ff28d00 100644 --- a/release_notes.md +++ b/release_notes.md @@ -15,7 +15,19 @@ This file tracks release notes for the loop client. * The loop client now labels all its on-chain transactions to make them easily identifiable in `lnd`'s `listchaintxns` output. - + +##### Introducing Autoloop +* This release includes support for opt-in automatic dispatch of loop out swaps, + based on the output of the `Suggestions` endpoint. +* To enable the autolooper, the following command can be used: + `loop setparams --autoout=true --autobudget={budget in sats} --budgetstart={start time for budget}` +* Automatically dispatched swaps are identified in the output of the + `ListSwaps` with the label `[reserved]: autoloop-out`. +* If autoloop is not enabled, the client will log the actions that the + autolooper would have taken if it was enabled, and the `Suggestions` endpoint + can be used to view the exact set of swaps that the autolooper would make if + enabled. + #### Breaking Changes #### Bug Fixes @@ -44,18 +56,6 @@ This file tracks release notes for the loop client. value is configurable). * The `debug` logging level is recommended if using this feature. -##### Introducing Autoloop -* This release includes support for opt-in automatic dispatch of loop out swaps, - based on the output of the `Suggestions` endpoint. -* To enable the autolooper, the following command can be used: - `loop setparams --autoout=true --autobudget={budget in sats} --budgetstart={start time for budget}` -* Automatically dispatched swaps are identified in the output of the - `ListSwaps` with the label `[reserved]: autoloop-out`. -* If autoloop is not enabled, the client will log the actions that the - autolooper would have taken if it was enabled, and the `Suggestions` endpoint - can be used to view the exact set of swaps that the autolooper would make if - enabled. - #### Breaking Changes * Macaroon authentication has been enabled for the `loopd` gRPC and REST