Skip to content

Tags: GLEECBTC/komodo-defi-framework

Tags

v3.0.0-beta

Toggle v3.0.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2717 from GLEECBTC/staging

chore(release): v3.0.0-beta

v2.6.0-beta

Toggle v2.6.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2696 from KomodoPlatform/staging

chore(release): v2.6.0-beta

v2.5.2-bebdc9a

Toggle v2.5.2-bebdc9a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
copy the url params from the search bar to the event-stream endpoint (#…

…2678)

v2.5.2-beta

Toggle v2.5.2-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2637 from KomodoPlatform/staging

chore(release): v2.5.2-beta

v2.5.1-beta

Toggle v2.5.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(wallet): implement unified offline private key export API (#2542)

This introduces the `get_private_keys` RPC method, providing a unified and robust way to export private keys, public keys, and addresses for coins without requiring them to be activated. This is crucial for wallet recovery, auditing, and management.

The new API supports two distinct wallet structures:

* **HD Mode** (`"mode": "hd"`): For Hierarchical Deterministic wallets, deriving keys using BIP39/BIP44 standard derivation paths. The response includes the full derivation path for each address.
* **Iguana Mode** (`"mode": "iguana"`): For legacy wallets that use a single private key derived directly from the passphrase.

Key features and improvements include:

* **Offline Capability:** Works for any coin defined in the configuration, regardless of its activation status.
* **Protocol-Specific Logic:**
   * **UTXO/EVM/Tendermint:** Correctly generates addresses and key formats (WIF, hex) based on the protocol.
   * **ZHTLC (Shielded Coins):** Implements accurate key derivation for shielded accounts, returning the correct viewing key and both transparent (`derivation_path`) and shielded (`z_derivation_path`) derivation paths.

---
Co-authored-by: Devin AI
Note: This marks Devin AI's first contribution to the Komodo DeFi Framework.

v2.5.0-beta

Toggle v2.5.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2491 from KomodoPlatform/staging

chore(release): v2.5.0-beta

v2.4.0-beta

Toggle v2.4.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2345 from KomodoPlatform/dev

chore(release): v2.4.0-beta

Verified

This tag was signed with the committer’s verified signature.
DeckerSU DeckerSU

v2.2.0-beta

Toggle v2.2.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2197 from KomodoPlatform/dev

chore(release): v2.2.0-beta

v2.1.0-beta

Toggle v2.1.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2043 from KomodoPlatform/dev

chore(release): v2.1.0-beta