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

test: force fee update #271

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

YusukeShimizu
Copy link
Contributor

@YusukeShimizu YusukeShimizu commented Jan 15, 2024

Related to #263

What

Implemented ForceFeeUpdate.
New feerate allows us to force a fee update by restarting the node.

Why

This is in response to GetRoute returning no route on a stuck channel since v23.11 of cln.
The fee rate can be updated to make a channel stuck after it has been opened.

This is a response to the fact that since v23.11+ of cln,
it is now possible to detect stuck channels
in the GetRoute phase.
The fee rate can be updated to make
a channel stuck after it has been opened.
@YusukeShimizu YusukeShimizu marked this pull request as ready for review January 16, 2024 08:45
@grubles grubles requested a review from nepet January 16, 2024 15:09
Copy link
Contributor

@nepet nepet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK d0bb524

@grubles grubles merged commit 9b5965e into ElementsProject:master Jan 17, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants