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
feat: add support for EthSecp256k1 public keys and signatures
- Implemented encoding for EthSecp256k1 public keys in amino format.
- Added functions to encode and decode EthSecp256k1 signatures.
- Updated pubkey type definitions to include EthSecp256k1.
- Enhanced signing clients to handle EthSecp256k1 accounts.
- Created DirectEthSecp256k1HdWallet for managing EthSecp256k1 keypairs.
- Added tests for DirectEthSecp256k1HdWallet and DirectEthSecp256k1Wallet functionalities.
0 commit comments