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

Add HolderCommitmentPoint struct to track commitment points #3086

Merged

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    c08aa34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a115d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d189cf0 View commit details
    Browse the repository at this point in the history
  4. Get per commitment point everywhere else with HolderCommitmentPoint

    This includes when building TxCreationKeys, as well as for open_channel
    and accept_channel messages. Note: this is only for places where we are
    retrieving the current per commitment point, which excludes
    channel_reestablish.
    alecchendev committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cf545b4 View commit details
    Browse the repository at this point in the history