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
webmaster128
changed the title
Implement MockApi.verify_secp256k1 for cosmos signatures
Support Cosmos SDK secp256k1 signature verification
Feb 9, 2021
Uh oh!
There was an error while loading. Please reload this page.
Part of #751
Requires #780
We start only focusing on the Api trait and basic testing. That means we will do the following in
cosmwasm-std
crate:Api
traitpanic!("not yet implemented")
MockApi
Add a method that verifies a public key and signature in the format used by the cosmos-sdk (uncompressed).
The text was updated successfully, but these errors were encountered: