You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Signature verification for Solana and Ethereum messages (#19)
* Problem: Users cannot verify signatures
Solution: Implement verify_signature() functions for Ethereum and Solana signatures, more are following
* reformat tests with black
* add tezos signature verification function
* remove unused local variable
* raise new BadSignatureError exception instead of boolean check for verify_signature()
0 commit comments