Finally I completed the `no_std` PR.
The nostr crate now can be used in embedded devices π
Thanks to nostr:npub1vjxrxzr5epxxf5qzxeachshvafhcj5utct5dlw60qx7ayvq95mhsypdl8u for the help
https://github.com/rust-nostr/nostr/tree/master/crates%2Fnostr%2Fexamples%2Fembedded
nostr and nostr-sdk v0.23 are out! π¦
Thanks to nostr:npub1qjgcmlpkeyl8mdkvp4s0xls4ytcux6my606tgfx9xttut907h0zs76lgjw nostr:npub1u8lnhlw5usp3t9vmpz60ejpyt649z33hu82wc2hpv6m5xdqmuxhs46turz nostr:npub1ktt8phjnkfmfrsxrgqpztdjuxk3x6psf80xyray0l3c7pyrln49qhkyhz0 nostr:npub1zg69v7z7u7q4w5wzsqzwdnh58x8py4hef2fm750eqqvw9zkvh76q4yjdwv nostr:npub1useke4f9maul5nf67dj0m9sq6jcsmnjzzk4ycvldwl4qss35fvgqjdk5ks nostr:npub17q5n2z8naw0xl6vu9lvt560lg33pdpe29k0k09umlfxm3vc4tqrq466f2y for contributing
A big thanks also to nostr:npub10pensatlcfwktnvjjw2dtem38n6rvw8g6fv73h84cuacxn4c28eqyfn34f for the financial support π§‘
nostr and nostr-sdk v0.23 are out! π¦
Thanks to nostr:npub1qjgcmlpkeyl8mdkvp4s0xls4ytcux6my606tgfx9xttut907h0zs76lgjw nostr:npub1u8lnhlw5usp3t9vmpz60ejpyt649z33hu82wc2hpv6m5xdqmuxhs46turz nostr:npub1ktt8phjnkfmfrsxrgqpztdjuxk3x6psf80xyray0l3c7pyrln49qhkyhz0 nostr:npub1zg69v7z7u7q4w5wzsqzwdnh58x8py4hef2fm750eqqvw9zkvh76q4yjdwv nostr:npub1useke4f9maul5nf67dj0m9sq6jcsmnjzzk4ycvldwl4qss35fvgqjdk5ks nostr:npub17q5n2z8naw0xl6vu9lvt560lg33pdpe29k0k09umlfxm3vc4tqrq466f2y for contributing
Just published v0.0.3 of nostr and nostr-sdk bindings packages.
Available binginds packages of rust-nostr libs:
* nostr:
* Kotlin: https://central.sonatype.com/artifact/io.github.rust-nostr/nostr/
* Swift: https://github.com/rust-nostr/nostr-swift
* nostr-sdk:
* Kotlin: https://central.sonatype.com/artifact/io.github.rust-nostr/nostr-sdk/
* Swift: https://github.com/rust-nostr/nostr-sdk-swift
* Python: https://pypi.org/project/nostr-sdk
nostr-sdk android library available at https://central.sonatype.com/artifact/io.github.rust-nostr/nostr-sdk/0.0.1
New [alpha] release of nostr-sdk (python bindings)
Yes, definitely
nostr:npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z this #rust #Nostr lib has many bindings to other languages. Wouldn't this help unload some work from you?
Kotlin lib isn't ready but can be tested :)
Yes, check the client examples: https://github.com/rust-nostr/nostr/tree/master/crates/nostr-sdk/examples
Solved by using = operator:
nostr = "=0.22.0-bitcoin-v0.29"
nostr and nostr-sdk v0.22 are out! π¦
If you are using bitcoin v0.29 in your deps, you can use version 0.22.0-bitcoin-v0.29 instead of 0.22
Thanks to #[0]β #[1]β #[2]β #[3]β #[4]β and to everyone else that I not mentioned.
No, itβs not a reimplementation. I basically used the same code of bdk-reserves (not directly as dep because it use bdk 0.27 instead of 0.28, Iβll open a PR to bump it).
This release include a simplified way to create NIP46 clients
https://github.com/rust-nostr/nostr/blob/master/crates/nostr-sdk/examples/nostr-connect.rs
nostr and nostr-sdk v0.21 are out! π¦
