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.
* feat: add DirectEthSecp256k1 wallet exports to index
* feat: add EthSecp256k1Pubkey to pubkeyToRawAddress function
* feat: support both eth_secp256k1 and ethsecp256k1 algorithms in pubkey encoding
* feat: support ethsecp256k1 algorithm in SigningStargateClient for pubkey encoding
* refactor: consolidate crypto imports in addresses.ts
* feat: add utility functions for Ethereum secp256k1 account handling and update pubkey encoding in clients
* feat: add ethsecp256k1 to supported pubkey types in isSinglePubkey function
* feat: add support for ethsecp256k1 pubkey type in encoding
* chore: Specific getAminoPubkey return type instead of any
* test: add encoding and decoding functions for EthSecp256k1 signatures in tests
* refactor: remove eslint disable for naming convention in signingcosmwasmclient.ts
* fix: add missing 'ethsecp256k1' algorithm type in Algo definition
* fix: update ethsecp256k1 references and class name in wallet documentation
* doc: Add comments for the code block
* rollback .pnp.cjs
* chore: lint fix
* fix: update getAminoPubkey return type and import missing pubkey types
* [autofix.ci] apply automated fixes
* Adapt to changes from main
* Remove serialization/deserialization of DirectEthSecp256k1HdWallet
See #1796
* Imrpve some comments and organize decodeSignature tests
* Add CHANGELOG entry
---------
Co-authored-by: allthatjazzleo <leo.pang@mantra.finance>
Co-authored-by: Chiu Lam <happylam23@gmail.com>
Co-authored-by: BigtoC <taitocdt@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
0 commit comments