-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for chain impersonation problem. Fix for incomplete `channel crea…
…te` (#1066) * Countermeasure that fixes #1038 * Tentative fix for #1064 * Better fix for the impersonation problem * Better log message. Handle (TryOpen, Init) case * Changelog * Better error, added doc comment, less clones. * Clarify the intent of method do_chan_open_ack_confirm_step * Removed some unnecessary clones * Moved check_channel_counterparty to chain::counterparty * Fully specified error in case of failure in check_channel_counterparty * Used port+channel instead of socket * Fix small typo in error variant * Removed chan counterparty verification in ft-transfer. Co-authored-by: Anca Zamfir <zamfiranca@gmail.com>
- Loading branch information
1 parent
520c4f3
commit cc08a5d
Showing
7 changed files
with
234 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.