We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
for kernal v2 there is a wrapping of the signature with eip6492 for signMessage method
sdk/packages/core/accounts/kernel/v2/createKernelAccountV0_2.ts
Line 215 in 3b9ced3
But for kernal v3, there was no wrapping but concat with kernelPluginManager.getIdentifier() hex
sdk/packages/core/accounts/kernel/createKernelAccount.ts
Line 487 in 3b9ced3
What is the method used to verify the signature for kernal v3 signMessage ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for kernal v2 there is a wrapping of the signature with eip6492 for signMessage method
sdk/packages/core/accounts/kernel/v2/createKernelAccountV0_2.ts
Line 215 in 3b9ced3
But for kernal v3, there was no wrapping but concat with kernelPluginManager.getIdentifier() hex
sdk/packages/core/accounts/kernel/createKernelAccount.ts
Line 487 in 3b9ced3
What is the method used to verify the signature for kernal v3 signMessage ?
The text was updated successfully, but these errors were encountered: