Rollback mostro-cor to Nostr sdk 0.38#93
Conversation
… 0.40 when we will fix signature issue
WalkthroughThis pull request introduces two changes. First, the Changes
Sequence Diagram(s)sequenceDiagram
participant Caller
participant Message
participant PubKey
Caller->>Message: Call verify_signature(message, signature)
Message->>PubKey: Invoke verify(message, signature)
PubKey-->>Message: Return boolean result
Message-->>Caller: Return verification result
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (2)
✨ 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 ,
this is the best thing I had in mind, i know you won't like it, but to merge disputes at the moment let's roll back to 0.38.
Modification are trivial as you can see, basically just that
xonly()introduced by Yuki in sdk 0.39.I am preparing also a small project just to test the signature issue with both version and I spoke also with yuki about.
In any case we have to find out the issue to move on with sdk versions, but for now let's add disputes with 0.38 as we said yesterday.
I did not touch version here so it's
6.32. I let you decide if you want to move6.33or not.Summary by CodeRabbit
We’ve made behind‐the‐scenes improvements for a more reliable experience.
These enhancements maintain functionality while bolstering overall efficiency and stability.