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

Receive payjoin #820

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 20, 2024

  1. Receive payjoin

    DanGould committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    2ca4379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e736db View commit details
    Browse the repository at this point in the history
  3. Persist payjoin receive sessions temporarily

    Payjoin sessions poll while the wallet is active until they expire.
    DanGould committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1a2f135 View commit details
    Browse the repository at this point in the history
  4. Track pending payjoin transactions in wallet

    A receiver payjoin proposal PSBT are tracked as pending since it awaits
    a sender signature. This lets the pending TX display in the UI as an
    ActivityItem.
    DanGould committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    7855489 View commit details
    Browse the repository at this point in the history
  5. WebSocket proxy OHTTP KeyConfig fetch

    Bootstrap Oblivious HTTP without revealing a client IP to the directory.
    DanGould committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    144c81e View commit details
    Browse the repository at this point in the history
  6. Send v2 payjoin

    Persist sessions to poll and pending transactions to wallet as in
    receiving v2 payjoin.
    DanGould committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    3780015 View commit details
    Browse the repository at this point in the history