Yuki Kishimoto's avatar
Yuki Kishimoto
_@yukikishimoto.com
npub1drvp...seet
GitHub: https://github.com/yukibtc PGP: 86F3 105A DFA8 AB58 7268 DCD7 8D3D CD04 2496 19D1
New rust-nostr release is out! 🦀 Rust: v0.30 JavaScript: v0.13 Python, Kotlin and Swift: v0.11 Adapted NIP46 to last changes, added `NostrConnectRemoteSigner` to easily build remote signers (just construct it and call `serve` method), improved proxy options (allow to specify the proxy target: all relays or only `.onion` ones), improvements to NWC client, fixed equality operator for some foreign language (python still need to use `a.__eq__(b)`), added `nostrdb` storage backend (noto available for windows yet), added NIP32 and completed NIP51 support and more! Changelog: Thanks to @npub1mheh...qtf9 @npub138he...rdr2 @benthecarman @npub1q0uu...9py9 @npub15qyd...yejr for contributing! https://rust-nostr.org/donate #rustnostr
New Rust Nostr release is out! 🦀 Rust: v0.29 JavaScript: v0.12 Python, Kotlin and Swift: v0.10 New automatic shutdown on drop system for `Relay`, `RelayPool` and everything build on them (no longer required to call shutdown method), improvements to NWC client (now available also from Python, Kotlin and Swift!), NIP44 functions for NIP07 signer, improvements to subscription system, allow to edit relay limits, allow to use a custom database in Python, Kotlin and Swift (in rust was already possible), re-added support to `Filter::match_event` and more! Thanks to @npub1lu2q...xlm6 @benthecarman @npub1mheh...qtf9 @nobody for contributing! https://rust-nostr.org/donate #rustnostr
New Rust Nostr release is out! 🦀 Rust: v0.28 JavaScript: v0.11 Python, Kotlin and Swift: v0.9 This release introduce the `NostrZapper` and a zap method to easily send zaps (NWC or WebLN) with the nostr-sdk! Added NWC client (nwc crate), added `NostrZapper` trait, renamed `ClientSigner` to `NostrSigner`, huge improvements to negentropy reconciliation, support to NIP49 (ncryptsec) and NIP59 (GiftWrap), new methods to send/get events to/from specific relays, improvements to database performance and more (including some more breaking changes respect the prev versions 😅)! The new `client.zap` method will help to support rust-nostr development, by splitting a small % of the zap⚡. Thank you to everyone will use it! 💜 Thanks to @w3ird_ and @benthecarman for contributing!
@rust-nostr/nostr and @rust-nostr/nostr-sdk v0.9 are out! This JavaScript release include support to ClientZapper, a way to easily send zaps (WebLN or NWC): just call `await client.zap(entity, amount, custom-details)`! This method will also help to support rust-nostr, by splitting a small % of the zap 💜⚡ https://www.npmjs.com/package/@rust-nostr/nostr-sdk
New Rust Nostr release! 🦀 * Rust crates v0.26.0 * Python, Kotlin and Swift packages v0.6.0 * JavaScript libraries v0.4.2 This release include support to NIP44 v2, NIP90, NostrDatabase (both for native and web envs) and more... Thanks to @benthecarman @jb55 @npub1mheh...qtf9 @npub1q7qy...wt9c and proudmuslim-dev for contributing.