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

Miscellaneous patches #6

Merged
merged 7 commits into from
Jul 19, 2023
Merged

Miscellaneous patches #6

merged 7 commits into from
Jul 19, 2023

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    38c54c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cbb1e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    a87a4e3 View commit details
    Browse the repository at this point in the history
  2. Allow events processing without holding total_consistency_lock

    By backporting the relevant changes from f2453b7.
    luckysori committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d3cf43a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2635fb8 View commit details
    Browse the repository at this point in the history
  4. Make counter_funding_pubkey in ChannelDetails optional

    In order to avoid an `unwrap` when building `ChannelDetails`.
    luckysori committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5f1489d View commit details
    Browse the repository at this point in the history
  5. Add missing trait impls and methods in tests

    Not super important because we are not currently relying on these
    tests, but it's always easier to develop if all the code builds.
    luckysori committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7977eda View commit details
    Browse the repository at this point in the history