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

fix: remove one possible panic #1928

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

bonomat
Copy link
Contributor

@bonomat bonomat commented Jan 30, 2024

We had an issue where the app would panic because we fell behind in the protocol. This panic has been removed in this commit bonomat/rust-lightning-p2p-derivatives@e49030e.
This commit was built on top of our latest commit p2pderivatives/rust-lightning@121bc32

I didn't feel good about pushing this to our usual fork in https://github.com/p2pderivatives/rust-lightning because it sounds dangerous and hence pushed it onto my own fork. We can drop this again in the future.

(hopefully) resolves most panics.

Resolves #1911

We had an issue where the app would panic because we fell behind in the protocol. This panic has been removed in this commit bonomat/rust-lightning-p2p-derivatives@e49030e.

Signed-off-by: Philipp Hoenisch <[email protected]>
@@ -30,13 +30,13 @@ dlc = { git = "https://github.com/p2pderivatives/rust-dlc", rev = "69d63e1" }
p2pd-oracle-client = { git = "https://github.com/p2pderivatives/rust-dlc", rev = "69d63e1" }
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we also need to update our rust-dlc lightning dependencies.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's not needed, I've tested it locally.

@bonomat bonomat added this pull request to the merge queue Jan 30, 2024
Merged via the queue into main with commit e72d571 Jan 30, 2024
10 checks passed
@bonomat bonomat deleted the fix/remove-panic-from-rust-lightning branch January 30, 2024 15:57
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.

App crashes after upgrade to 1.8.3
2 participants