-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore: update mainsail dependencies to latest version #115
chore: update mainsail dependencies to latest version #115
Conversation
Moving it to draft as some type mismatches appeared with |
if (!transaction.signatures) { | ||
transaction.signatures = []; | ||
} | ||
|
||
index = index === -1 ? transaction.signatures.length : index; | ||
|
||
const signature: string = Hash.signSchnorr(hash, keys); | ||
const indexedSignature = `${numberToHex(index)}${signature}`; | ||
transaction.signatures.push(indexedSignature); | ||
|
||
return indexedSignature; | ||
throw new Error("Not implemented."); |
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.
signatures
do not exist in evm.8
. As this is only for musig, we can rewrite the implementation in the future when we will support it.
fixup #113
Related to https://app.clickup.com/t/86dv1qa1g