Bumped version of nostr sdk 40#95
Conversation
WalkthroughThis pull request updates the Changes
Sequence Diagram(s)sequenceDiagram
participant M as Message
participant P as PublicKey
participant X as XOnlyKey
M->>P: Attempt to convert pubkey to xonly key
alt Conversion Successful
note right of P: xonly conversion succeeded
M->>X: Use xonly key for signature verification
X-->>M: Return verification result
else Conversion Failed
note right of P: xonly conversion failed
M->>M: Return false
end
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🔇 Additional comments (3)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@grunch @Catrya ,
this, as usual, is neede to test mostro . This bumps mostro-core to nostr sdk 0.40 so it's ready also for the update of mostro-cli of @grunch .
Summary by CodeRabbit