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

Implement accepting dual-funded channels without contributing #3137

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Sep 18, 2024

  1. Add dual-funding spec links

    dunxen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ce2ccc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Remove dual_funding cfg attributes

    We'll only gate public API related to contributing toward an inbound or opening
    a dual funded channel.
    dunxen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fc1d8f9 View commit details
    Browse the repository at this point in the history
  2. Add interactive tx constructor to all V2-related channel structs

    Here we add the `interactive_tx_constructor` field to the `Channel`,
    `OutboundV2Channel`, and `InboundV2Channel` structs.
    dunxen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6e22400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    652b7ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a147e3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc2c3a2 View commit details
    Browse the repository at this point in the history
  6. Add option_dual_fund feature

    dunxen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b21d790 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2216120 View commit details
    Browse the repository at this point in the history