nostr
nostr copied to clipboard
Nostr protocol implementation, SDK and FFI
Bumps [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) from 0.32.2 to 0.32.3. Commits a8784cb Merge rust-bitcoin/rust-bitcoin#3416: Release tracking PR: bitcoin 0.32.3 0a5d8f1 bitcoin: Bump version to 0.32.3 65f527b Merge rust-bitcoin/rust-bitcoin#3266: fix: re-implement Psbt (de)serializatio... d5c79fd fix:...
### Description ### Notes to the reviewers ### Checklist * [ ] I followed the [contribution guidelines](https://github.com/rust-nostr/nostr/blob/master/CONTRIBUTING.md) * [ ] I ran `just precommit` or `just check` before committing *...
Allow to use database as main source of events and fallback to relays if result is empty. @xeruf
* nostr: check `pow` in `Filter::match_event` * lmdb: check `pow` in `DatabaseFilter::match_event` Ref https://github.com/nostr-protocol/nips/pull/1514
**Describe the enhancement** Add a method `git_issue` to the `EventBuilder` **Use case** I'd like to create git issues via the EventBuilder. **Additional context** [nip34#issues](https://github.com/nostr-protocol/nips/blob/master/34.md#issues)
**Describe the bug** Script crashes when you subscribe to relay(s) with reusing a single `Filter` instance. The stack trace: ``` /home/jiftechnify/projects/code_samples/nostr/rust-nostr-js-sample/node_modules/@rust-nostr/nostr-sdk/pkg/nostr_sdk_js.js:15841 throw new Error(getStringFromWasm0(arg0, arg1)); ^ Error: array contains a...