Skip to content
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

Does Kernel Account v3 support eip 6492 signature verification for signMessage? #173

Open
ieow opened this issue Jul 26, 2024 · 0 comments

Comments

@ieow
Copy link

ieow commented Jul 26, 2024

for kernal v2 there is a wrapping of the signature with eip6492 for signMessage method

return create6492Signature(isDeployed, signature)

But for kernal v3, there was no wrapping but concat with kernelPluginManager.getIdentifier() hex

async signMessage({ message }) {

What is the method used to verify the signature for kernal v3 signMessage ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant