|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v3.5.0](https://github.com/hdwallet-io/python-hdwallet/tree/v3.5.0) (2025-07-17) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/hdwallet-io/python-hdwallet/compare/v3.4.0...v3.5.0) |
| 6 | + |
| 7 | +**New Additions:** |
| 8 | + |
| 9 | +- Add: `SEMANTICS`, `DEFAULT_SEMANTIC`, `DEFAUT_PATH` & `SUPPORT_BIP38` values in all cryptocurrencies. |
| 10 | +- Add: `NAME` value in all networks. |
| 11 | + |
| 12 | +**Enhancements:** |
| 13 | + |
| 14 | +- Refactor: renamed `const` to `consts` |
| 15 | + |
3 | 16 | ## [v3.4.0](https://github.com/hdwallet-io/python-hdwallet/tree/v3.4.0) (2025-03-15)
|
4 | 17 |
|
5 | 18 | [Full Changelog](https://github.com/hdwallet-io/python-hdwallet/compare/v3.3.0...v3.4.0)
|
|
12 | 25 |
|
13 | 26 | **New Additions:**
|
14 | 27 |
|
15 |
| -- Add: ``is_valid`` function for validating entropies & seeds hex string |
16 |
| -- Add: ``is_valid_key`` function for validating extended(x)-keys string |
| 28 | +- Add: `is_valid` function for validating entropies & seeds hex string |
| 29 | +- Add: `is_valid_key` function for validating extended(x)-keys string |
17 | 30 |
|
18 | 31 | **Fix Bugs:**
|
19 | 32 |
|
@@ -124,12 +137,12 @@ We are pleased to announce the release of **python-hdwallet v3.0.0**, a comprehe
|
124 | 137 |
|
125 | 138 | **New Features:**
|
126 | 139 |
|
127 |
| -- Full support for entropy generation and mnemonic phrase creation for: ``Algorand``, ``Electrum-V1``, ``Electrum-V2``, ``Monero`` |
128 |
| -- Add new Elliptic Curve Cryptography's (ECCs): ``Kholaw-Ed25519``, ``SLIP10-Ed25519``, ``SLIP10-Ed25519-Blake2b``, ``SLIP10-Ed25519-Monero``, ``SLIP10-Nist256p1`` algorithms. |
129 |
| -- Add support for seed generation specific to: ``Algorand``, ``Cardano``, ``Electrum-V1``, ``Electrum-V2``, ``Monero`` |
130 |
| -- Extended support for Hierarchical Deterministic structures, including: ``BIP86``, ``Cardano``, ``Electrum-V1``, ``Electrum-V2``, ``Monero`` |
131 |
| -- Support for advanced derivations: ``BIP86``, ``CIP1852``, ``Electrum``, ``Monero``, ``HDW (Our own derivation method)`` |
132 |
| -- Comprehensive support for generating addresses across a wide range of protocols and formats: ``Algorand``, ``Aptos``, ``Avalanche``, ``Cardano``, ``Cosmos``, ``EOS``, ``Ergo``, ``Ethereum``, ``Filecoin``, ``Harmony``, ``Icon``, ``Injective``, ``Monero``, ``MultiversX``, ``Nano``, ``Near``, ``Neo``, ``OKT-Chain``, ``P2TR``, ``Ripple``, ``Solana``, ``Stellar``, ``Sui``, ``Tezos``, ``Tron``, ``XinFin``, ``Zilliqa`` |
| 140 | +- Full support for entropy generation and mnemonic phrase creation for: `Algorand`, `Electrum-V1`, `Electrum-V2`, `Monero` |
| 141 | +- Add new Elliptic Curve Cryptography's (ECCs): `Kholaw-Ed25519`, `SLIP10-Ed25519`, `SLIP10-Ed25519-Blake2b`, `SLIP10-Ed25519-Monero`, `SLIP10-Nist256p1` algorithms. |
| 142 | +- Add support for seed generation specific to: `Algorand`, `Cardano`, `Electrum-V1`, `Electrum-V2`, `Monero` |
| 143 | +- Extended support for Hierarchical Deterministic structures, including: `BIP86`, `Cardano`, `Electrum-V1`, `Electrum-V2`, `Monero` |
| 144 | +- Support for advanced derivations: `BIP86`, `CIP1852`, `Electrum`, `Monero`, `HDW (Our own derivation method)` |
| 145 | +- Comprehensive support for generating addresses across a wide range of protocols and formats: `Algorand`, `Aptos`, `Avalanche`, `Cardano`, `Cosmos`, `EOS`, `Ergo`, `Ethereum`, `Filecoin`, `Harmony`, `Icon`, `Injective`, `Monero`, `MultiversX`, `Nano`, `Near`, `Neo`, `OKT-Chain`, `P2TR`, `Ripple`, `Solana`, `Stellar`, `Sui`, `Tezos`, `Tron`, `XinFin`, `Zilliqa` |
133 | 146 | - BIP38: Secure, password-protected private key handling
|
134 | 147 |
|
135 | 148 | **New Cryptocurrencies:**
|
|
0 commit comments