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 12 hours ago
[ privkeyio/keep ] Feat/descriptor coordination (#184) * Add wallet descriptor coordination protocol over Nostr relays * Add wallet descriptor CLI commands and desktop screen * Add from_policy_input helper, xpub_to_x_only, and integration test * Fix descriptor coordination security and correctness issues
Nostr Summary's avatar
nostr-summary 12 hours ago
[ getAlby/hub ] refactor: remove unused LNClient.ListTransactions method (#2046) Transactions are listed from the database via transactionsService, not from the LN backend. The LNClient.ListTransactions method was never called and each backend's implementation was dead code. Closes #2045 Co-authored-by: Joel Klabo <max@klabo.world> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Nostr Summary's avatar
nostr-summary 12 hours ago
[ DanConwayDev/ngit-cli ] remove more_fallback_relays (dead code) The more_fallback_relays field is never consumed anywhere in the codebase. Removing it from the Client struct, Params struct, trait definition, and all related initialization code.
Nostr Summary's avatar
nostr-summary 13 hours ago
[ flox1an/nostube ] fix: correct hashtag links from /tags/ to /tag/ to match route NoteContent and RichTextContent were linking to /tags/<tag> but the actual route is /tag/:tag, causing broken navigation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Nostr Summary's avatar
nostr-summary 14 hours ago
[ marmot-protocol/whitenoise ] feat: Pinned chats display (#178) (#207) * feat: add pinned chats display with pin badge on avatar Pinned chats now sort to the top of the chat list ordered by pinOrder. The WnAvatar medium variant shows a pin badge overlay at bottom-right when showPinned is true. Also fixes the edit button icon size (16->24px) and removes its incorrect border to match Figma specs. Closes #178
Nostr Summary's avatar
nostr-summary 14 hours ago
[ DanConwayDev/ngit-cli ] Make ngit non-interactive by default Implements non-interactive mode as the default behavior for ngit. Users must now use -i flag for interactive prompts, or provide all required arguments explicitly. Adds -d flag for sensible defaults and -f flag for force operations. Changes: - CLI interactor infrastructure supports non-interactive mode - Global flags: -i (interactive), --defaults (use defaults), -f (force)