## rust-nostr release is out! ๐Ÿฆ€ ### Versions Rust: v0.31 JavaScript: v0.14 Python, Kotlin and Swift: v0.12 ### Summary Reworked `Tag`, added `TagStandard` enum, simplified the way to subscribe and/or reconcile to subset of relays (respectively, `client.subscribe_to` and `client.reconcile_with`), added blacklist support to mute public keys or event IDs, removed zap split from `client.zap` method, many improvements and more! Full changelog: https://rust-nostr.org/changelog ### Contributors Thanks to @DanConwayDev for contributing! ### Links #rustnostr #nostr

Replies (12)

๐Ÿ‘€
Yuki Kishimoto's avatar Yuki Kishimoto
## rust-nostr release is out! ๐Ÿฆ€ ### Versions Rust: v0.31 JavaScript: v0.14 Python, Kotlin and Swift: v0.12 ### Summary Reworked `Tag`, added `TagStandard` enum, simplified the way to subscribe and/or reconcile to subset of relays (respectively, `client.subscribe_to` and `client.reconcile_with`), added blacklist support to mute public keys or event IDs, removed zap split from `client.zap` method, many improvements and more! Full changelog: https://rust-nostr.org/changelog ### Contributors Thanks to @DanConwayDev for contributing! ### Links #rustnostr #nostr
View quoted note →
Dave Coleman's avatar
Dave Coleman 1 year ago
Are you really Japanese? I don't think I believe that. You behave too westernly for that.
Was tryna create a container using your python modules. when I couldnt get the install to run on python, I switched to js on a node container. alpine prefers โ€œapk addโ€ over using pip anyway.
I'm compiling the wheels only for some python versions and arch, so maybe it's not available the one for your setup. Here you can check the support matrix: https://rust-nostr.org/nostr-sdk/02-installation.html#support-matrix If miss your one, you can compile the wheel by yourself: * Clone rust-nostr repo * `cd bindings/nostr-sdk-ffi` (or `cd bindings/nostr-ffi`) * Install `rust` and `just` * Run `just python` The wheel will be located in `bindings-python/dist`
I had to install cargo as well but it looks like Im 99% the way there. I will be adding these steps to my container build!!! Thanks so much for your help.
โ†‘