- Remove nos2x and NostrConnect support
- Create new NostrAuthService using Alby (window.nostr NIP-07)
- Replace useNostrConnect with useNostrAuth in all components
- Update NostrRemoteSigner to use Alby for signing
- Delete NostrConnect-related files (nostrconnect.ts, handlers, etc.)
- Update documentation to reflect Alby-only authentication
- Remove NOSTRCONNECT_BRIDGE environment variable
- All TypeScript checks pass
- Update NostrConnectService to use nos2x (window.nostr) by default
- Fallback to NostrConnect bridge only if nos2x is not available
- Update NostrRemoteSigner to use window.nostr.signEvent() for signing
- Add TypeScript definitions for NIP-07 window.nostr API
- Update documentation to reflect nos2x as primary authentication method
- Remove default use.nsec.app bridge URL
- All TypeScript checks pass
- Intégration mempool.space pour vérification transactions Bitcoin :
- Service MempoolSpaceService avec API mempool.space
- Vérification sorties et montants pour sponsoring
- Vérification confirmations
- Attente confirmation avec polling
- Récupération adresses Lightning depuis profils Nostr :
- Service LightningAddressService
- Support lud16 et lud06 (NIP-19)
- Cache avec TTL 1 heure
- Intégré dans paymentPolling et reviewReward
- Mise à jour événements Nostr pour avis rémunérés :
- Publication événement avec tags rewarded et reward_amount
- Parsing tags dans parseReviewFromEvent
- Vérification doublons
- Tracking sponsoring sur Nostr :
- Service SponsoringTrackingService
- Événements avec commissions et confirmations
- Intégration vérification mempool.space
Toutes les fonctionnalités de split sont maintenant opérationnelles.
Seuls les transferts Lightning réels nécessitent un nœud Lightning.