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 BOLT12 support #256

Merged
merged 10 commits into from
May 31, 2024
Merged

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    278a849 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Handle ConnectionNeeded events

    We spawn a background task that will try to connect to any of the
    provided socket addresses and return as soon as it suceeds.
    tnull committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7c9216e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    2d70e65 View commit details
    Browse the repository at this point in the history
  2. Introduce Bolt12Payment API

    tnull committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9a3f169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a67d7e View commit details
    Browse the repository at this point in the history
  4. Update the payment store in event handling

    .. depending on the payment purpose, we derive the inbound payment ID
    and update the status in `PaymentClaimable`/`PaymentClaimed`
    tnull committed May 30, 2024
    Configuration menu
    Copy the full SHA
    962476a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e522d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5361d9f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Implement and test Refund flow

    tnull committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d57f67f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82b85c1 View commit details
    Browse the repository at this point in the history