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

funding: wait for coinbase maturity before sending channel_ready #7925

Merged
merged 3 commits into from
Oct 5, 2023

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    0cf3552 View commit details
    Browse the repository at this point in the history
  2. chanfunding: introduce NewShimIntent for testing

    This is needed so that the next commit can create a ShimIntent
    without having to export the ShimIntent's fields.
    Crypt-iQ committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5e6ebf5 View commit details
    Browse the repository at this point in the history
  3. funding: add TestFundingManagerCoinbase test

    This tests that the funding manager doesn't immediately consider
    a coinbase transaction that is also a funding transaction usable
    until the maturity has been reached.
    Crypt-iQ committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8f20cd8 View commit details
    Browse the repository at this point in the history