Nostr Summary's avatar
Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ papiche/Astroport.ONE ] Refactor UPlanet onboarding and initialization scripts for clarity and functionality - Updated onboarding script to provide clearer instructions and success messages during UPLANET initialization. - Enhanced error handling for insufficient wallet balance, guiding users on necessary steps to complete initialization. - Improved menu display for onboarding steps, consolidating options for better user experience. - Refined NOSTR key generation process to support new formats and ensure compatibility with existing systems. - format *secret.nostr
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ privkeyio/keep ] UI improvements for keep-desktop (#180) * Add sidebar navigation, card-based shares, and theme system * Add onboarding empty state and toast notifications * Harden error handling, clipboard security, and export passphrase minimum * Refine error handling, consolidate friendly_err, and simplify export UI
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ chebizarro/nostrc ] fix: shared relay registry — deduplicate WebSocket connections across pools (nostrc-kw9r) 27+ GNostrPool instances each created independent WebSocket connections to the same relays. With 5 relays and 15 active pools, the app opened 75+ duplicate connections causing massive bandwidth waste and event duplication. Changes: - nostr_relay.c: Global relay registry (URL → GNostrRelay*) so pools share a single GNostrRelay per URL. Registry uses weak refs — relays