You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
In unidirectional cases (i.e. Carol -> Router -> Dave, Carol always sends), symmetrical rebalance profiles don't make sense.
The sender wants to have a target of 0 if they are never sending funds. We can allow this by adding endpoints to allow router operators to set rebalance profiles to specific channels.
List of tasks:
Add rebalance profiles to the database.
Add rebalance profile to channel binding in database model.
Add endpoint to tie rebalance profile to channel.
In rebalance code, first check the database for rebalance profile, otherwise fallback to default.
The text was updated successfully, but these errors were encountered:
In unidirectional cases (i.e. Carol -> Router -> Dave, Carol always sends), symmetrical rebalance profiles don't make sense.
The sender wants to have a target of 0 if they are never sending funds. We can allow this by adding endpoints to allow router operators to set rebalance profiles to specific channels.
List of tasks:
The text was updated successfully, but these errors were encountered: