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

Map SignedChannelState to ChannelStatus correctly #1910

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Conversation

luckysori
Copy link
Contributor

I think it's correct to assume that a Established channel is one that has a position. But a RenewFinalized channel is still pending
completion of the renew protocol and will eventually transition back to Established.

This behaviour can be seen in our can_open_and_settle_offchain test in the ln-dlc-node crate.

Been there, done that.
I think it's correct to assume that a `Established` channel is one
that has a position. But a `RenewFinalized` channel is still pending
completion of the renew protocol and will eventually transition back
to `Established`.

This behaviour can be seen in our `can_open_and_settle_offchain` test
in the `ln-dlc-node` crate.
@luckysori luckysori self-assigned this Jan 27, 2024
@luckysori luckysori added this pull request to the merge queue Jan 29, 2024
Merged via the queue into main with commit 8dcde95 Jan 29, 2024
10 checks passed
@luckysori luckysori deleted the fix/channel-status branch January 29, 2024 07:43
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.

2 participants