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
Cosmos sdk supports secp256r1 (aka p256), but it seems like no js client (cosmjs does not) support signing it so far. secp256r1 is usually used by passkey, supporting it will make wallet ux a huge step forward.
Here's a PR i'm working on that tries to support it in cosmwasm. If we can work on it together it would be huge!
There's more context about secp256r1, passkey and historical attempt in cosmos in that PR.
The text was updated successfully, but these errors were encountered:
Cosmos sdk supports secp256r1 (aka p256), but it seems like no js client (cosmjs does not) support signing it so far. secp256r1 is usually used by passkey, supporting it will make wallet ux a huge step forward.
Here's a PR i'm working on that tries to support it in cosmwasm. If we can work on it together it would be huge!
There's more context about secp256r1, passkey and historical attempt in cosmos in that PR.
The text was updated successfully, but these errors were encountered: