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
[ koteitan/yomi ] v1.3.10/Add WebSocket debug mode for remote console logging - Add wsDebug.ts to forward console output via WebSocket with ?ws=host:port parameter - Add tools/wsserver.cjs to receive and display WebSocket logs - Show WebSocket connection status in UI under queue-status - Add ws package as dev dependency - Document WebSocket debug mode in README
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ privkeyio/libnostr-c ] Add NIP-26 delegated event signing support (#57) * Add NIP-26 delegated event signing support * fix: address security issues in NIP-26 delegation * Simplify NIP-26 implementation * Reject unknown delegation conditions and add length validation
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ nbd-wtf/nostr-tools ] Upgrade to @noble/curves ^2.0.1 and @noble/hashes ^2.0.1 This commit upgrades the noble cryptography dependencies to v2.0.1, which includes: Breaking changes addressed: - Updated all @noble imports to include .js extensions (required by v2 ESM-only API) - Changed @noble/hashes/sha256 to @noble/hashes/sha2.js across 8 files - Fixed secp256k1 API changes: methods now require Uint8Array instead of hex strings - Updated schnorr.utils.randomPrivateKey() to schnorr.utils.randomSecretKey()