-
Notifications
You must be signed in to change notification settings - Fork 135
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
Update mesh-specifications to v1.4.15 #500
Comments
@jingweicb @GeekArthur Any possibility that we can have this updated in the near future? Thanks in advance. |
Also, @GeekArthur, would it be correct to assume that the name change to "mesh" is just a rebrand and that — generally speaking — everything else will stay the same? I'm guessing there will be some sort of announcement being made soon as well? |
Hello, @GeekArthur @jingweicb @xiaying-peng @potterbm-cb Just following up. This issue has been open for some time, and we're still interested in seeing it resolved. Could we get an update on the current status and what's needed to move this forward? We have our implementation ready and are prepared to assist in any way, whether by providing our implementation as a reference or submitting pull requests. Additionally, we noticed the project name change from "rosetta" to "mesh". Does this affect the scope or timeline of this update? Any information or guidance you can provide would be greatly appreciated. If there's someone else we should coordinate with, please let us know. Thank you for your time and attention to this matter. |
@sleepdefic1t - You are willing to put up a PR. We will review it and get it merged. |
Thank you, @ningcb I will prepare the changes and open a PR 👍 |
that's correct, it's just a name change and everything else is the same |
Excellent. Thank you @potterbm-cb 🙏 |
Is your feature request related to a problem? Please describe.
mesh-sdk-go
currently lacks support for Bitcoin's BIP-340 Schnorr Signature scheme, which is vital for aligning with modern Bitcoin standards and ensuring broader cryptographic compatibility.However,
mesh-specifications
added support for BIP-340 on November 23rd, 2022, with coinbase/mesh-specifications v1.4.15Describe the solution you'd like
I propose updating the
mesh-specifications
version used bymesh-sdk-go
fromv1.4.12
to the most recent release, (v1.4.15).This will facilitate support for the BIP-340/Schnorr curve and signature types, which I propose be handled in a subsequent pull request in order to narrow this issue's scope.
Additional context
More insights into this feature can be found in the following discussions:
Additionally, my team has prepared a fork of
mesh-sdk-go
using spec v1.4.15 that fully implements BIP-340. We would be happy to provide this either as direct pull requests or as a reference for integrating these changes.We look forward to your feedback and collaboration and are ready to assist in any way to expedite this process.
(CC @GeekArthur)
The text was updated successfully, but these errors were encountered: