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 proper Nostr Zap Support #11

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

Add proper Nostr Zap Support #11

wants to merge 6 commits into from

Commits on May 17, 2024

  1. Add Nostr Zap Support

    ---
    
     - Adds Phoenixd webhook endpoint `/phoenixd-webhook` (needs phoenixd config `webhook=http://localhost:8000/phoenixd-webhook`)
     - Create Nostr Zap Receipt events (requires new config `USER_NOSTR_PRIVATE_KEY=nsec1...`)
     - Publish Zap Receipt events to relays specified in the Zap Request event in a background task
     - Add tests for new Nostr behaviour
    AngusP committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b2e8591 View commit details
    Browse the repository at this point in the history
  2. Add pytest-cov

    AngusP committed May 17, 2024
    Configuration menu
    Copy the full SHA
    91ef8f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e30e7da View commit details
    Browse the repository at this point in the history
  4. Fix: allows_nostr can be False

    AngusP committed May 17, 2024
    Configuration menu
    Copy the full SHA
    643510c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d12f9fd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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