Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature]: sweep: implement alternative fee functions #8763

Open
morehouse opened this issue May 15, 2024 · 0 comments
Open

[feature]: sweep: implement alternative fee functions #8763

morehouse opened this issue May 15, 2024 · 0 comments
Labels
enhancement Improvements to existing features / behaviour fees Related to the fees paid for transactions (both LN and funding/commitment transactions) P2 should be fixed if one has time utxo sweeping

Comments

@morehouse
Copy link
Collaborator

morehouse commented May 15, 2024

The current LinearFeeFunction is reasonable for short deadlines (e.g., < 10 blocks) where it is critical to confirm things quickly, but it may be overly aggressive for longer deadlines (e.g., 80+ blocks).

By implementing other fee curves we can optimize for different deadlines and save fees. See @yyforyongyu's thorough evaluation of several curves.

@morehouse morehouse added enhancement Improvements to existing features / behaviour fees Related to the fees paid for transactions (both LN and funding/commitment transactions) utxo sweeping labels May 15, 2024
@saubyk saubyk added the P2 should be fixed if one has time label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing features / behaviour fees Related to the fees paid for transactions (both LN and funding/commitment transactions) P2 should be fixed if one has time utxo sweeping
Projects
None yet
Development

No branches or pull requests

2 participants