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 21 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. Add dual-funding spec links

    dunxen committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8acb178 View commit details
    Browse the repository at this point in the history
  2. 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 Nov 13, 2024
    Configuration menu
    Copy the full SHA
    06d08c7 View commit details
    Browse the repository at this point in the history
  3. 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 Nov 13, 2024
    Configuration menu
    Copy the full SHA
    790d65c View commit details
    Browse the repository at this point in the history
  4. Remove unused Channel::dual_funding_channel_context

    For now this is unneeded as we do not provide any inputs as channel
    acceptor and we do not allow creating outbound channels yet. It will
    be re-added when that functionality is introduced.
    dunxen committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f4578ff View commit details
    Browse the repository at this point in the history
  5. Add features in InteractiveTxConstructor requried for V2 chan accept

    1. InteractiveTxConstructorArgs is introduced to act as a single, more
       readable input to InteractiveTxConstructor::new().
    2. Various documentation updates.
    dunxen committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5f90ad4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e67ce54 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be8e1c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe7ad62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4806ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72a4745 View commit details
    Browse the repository at this point in the history
  11. f move get_initial_commitment_signed to ChannelContext method & clean…

    … up funding_tx_constructed
    dunxen committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5a569b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    338fb01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d60495 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fabe32d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1479f87 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1c6f097 View commit details
    Browse the repository at this point in the history
  17. Add option_dual_fund feature

    dunxen committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    863f913 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d8db0cd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0d51d91 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b36539f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d450bef View commit details
    Browse the repository at this point in the history