-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nostr: add NIP-62 support #777
Conversation
https://github.com/rust-nostr/nostr/actions/runs/13415177654/job/37474156560?pr=777#step:3:1825 |
Also thank you for this clean code, it's actually easy to understand 🙌 |
@yukibtc I didn't handled the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I've marked some changes to do.
I would also add the TagStandard::AllRelays
variant, to represent the ["relay", "ALL_RELAYS"]
tag. What do you think?
@TheAwiteb, an edit on my review: I think for now is probably better to not handle the vanish request in the databases. |
Alright, I'll remove all changes from |
I resolved all databases request changes (not planned) |
There still changes on I'll rebase the branch on |
I've tried to do some changes at commit c367ef1, instead of bothering you with change requests :) |
I think it's ready to be merged 🚀🚀 |
Closes rust-nostr#775 Pull-Request: rust-nostr#777 Reviewed-by: Yuki Kishimoto <yukikishimoto@protonmail.com> Co-authored-by: Yuki Kishimoto <yukikishimoto@protonmail.com> Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com> Signed-off-by: Awiteb <a@4rs.nl> Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
Closes rust-nostr#775 Pull-Request: rust-nostr#777 Reviewed-by: Yuki Kishimoto <yukikishimoto@protonmail.com> Co-authored-by: Yuki Kishimoto <yukikishimoto@protonmail.com> Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com> Signed-off-by: Awiteb <a@4rs.nl>
Squashed and merged |
Thanks! |
Description
Close #775 by support NIP-62
Notes to the reviewers
nip56
feature innostr-database
, should I remove PM test? it work thoughrequest_vanish_with_reason
function? or where should I create it?Checklist
just precommit
orjust check
before committing (It works without PM test, features issue)