-
Notifications
You must be signed in to change notification settings - Fork 168
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
feat: Rust<>JS bindings for Schnorrkel signature verification #454
Conversation
LGTM, though I do not have much knowledge about the Rust code part. Questions are:
|
Don't forget the swift part for iOS :) @hanwencheng: not sure what you mean by context part. As for signing data vs extrinsics - there is no difference. I don't know if we have any concept of signing messages that are distinct from extrinsics/transactions in Substrate, if so we should at least deploy a similar protection Ethereum is using there (adding some salt to messages, so you can't craft a message that is actually a transaction). |
Doing my best to answer this accurately as I just learned from Maciej.
|
* fix: bump kusama metadata * feat: rust schnorrkel verify bindings * fix: add ios bindings
No description provided.