Yuki Kishimoto
_@yukikishimoto.com
npub1drvp...seet
GitHub: https://github.com/yukibtc
PGP: 86F3 105A DFA8 AB58 7268 DCD7 8D3D CD04 2496 19D1
The new SDK APIs are now available in the master branch, for those interested in trying them out!
View quoted note โ
GitHub
GitHub - rust-nostr/nostr: Rust implementation of the nostr protocol, high-level client library, Nostr Wallet Connect and more.
Rust implementation of the nostr protocol, high-level client library, Nostr Wallet Connect and more. - rust-nostr/nostr
## ๐ฆ rust-nostr v0.44 is out!
### ๐ Highlights
- Support for new NIPs
- Enhanced the Relay Builder (now also available in bindings)
- Optimized default gossip implementation
- Added support for custom gossip implementations
- Improved nostr-lmdb performance
- Released Kotlin Multiplatform bindings ๐
Thanks to all contributors!
### ๐ Links
#rustnostr #nostr #rustlang #programming #rust #python #csharp #dotnet #javascript #kotlin #swift #flutter
Introduction - Rust Nostr Book
Donate - Rust Nostr Book
Nostr SDK bindings for Kotlin Multiplatform are out for testing!
Package: "org.rust-nostr.org:nostr-sdk-kmp:0.44.0-SNAPSHOT"
Support the following targets: Android (x86, armv7, x86_64, aarch64), iOS (aarch64 and x86_64), Linux (GLIBC and MUSL; x86, x86_64, armv7, aarch64 and riscv64), FreeBSD (only x86_64), macos (x86_64 and aarch64) and windows (x86, x86_64 and aarch64).
#rust-nostr #rustnostr #rust #kotlin #kmp #ffi
## rust-nostr v0.43 is out! ๐ฆ
### Summary
Put relays to sleep when idle, verify that events match subscription filters and optionally ban relays that send mismatched events, add proxy server for using NIP-07 browser signers from native applications, add support for FreeBSD x86_64 for JVM and C# bindings, and many more!
Thanks to all contributors!
### Links
#rustnostr #nostr #rustlang #programming #rust #python #csharp #dotnet #javascript #kotlin #swift #flutter
Introduction - Rust Nostr Book
Donate - Rust Nostr Book
๐
This allows using NIP-07 signer in native applications. Thanks to @Awiteb for the idea!
#rustnostr #nostr #rustlang #rust
GitHub
Add browser signer (NIP-07) proxy by yukibtc ยท Pull Request #994 ยท rust-nostr/nostr
Add nostr-browser-signer-proxy crate, to allow using NIP-07 signer in native applications.