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

nostr: add support to anonymous and private zaps #151

Merged
merged 13 commits into from
Dec 29, 2023
Merged

nostr: add support to anonymous and private zaps #151

merged 13 commits into from
Dec 29, 2023

Commits on Dec 29, 2023

  1. nostr: add ZapType

    yukibtc committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4f67ec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12611a2 View commit details
    Browse the repository at this point in the history
  3. nostr: add support to anonymous and private zaps

    Add `nip57` feature
    yukibtc committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4e0f43f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70a2a76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82891c1 View commit details
    Browse the repository at this point in the history
  6. ffi: add nip57.py example

    yukibtc committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a2e422b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fdbc8f View commit details
    Browse the repository at this point in the history
  8. ffi(nostr): add nip57_ prefix to anonymous_zap_request and `priva…

    …te_zap_request` funcs to
    yukibtc committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    66347ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f352070 View commit details
    Browse the repository at this point in the history
  10. nostr: improve EventBuilder::public_zap_request doc

    Deprecate `EventBuilder::new_zap_request`
    yukibtc committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    2d99f74 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a6afd6 View commit details
    Browse the repository at this point in the history
  12. nostr: add nip57::private_zap_request_with_ctx

    Update `nip57` feature deps
    yukibtc committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    efb23a4 View commit details
    Browse the repository at this point in the history
  13. nostr: remove ZapType

    yukibtc committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a9ce3f6 View commit details
    Browse the repository at this point in the history