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 counterparty channel id unwrap #220

Merged
merged 3 commits into from
Nov 7, 2022
Merged

Conversation

plafer
Copy link
Contributor

@plafer plafer commented Nov 4, 2022

Closes: #219


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests.
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

@plafer plafer requested a review from hu55a1n1 November 4, 2022 18:42
Copy link
Contributor

@hu55a1n1 hu55a1n1 left a comment

Choose a reason for hiding this comment

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

Nice catch! 🎉

@hu55a1n1 hu55a1n1 merged commit 25fdc80 into main Nov 7, 2022
@hu55a1n1 hu55a1n1 deleted the plafer/219-counterparty-unwrap branch November 7, 2022 09:12
plafer added a commit that referenced this pull request Nov 7, 2022
* add failing test

* bug fix

* changelog
plafer added a commit that referenced this pull request Nov 9, 2022
* chan open init refactored

* fmt

* chan open init minor reorg

* chan_open_try: apply naming convention

* inline proof verification in chan_open_try

* remove use of `Proofs` in MsgChannelOpenTry

* Fix counterparty channel id unwrap (#220)

* add failing test

* bug fix

* changelog

* fix test compilation

* ChanOpenAck msg update

* refactor chan_open_ack

* refactor mut

* ChanOpenConfirm refactor msg

* refactor chan_open_confirm

* chan_close_init handler refactor

* chan_close_confirm refactor

* changelog

* chan_open_init ctx_a
Farhad-Shabani pushed a commit that referenced this pull request Sep 9, 2024
* add failing test

* bug fix

* changelog
Farhad-Shabani pushed a commit that referenced this pull request Sep 9, 2024
* chan open init refactored

* fmt

* chan open init minor reorg

* chan_open_try: apply naming convention

* inline proof verification in chan_open_try

* remove use of `Proofs` in MsgChannelOpenTry

* Fix counterparty channel id unwrap (#220)

* add failing test

* bug fix

* changelog

* fix test compilation

* ChanOpenAck msg update

* refactor chan_open_ack

* refactor mut

* ChanOpenConfirm refactor msg

* refactor chan_open_confirm

* chan_close_init handler refactor

* chan_close_confirm refactor

* changelog

* chan_open_init ctx_a
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.

verify_channel_proofs must not unwrap counterparty channel id
2 participants