0xtr

Results 21 comments of 0xtr

Recover: I locked my DB as well when I ran out of diskspace and had to dump the data from the locked DB into a new sqlite db file to...

I don't know enough cryptography to implement it myself so I think I will wait this one off until the spec is closer to finished than it is today.

Awesome, I'll need to read up on NIP-46 before I can test this feature. I updated nostr-sdk on main before checking this PR so you'll need to resolve the merge...

I'm sorry I haven't gotten time to take a look at this PR yet @thesimplekid. I trust you so if you're happy with it yourself, we can just merge it.

I'm closing this issue @thesimplekid, please open it again if you start working on it again

Hi @tee8z, thanks for this contribution! Although I definitely see the value of this feature, I think we should make it available using the list-events command instead. We could e.g....

I'm closing this @tee8z, feel free to open it again if you start working on it.

Should be doable, we could add a flag that lets you listen for the event on the relay you're posting to. I have other features I want to prioritize over...

I think we should do this as a "--print-response" flag. This should be one of the root flags just like --relay and --private-key and should be passed down to sub...

@yukibtc I'm unsure how I would get the response from posting an event to the relay. I found this example: https://github.com/rust-nostr/nostr/blob/master/crates/nostr-sdk/examples/blocking.rs#L36 I tried to do this like so: ```rust //...